07-16-2004, 09:12 AM | #2 (permalink) |
Psycho
Location: sc
|
nope, going to have to use javascript
relavent link
__________________
This is what is hardest: to close the open hand because one loves.
Nietzsche |
07-16-2004, 09:23 AM | #3 (permalink) |
Junkie
|
It's recommended that use both the HTML target attribute and an onclick handler to pop the JavaScript window, just on the off chance that the visitor has JavaScript disabled in their browser. In that case, the default HTML behavior will still work.
PHP Code:
|
07-16-2004, 01:48 PM | #6 (permalink) |
Psycho
Location: Orlando, FL
|
I'm working on OS 10.2. I'm using this code:
PHP Code:
|
07-16-2004, 02:41 PM | #7 (permalink) |
Junkie
|
You may have to explicitly declare all of the window features in IE 5.x:
PHP Code:
|
Tags |
html, size, window |
|
|