
Don't suppose any of your super clever types know the HTML for opening a new window at a certain size and without the navigation buttons do you? Kind of like a pop-up idea.
Will love you forever etc etc.
Help me Obi Wan...
( ,
Thu 3 Apr 2003, 17:18,
archived)
Will love you forever etc etc.
Help me Obi Wan...

you'd do that with a javascript onload() procedure on the new page. But then I deliberately set my browser (mozilla) to not allow websites to do that sort of thing because it's nasty.
( ,
Thu 3 Apr 2003, 17:21,
archived)

and I've yet to quite get it working.
( ,
Thu 3 Apr 2003, 17:22,
archived)

window.open('url', 'popupwin', 'menus=0, resize=1, resizable=1, scrollbars=0, toolbars=0, width=300, height=200;');
if any of that makes no sense just shout:)
( ,
Thu 3 Apr 2003, 17:24,
archived)
if any of that makes no sense just shout:)

try usin javascript
search "javascript lessons" on yahoo/google/woteva u use.
HOPE THIS HELPS!
( ,
Thu 3 Apr 2003, 17:26,
archived)
search "javascript lessons" on yahoo/google/woteva u use.
HOPE THIS HELPS!

www.powerfmradio.com
I put a pop up on the home page, see if thats what you want, and it javascript btw
( ,
Thu 3 Apr 2003, 17:31,
archived)
I put a pop up on the home page, see if thats what you want, and it javascript btw