| 
 | 
>Hi Everyone,
>     When you use an event like onClick, does it always have to be used
> with an object, or can use use it with an a Href. I am having problems
> getting it to work. Here is a snippet:
><a href="/Welcome Frameset2.htm?USERID=jhouchin@charter.net
>onClick="Adduserid('jhouchin@charter.net');">Click here to set your custom
>price groups!
Hi,
In your example onclick is inside the " of the href.
Should be <a href="link" onClick="function">
When you should just want to execute a JavaScript, you could use
<a href="JavaScript:Adduserid('jhouchin@charter.net')">
best regards /  Mit freundlichen Grüssen
Anton Gombkötö
Avenum Technologie GmbH
http://www.avenum.com
As an Amazon Associate we earn from qualifying purchases.
This mailing list archive is Copyright 1997-2025 by midrange.com and David Gibbs as a compilation work. Use of the archive is restricted to research of a business or technical nature. Any other uses are prohibited. Full details are available on our policy page. If you have questions about this, please contact [javascript protected email address].
Operating expenses for this site are earned using the Amazon Associate program and Google Adsense.