velious
02-06-2004, 04:55 PM
I made a script that asks the user if they want to connect to google.com. Can vbs do that or do i need some sort of php or asp script.?
dim connect
connect = msgBox("Would you like to connect to
google.com?",1,"CONNECT")
if connect = vbok then
msgbox("connecting to google.com")
else
msgbox("ok")
end if
dim connect
connect = msgBox("Would you like to connect to
google.com?",1,"CONNECT")
if connect = vbok then
msgbox("connecting to google.com")
else
msgbox("ok")
end if