How can I pass parameters to reload a IFRAME from within vbscript:
<Script=vbs>
FrameName.document.location.reload("Mypage.asp?MyVar=' & text1.value & '&Myvar2=' &text2.value")
</Script>

It doesnt give me any syntax errors, but it doesnt seen to be receiving any of the values!

Please help!