JackD
Joined: 06 Oct 2003 Posts: 2
|
Posted: Mon Oct 06, 2003 1:07 am Post subject: Using js within a link |
|
|
I wish to link to a popup window for a login box.
Currently using pro, and with this code to open a new window :
{code:"Log in",url:"/login.asp","format":{"size":[18,100]},"target":"new"},
However, I wish to use an onclick to an existing window function like so :
onClick="return logwin(this.href)"
Is it possible to integrate that into the url code?
Cheers! |
|