Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Wait until a frame is loaded, before loading another frame?

Status
Not open for further replies.

gdrenfrew

Programmer
Aug 1, 2002
227
GB
Hello,

I have a simple frameset with two frames like this:
<HTML>
<HEAD>
<TITLE>Stock Count</TITLE>
</HEAD>
<FRAMESET ROWS=&quot;338, *&quot; BORDER=&quot;0&quot; FRAMEBORDER=&quot;0&quot; FRAMESPACING=&quot;0&quot;>
<FRAME ID=&quot;frmHeader&quot; NAME=&quot;frmHeader&quot; FRAMEBORDER=&quot;0&quot; FRAMESPACING=&quot;0&quot; SRC=&quot;Stockcount_Header.asp?<%= Request.QueryString%>&quot;>
<FRAME ID=&quot;frmEditItems&quot; NAME=&quot;frmEditItems&quot; FRAMEBORDER=&quot;0&quot; FRAMESPACING=&quot;0&quot; SRC=&quot;Stockcount_main.asp?<%= Request.QueryString%>&quot; SCROLLING=&quot;auto&quot;>
</FRAMESET>
</HTML>


I want to wait until frmHeader has finished loading before loading frmEditItems. Can someone suggest a solution? Or should this be in the javascript forum?

Many thanks
Graeme
 
thanks that's just what i need. I searched the forums before I posted but couldn't find a suitable thread. Thanks
Graeme
 
Youre welcome glad it helped, the thread was posted a fair time ago in the javascript forum. Iknew it was there because I posted it. Perhaps I should create an FAQ so it is easier to find
Regards
Ian

Infinity exists! - I just haven't worked out a way to get there yet.

| |
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top