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>
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="VBScript">
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:
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.