View Single Post
  #1 (permalink)  
Old Jan 7th, 2007, 00:48
ycpc55 ycpc55 is offline
New Member
Join Date: Jan 2007
Location: canada
Age: 31
Posts: 4
Thanks: 0
Thanked 0 Times in 0 Posts
Question javascript alert

is there away to make this code open a new page?
PHP: Select all

if (confirm("Do you want to go?")) window.location.href "http://www.google.com"
Reply With Quote