![]() Topic awaiting preservation: 2 onClick events possible? |
|
---|---|
Author | Thread |
Maniac (V) Inmate From: out of a sleepy funk |
![]() 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 |
![]() 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 |
![]() gah, I sorta knew that about callin them both, bleh. |