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.?
Code:
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