Closed Bug 276138 Opened 20 years ago Closed 20 years ago

It doesn't open page correctly while IE no problem

Categories

(Firefox :: General, defect)

1.0 Branch
x86
Windows XP
defect
Not set
normal

Tracking

()

RESOLVED WORKSFORME

People

(Reporter: will_khu, Assigned: bugzilla)

References

()

Details

This is my website, with simple script to make image browser page. Suddenly the FireFox quit to open the page correctly. Is it possible an extention make this? http://www.digiboxes.com/cl/5images.php?m1=11_vf490_1.jpg&m2=11_vf490_2.jpg&m3=11_vf490_3.jpg&m4=11_vf490_4.jpg&m5=11_vf490_5.jpg&z=11_vf490_1.jpg The script is: <html> <head> <title>My Images browser</title> </head> <frameset framespacing="0" border="0" frameborder="0" cols="180,*"> <frame name="left" target="main" scrolling="yes" noresize src="<?php echo("left2.php?m1=");?><?php echo($m1);?><?php echo("&m2=");?><?php echo($m2);?>"> <frame name="right" scrolling="yes" noresize src="<?php echo("right.php?z=");?><?php echo($z);?>" target="_self"> <noframes> <body> <p>This page uses frames, but your browser doesn't support them.</p> </body> </noframes> </frameset> </html>
What exactly is the problem? The page WFM 20041227 PC/Win2000
(In reply to comment #1) > What exactly is the problem? The page WFM 20041227 PC/Win2000 Looks like that was a problem with the server it self. Previously when I clicked the picture linked to http://www.digiboxes.com/cl/tsbS157.php it shown garbage characters, while IE displayed it correctly. Thank you for the fast response. FireFox rocks!!
Marking WFM.
Status: UNCONFIRMED → RESOLVED
Closed: 20 years ago
Resolution: --- → WORKSFORME
You need to log in before you can comment on or make changes to this bug.