Hmm that's strange. Try moving the external file references to dhtmlwindow.js/ dhtmlwindow.css from jelszo.php to the HEAD of your main master frames page:
Code:
<script type="text/javascript" charset="utf-8" src="http://www.extra.hu/lib/webmaster/webmaster.js?scr=1&username=obermotz&host=obermotz.extra.hu&rid=536529684"></script><HTML>
<HEAD>
<TITLE>Housing Service</TITLE>
<link rel="stylesheet" href="/flats/lib/modal/dhtmlwindow.css" type="text/css" />
<script type="text/javascript" src="/flats/lib/modal/dhtmlwindow.js">
/***********************************************
* DHTML Window Widget- Dynamic Drive (www.dynamicdrive.com)
* This notice must stay intact for legal use.
* Visit http://www.dynamicdrive.com/ for full source code
***********************************************/
</script>
<link rel="icon" type="image/png" href="flats.png">
</HEAD>
<frameset frameborder='0' framespacing='0' border='0' cols='0,*'>
<frame marginwidth='0' marginheight='0' src='ures.html' name='fCode' noresize scrolling='auto' frameborder='0'>
<frame marginwidth='0' marginheight='0' src='jelszo.php' name='fMain' noresize scrolling='auto' frameborder='0'>
</frameset>
</HTML>
The idea being to minimize the chances that dhtmlwindow.js isn't loaded yet when dhtml modal window is (which seems to be what IE6 is complaining about).
Bookmarks