blueven
07-06-2006, 10:21 AM
Hi,
it is possible that LzBrowser.loadURL does't work with IE 6?
I have tis situation:
index.html-------------------------------------
<frameset cols="70%,30%" id="masterFrameset" frameborder="YES" border="3" framespacing="0" bordercolor="#E3E4E5" >
<frame src="application.html" id="application" name="application" scrolling="AUTO" >
<frameset id="emailFrameset" rows="106,*,100" frameborder="YES" border="3" framespacing="0" bordercolor="#E3E4E5" >
<frame src="emailframe.html" id="emailIntes" name="emailIntes" scrolling="no" >
<frame src="emailframe.html" id="emailframe" name="emailframe" scrolling="AUTO" >
<frame src="emailframe.html" id="emailAttac" name="emailAttac" scrolling="AUTO" >
</frameset>
</frameset>
------------------------------------------
and
in application.html i have the laszlo application!
When i make :
LzBrowser.loadURL('Mail/index.html','emailIntes');
LzBrowser.loadURL('Mail/framee.html','emailframe');
LzBrowser.loadURL('Mail/elenatt.html','emailAttac');
in IE 6 it work only the first time; the others times it doesn't work!
While in Firefox it work always!
Why? can i do anything?
it is possible that LzBrowser.loadURL does't work with IE 6?
I have tis situation:
index.html-------------------------------------
<frameset cols="70%,30%" id="masterFrameset" frameborder="YES" border="3" framespacing="0" bordercolor="#E3E4E5" >
<frame src="application.html" id="application" name="application" scrolling="AUTO" >
<frameset id="emailFrameset" rows="106,*,100" frameborder="YES" border="3" framespacing="0" bordercolor="#E3E4E5" >
<frame src="emailframe.html" id="emailIntes" name="emailIntes" scrolling="no" >
<frame src="emailframe.html" id="emailframe" name="emailframe" scrolling="AUTO" >
<frame src="emailframe.html" id="emailAttac" name="emailAttac" scrolling="AUTO" >
</frameset>
</frameset>
------------------------------------------
and
in application.html i have the laszlo application!
When i make :
LzBrowser.loadURL('Mail/index.html','emailIntes');
LzBrowser.loadURL('Mail/framee.html','emailframe');
LzBrowser.loadURL('Mail/elenatt.html','emailAttac');
in IE 6 it work only the first time; the others times it doesn't work!
While in Firefox it work always!
Why? can i do anything?