Wrox Home  
Search P2P Archive for: Go

  Return to Index  

asp_web_howto thread: how to use vbscript!


Message #1 by SUNWEN <mrfat@c...> on Tue, 23 Jan 2001 22:43:13 +0800
i am trying to write a programme to reload a page in a frame.the frame name is "_left".

who can tell me how to use the function "window.reload".thank you!

mrfat@c...



Message #2 by "Whitmore, Todd x78046" <WhitmorT@b...> on Tue, 23 Jan 2001 09:59:05 -0500
This message is in MIME format. Since your mail reader does not understand

this format, some or all of this message may not be legible.



------_=_NextPart_001_01C0854D.869C7370

Content-Type: text/plain;

	charset="iso-8859-1"



You can always do something like



parent.frames("_left").location.href = parent.frames("_left").location.href



This will force the frame to reload.



-----Original Message-----

From: SUNWEN [mailto:mrfat@c...]

Sent: Tuesday, January 23, 2001 9:43 AM

To: ASP Web HowTo

Subject: [asp_web_howto] how to use vbscript!





i am trying to write a programme to reload a page in a frame.the frame name

is "_left".

who can tell me how to use the function "window.reload".thank you!

mrfat@c...





---

MaximumASP offers enhanced hosting solutions on the Windows 2000 platform.

Dedicated processor, RAM, and server resources provide dedicated server

performance at virtual server prices. Commercial components provided; custom

components allowed.




$subst('Email.Unsub')




Message #3 by Gregory_Griffiths@c... on Tue, 23 Jan 2001 15:15:41 +0000
Don't use VBScript unless you can ALL of your users are using IE as it 

is only supported by IE. Nearly all the others use Javascript. Try 

something like :



parent._left.location="http://www.efc.be"



to load a new page into it, or for what you want



parent._left.location.reload()



> -----Original Message-----

> From: mrfat@c... [mailto:mrfat@c...]

> Sent: 23 January 2001 14:43

> To: asp_web_howto@p...

> Cc: mrfat@c...

> Subject: [asp_web_howto] how to use vbscript!

> 

> 

> i am trying to write a programme to reload a page in a 

> frame.the frame name is "_left".

> who can tell me how to use the function "window.reload".thank you!

> mrfat@c...

> 

> 

  Return to Index