travisbrown
Technical User
- Dec 31, 2001
- 1,016
I asked this before once, but can't seen to get it working.
Want to redirect once a user clicks okay ina js alert.
Want to redirect once a user clicks okay ina js alert.
Code:
<html>
<head>
</head>
<body>
<script language="javascript">
<!--
alert("alert");
window.location = "[URL unfurl="true"]http://google.com"[/URL]
return true;
-->
</script>
</body>
</html>