Posts: 3,621
Name: Thierry
Location: I'm the uber Spaminator !
|
Hmm, ladynred, this is't a regular javascript function.
It must be a part of a javascript framework or library you use.
The official function is window.open(url, window_name, parameters);
http://docs.sun.com/source/816-6408-...ow.htm#1202731
To open a window liek LadyNred said, the js code would be:
Code:
<a href="javascript:window.open('appendix/glossary.htm','popup_window','scrollbars=yes, resizable=yes, width=770, height=580, menubar=false, personalbar=false, toolbar=false');">open a popup</a>
__________________
Only a biker knows why a dog sticks his head out the window.
Last edited by tripy; 06-01-2007 at 03:50 PM..
|