Nightowl
Toast Hater
Registered: 06/15/01
Posts: 1476
Loc: All up in my own buisness
ok i have a javascript pop up window..
i am wanting the window to always stay on top and when the window is opened
i want it to dump the cache on opening the window everytime?
i think i know what the no cache command but i am not sure what the always on top command is..
any and all help would be appreciated.
hey I'm going to tag along in this thread
how in the world do I make a web page display in a smaller window ???
like 400X200 or so ???????? I'v spent move the day trying to just do that lol
Mr_Blog
human
Registered: 06/06/01
Posts: 13762
Loc: ${PWD}
It's easy to do if it's a popup:
a href="#" onClick="javascript:window.open('page.html','windowname','width=400,height=200')"
If you want to resize the current window, it gets a little harder to control. put this in the body: onLoad="self.resizeTo('400,200')"
I'm not sure if that's the right syntax on the second one, and it may not be widely supported.
_________________________
( o_ / >) My 84-year-old non-techy mom uses Debian Linux. It ain't that hard.
no not a pop up
it's a page I made with the emotions update
so I'm putting a link on the board the will open a new window smaller size don't need to show a whole page lol
Mr_Blog
human
Registered: 06/06/01
Posts: 13762
Loc: ${PWD}
Popup, new window, same thing to me, except you have more control with a popup (I'm not talking about the annoying auto-pop ones...this one is attached to a link)
_________________________
( o_ / >) My 84-year-old non-techy mom uses Debian Linux. It ain't that hard.
Nightowl
Toast Hater
Registered: 06/15/01
Posts: 1476
Loc: All up in my own buisness
hey DS just copy the script of my pop up window. Its hooked up to the link on the homepage i am working on. click the remote button and see if thats what you want.