V
vanisathish
I am using an ASP to update some table contents on my HTML page by
calling the ASP page using hidden frames.
But the ASP script seem to get called even before the HTML FRAME is
loaded ie.(operlayout_preload.html). Is there a way to check in ASP
that it should start running only after the html is loaded completely
below is the html code that contains the HTML and the ASP(hidden)
<HTML>
<HEAD>
</HEAD>
<frameset rows = "80%,*">
<frame src="operlayout_preload.html" name="content">
<frame src="operlayout_xml.asp" name="Refreshpage">
</frameset>
</HTML>
Thanks
calling the ASP page using hidden frames.
But the ASP script seem to get called even before the HTML FRAME is
loaded ie.(operlayout_preload.html). Is there a way to check in ASP
that it should start running only after the html is loaded completely
below is the html code that contains the HTML and the ASP(hidden)
<HTML>
<HEAD>
</HEAD>
<frameset rows = "80%,*">
<frame src="operlayout_preload.html" name="content">
<frame src="operlayout_xml.asp" name="Refreshpage">
</frameset>
</HTML>
Thanks