Click to See Complete Forum and Search --> : Javascript Pop Up


NZ_Kiwis
06-14-2007, 09:07 PM
I want a javascript pop up with okay and cancel, if a user clicks okay then it loads a page.. how can i do this?

Kudose
06-15-2007, 01:25 AM
Use the javascript function confirm()

If confirm() returns true, use window.location.href to redirect the user.