View Single Post
  #2 (permalink)  
Old February 20th, 2006, 07:24 AM
crmpicco crmpicco is offline
Friend of Wrox
 
Join Date: Jan 2005
Posts: 1,525
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via ICQ to crmpicco Send a message via AIM to crmpicco Send a message via MSN to crmpicco Send a message via Yahoo to crmpicco
Default

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
Reply With Quote