also....is there a way to redirect to another page with VBScript? my function (so far):
Code:
<SCRIPT LANGUAGE="VBScript">
sub Ibrox_Or_Parkhead
dim the_response
the_response = MsgBox ("Do you want to perform a Stadium Search?", VBYesNo)
If the_response = vbYes then
end If
end sub
</SCRIPT>
www.crmpicco.co.uk