GaijinPunch has asked for the wisdom of the Perl Monks concerning the following question:
The result, is that IE almost always crashing when loading this page. Firefox? Never. If not on load, then if you go to the "view high res" link, and then either click the return button on your browser, or the "return" image link on the page, it will almost definitly crash. I'll throw in a few examples of other games' URLs just in case.use Image::Size; // new module to get jpg size ( $pic_x, $pic_y, $pic_type ) = imgsize( $pic_loc ); if ( $pic_x > $pic_width ) { $large = "true"; } if ( $large eq "true" ) { print "<a href=\"$link_server/game_scan.cgi?system=$system&base=$ +base\">View High Res<br>\n"; }
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: My CGI script keeps crashing IE (but not Firefox)
by Prior Nacre V (Hermit) on Sep 10, 2004 at 06:53 UTC | |
|
Re: My CGI script keeps crashing IE (but not Firefox)
by tachyon (Chancellor) on Sep 10, 2004 at 07:18 UTC | |
|
Re: My CGI script keeps crashing IE (but not Firefox)
by CountZero (Bishop) on Sep 10, 2004 at 07:23 UTC | |
by GaijinPunch (Pilgrim) on Sep 10, 2004 at 10:00 UTC | |
by Anonymous Monk on Sep 10, 2004 at 18:28 UTC |