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 IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

How do I refresh a URL in a different frame with VBScript?

Status
Not open for further replies.

Hangaard

Programmer
Apr 12, 2000
5
DK
I need to find out how to refresh or reload a URL i a different frame with VBScript!<br><br>The functionality is the same as this JavaScript:<br><br><FONT FACE=monospace>window.parent.main.location.reload(true);</font>
 
It's just the same, but in a different language - all the same objects are available - only the syntax is slightly different.

Try it out. Why would you want to do that though? Are you trying to ignore NS? [fair enough!]

[BB]
 
ActiveX,

Not sure I understand your post-- what IS the syntax to do that in VBscript? I'm really new, and cant get enuff reference material.

BTW THANKS TO ALL YOU GUYS WHO HELP US NEWBIES OUT :)
-joe
 
O.K. my apologies - I just meant that you do the same thing, but it a different language - so here you would use something like:

<script language=&quot;VBScript&quot;>
window.document.location.reload true
</script>


This is the same, but there are differences syntactically with most aspects of VBscript.
I downloaded the manual here, and it helped me pick it up:
[bb]
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top