PDA

View Full Version : Redirecting using a button with Visual Basic


bajan_elf
11-26-2006, 05:21 PM
I am utilizing VB Script to do redirection. It's like this - I can get a button on the site using VB Script. When the user clicks "OK", I want them to be redirected to another site. Any suggestions on this? I usually use VB for Database but that was a long time ago.

Lisa

Jon Hanlon
11-27-2006, 04:40 PM
window.location = "new_site.html"