Simpletest browser (php) on an asp site that doesn't allow direct linking
问题 I'm trying to use Simpletest's scriptable browser to test out forms and links on an ASP site. See this site: http://www.acgme.org/adspublic/default.asp If you click on the links (under the "search" section) in the left frame, the content in the right frame changes. If I direct link to the links on the left, I get an error. Using simpletest: <?php require_once('../simpletest/browser.php'); $browser = &new SimpleBrowser(); $browser-> useCookies(); $browser-> useFrames(); $browser->get('http:/