Topic awaiting preservation: pop up question (Page 1 of 1) |
|
---|---|
Maniac (V) Mad Librarian From: the space between us |
posted 08-12-2004 19:03
hi guys code: <script language="javascript"> |
Paranoid (IV) Mad Scientist with Finglongers From: Germany |
posted 08-12-2004 19:53
German: http://de.selfhtml.org/javascript/objekte/window.htm#open |
Paranoid (IV) Mad Librarian From: Berlin (almost) |
posted 08-12-2004 20:18
So as you want the second parameter to stay constant and not change every time the function is called (which happens through the id = day.getTime(); line in your current script) you can leave most of it out and also get rid of the evil eval along the way: code: function popUp(URL) { |
Maniac (V) Mad Librarian From: the space between us |
posted 08-12-2004 21:16
big thanks! i really appreciate your help |
Paranoid (IV) Mad Librarian From: Berlin (almost) |
posted 08-12-2004 21:30
any time =) |