Links

Lists

Latest Updates

Ruby On Rails List
Python list
Advanced Java
The JavaScript List
Apache Users
Full Disclosure
Linux Security

Search the archives!


[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Javascript] Displaying a Div Before Window.Open


  • From: javascript@xxxxxxxxxx (Cutter Bl)
  • Subject: [Javascript] Displaying a Div Before Window.Open
  • Date: Wed, 24 Oct 2001 09:17:38 -0400

<html><div style='background-color:'><DIV>
<P>Don't know if this will work, but ... Maybe if you break it up into two separate functions, one to start your hourglass which then in turn calls your popup. Just a suggestion...</P></DIV>
<DIV></DIV>
<DIV>Cutter</DIV>
<DIV></DIV>
<DIV><A href="http://www.falcon-knives.com/";>Falcon Knives</A></DIV>
<DIV></DIV>
<P>
<P></P>----Original Message Follows---- <BR>From: atl_x@xxxxxxxxx <BR>Reply-To: javascript@xxxxxxxxxx <BR>To: Javascript@xxxxxxxxxx <BR>Subject: [Javascript] Displaying a Div Before Window.Open <BR>Date: Wed, 24 Oct 2001 09:20:00 -0000 <BR><BR>How can I display a div just before a Window Opens? <BR><BR>The Div- Hourglass - Shows after the window opens and I want it to <BR>show before. Please help me. The function is below. <BR><BR><BR>function showFormKiller( RegID ) <BR>{ <BR>oHourGlass = document.all.HourGlass <BR>oHourGlass.style.visibility = "visible"; <BR>window.open( "FormKiller.asp?RegID=" + <BR>RegID , "FormKiller", 'fullscreen' ); <BR><BR>} <BR><BR><BR>_______________________________________________ <BR>Javascript mailing list <BR>Javascript@xxxxxxxxxx <BR>http://www.LaTech.edu/mailman/listinfo/javascript <BR></div><br clear=all><hr>Get your FREE download of MSN Explorer at <a href='http://go.msn.com/bql/hmtag_itl_EN.asp'>http://explorer.msn.com</a><br></html>