View Single Post
Old 08-21-2008, 12:06 AM   PM User | #12
pyramation
New to the CF scene

 
Join Date: Aug 2008
Posts: 6
Thanks: 0
Thanked 0 Times in 0 Posts
pyramation is an unknown quantity at this point
I tried using span and label tags, no luck there, same behavior.
<br>
I tried:
Code:
onmouseover="this.href='javascript:void(0)' "
onclick=" somefunction(); return false;"
didn't work either...did you mean to put both of those in the same a tag? Thats what I did. Like this:
Code:
<a onmouseover="this.href='javascript:void(0)' " onclick=" somefunction(); return false;">
pyramation is offline   Reply With Quote