greenie__ Posted March 26, 2009 Share Posted March 26, 2009 One page was experiencing this problem where 20% of the time in ie6 it would produce this page i removed a php session start from the top of the page(which was no longer used) and it worked again. I just don't understand how this happens. This is the code that produced it <?PHP session_start(); ?> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title></title> <script> var i=0; function loaded(){ window.sidebar.start(); } </script> </head> <!--240,*--> <frameset id="topFrame" cols="219,*" onLoad="loaded()" > <frame id="sidebar" name="sidebar" src="toolbar/toolbar.php"> <frameset rows="* ,0" frameborder="no" id="sframes" name="sframes"> <frame name="frame2" src="frame2.php?incidentId=<?PHP echo $_GET['incidentId'] ?>"> <frame name="actions" src="toolbar/actions.php" > </frameset> </frameset><noframes></noframes> </html> Link to comment https://forums.phpfreaks.com/topic/151316-ie6-cannot-find-server-or-dns-error/ Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.