popWindow function
From: Mike Watt (djmikewatt_at_hotmail.com)
Date: 10/11/04
- Next message: IchBin: "Re: popWindow function"
- Previous message: Calum Grant: "Re: Concurrent Logging: How?"
- Next in thread: IchBin: "Re: popWindow function"
- Reply: IchBin: "Re: popWindow function"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Mon, 11 Oct 2004 00:38:14 GMT
Any help with this??
This script loads a pop up window on the page load... you see the URL that
it loads. I want to know if I can have multiple URLs that it will either
rotate through, or rendomly choose... instead of just the ONE URL.
<SCRIPT>
var theURL = 'http://www.declareyourself.com/psas/adam_brody_small.htm';
var width = 400;
var height = 400;
function popWindow() {
newWindow =
window.open(theURL,'newWindow','toolbar=no,menubar=no,resizable=yes,scrollbars=no,status=no,location=yes,width='+width+',height='+height);
}
</SCRIPT>
ANY THOUGHTS?
Thanks...
Mike
- Next message: IchBin: "Re: popWindow function"
- Previous message: Calum Grant: "Re: Concurrent Logging: How?"
- Next in thread: IchBin: "Re: popWindow function"
- Reply: IchBin: "Re: popWindow function"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|