Click here to Skip to main content
15,922,407 members
Home / Discussions / Web Development
   

Web Development

 
GeneralDynamic List Boxes w/Access/ASP/Javascript Pin
John Lysfjord12-Mar-03 20:11
sussJohn Lysfjord12-Mar-03 20:11 
Generalopening 2 instances of web browser with different dialup settings Pin
doddakiran12-Mar-03 2:55
doddakiran12-Mar-03 2:55 
GeneralAutomatic updates Pin
Brakanjan12-Mar-03 1:30
Brakanjan12-Mar-03 1:30 
GeneralRe: Automatic updates Pin
Jonathan32112-Mar-03 17:34
Jonathan32112-Mar-03 17:34 
GeneralRe: Automatic updates Pin
Brakanjan12-Mar-03 20:20
Brakanjan12-Mar-03 20:20 
GeneralRe: Automatic updates Pin
SimonS19-Mar-03 22:48
SimonS19-Mar-03 22:48 
GeneralRe: Automatic updates Pin
Vasudevan Deepak Kumar14-Mar-03 3:21
Vasudevan Deepak Kumar14-Mar-03 3:21 
GeneralRe: Automatic updates Pin
Jonavis20-Mar-03 22:01
Jonavis20-Mar-03 22:01 
there are a few ways of doing this..

one is with the META tag <meta http-equiv="refresh" content="100">, which will reload the complete page after 100 seconds.

another, which I prefer when I really am not interested in reloading the entire page, is with an IFRAME. You can create an individual page the has the necesary process (ASP, PHP, whatever) and reloads after a couple of seconds.

<iframe left="0" top="0" width="600" height="80" z-index="2" scrolling="no" marginwidth=0 marginheight=0 frameborder=0 name="scores" src="http://www.yoursite.com/scores.asp"></iframe>

of course you'll have a page called scores.asp that will do whatever you need to do and have the <meta http-equiv="refresh" content="100"> so that only that section of your page does the trick.

IFRAMEs are pretty niffty since they work like a layer. You could even put it inside a cell of the main table of your site (for example).

hope that works

luck
Jon

x-zd Designs
GeneralHelp! can't get the return value Pin
Anonymous12-Mar-03 0:22
Anonymous12-Mar-03 0:22 
GeneralWeb Services Deployment : Referenced Assembly Location Pin
John Pelz11-Mar-03 14:07
John Pelz11-Mar-03 14:07 
GeneralWeb Service Pin
User 988511-Mar-03 12:28
User 988511-Mar-03 12:28 
GeneralRe: Web Service Pin
Chris Maunder11-Mar-03 13:32
cofounderChris Maunder11-Mar-03 13:32 
GeneralRe: Web Service Pin
User 988511-Mar-03 13:48
User 988511-Mar-03 13:48 
GeneralRe: Web Service Pin
Jörgen Sigvardsson13-Mar-03 3:24
Jörgen Sigvardsson13-Mar-03 3:24 
GeneralRe: Web Service Pin
User 988513-Mar-03 3:29
User 988513-Mar-03 3:29 
GeneralRe: Web Service Pin
Jörgen Sigvardsson13-Mar-03 3:36
Jörgen Sigvardsson13-Mar-03 3:36 
GeneralRe: Web Service Pin
User 988513-Mar-03 3:48
User 988513-Mar-03 3:48 
GeneralRe: Web Service Pin
Ryan_Roberts13-Mar-03 3:55
Ryan_Roberts13-Mar-03 3:55 
GeneralRe: Web Service Pin
User 988513-Mar-03 4:01
User 988513-Mar-03 4:01 
GeneralRe: Web Service Pin
Ryan_Roberts13-Mar-03 4:15
Ryan_Roberts13-Mar-03 4:15 
GeneralSSL Certificates Pin
antbates11-Mar-03 6:57
antbates11-Mar-03 6:57 
GeneralRe: SSL Certificates Pin
alex.barylski12-Mar-03 1:20
alex.barylski12-Mar-03 1:20 
GeneralRe: SSL Certificates Pin
antbates12-Mar-03 1:27
antbates12-Mar-03 1:27 
GeneralRe: SSL Certificates Pin
Richard Deeming13-Mar-03 6:09
mveRichard Deeming13-Mar-03 6:09 
Generaltree like sql, (as in this forum) Pin
Hugo Hallman11-Mar-03 6:50
Hugo Hallman11-Mar-03 6:50 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.