netsavage
11-07-2003, 01:02 PM
I would like to rotate the urls of the exit consoles.
I currently use this :
<script>
<!--
var exit=true;
function exit_console(url) {
if (exit)
newWindow = open(url,"new_window","width=1013,height=700");
newWindow.focus()
}
//-->
</script>
There must be something I could add for the desired results.
I'm new and mostly a cut and paste html amateur.
Thanks
Willing to pay
I currently use this :
<script>
<!--
var exit=true;
function exit_console(url) {
if (exit)
newWindow = open(url,"new_window","width=1013,height=700");
newWindow.focus()
}
//-->
</script>
There must be something I could add for the desired results.
I'm new and mostly a cut and paste html amateur.
Thanks
Willing to pay