If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > Data Access, Manipulation & Batch Languages > ASP > Show Window

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 08-22-03, 11:10
sdpeixoto sdpeixoto is offline
Registered User
 
Join Date: Aug 2003
Posts: 9
Arrow Show Window

How can i force the showing of a page within the load of the page?
Reply With Quote
  #2 (permalink)  
Old 08-23-03, 15:16
unatratnag unatratnag is offline
Registered User
 
Join Date: Jul 2003
Location: Ohio/Chicago
Posts: 75
It's kinda hard to tell what you're looking for... but if you wanted to do something when the pageloads

<body onload="function();">
Reply With Quote
  #3 (permalink)  
Old 08-25-03, 11:11
Seppuku Seppuku is offline
Useless...
 
Join Date: Jul 2003
Location: SoCal
Posts: 721
unatratnag has it right, but you probably don't need a whole function to just focus the window.

<body onLoad="window.focus();">
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On