In JavaScript I can reload a page with something like

parent.obj.location.href = "x.asp?parm=1"

What is the analogous construction in VBScript? Sorry for this seemingly trivial question but I'm operating w/o any docs at the moment. Any help would be appreciated.