Topic awaiting preservation: 2 onClick events possible? (Page 1 of 1) |
|
---|---|
Maniac (V) Inmate From: out of a sleepy funk |
posted 07-03-2003 20:02
I'm having a problem with 2 onClick events. I have maX's focus dots killer: code: function diedotsdie() {
code: <a href="foo.html" onclick="window.open(this.href, 'popupwindow', 'width=600,height=400,scrollbars,resizable'); return false;">LINK TEXT</a>
|
Maniac (V) Mad Scientist From: 100101010011 <-- right about here |
posted 07-03-2003 20:33
Sure just call them both code: onClick="window.open(this.href, 'popupwindow', 'width=600,height=400,scrollbars,resizable'); diedotsdie(); return false;"
code: function popper(link) {
|
Maniac (V) Inmate From: out of a sleepy funk |
posted 07-03-2003 21:49
gah, I sorta knew that about callin them both, bleh. |