> From: Hubert Rabago [mailto:[EMAIL PROTECTED] 
> I think your problem is that the link itself goes somewhere 
> instead of just
> calling the JS function.  Why don't you try something like
> <html:link href="javascript:attSubmit()">attName</html:link>
> or even just a regular, non-struts tag, link?

I think the "javascript:function()" syntax is frowned upon by JavaScript
purists...

My links turn out looking like this:
<a href="noscript.html" title="Manual Lookup"
onclick="advancedTab();return false;">Manual Lookup</a>

Where 'noscript.html' is a page that people never see.  Well, unless
they hava JavaScript turned off, in which case they never would have
gotten this far in my webapp.

Wendy Smoak
Application Systems Analyst, Sr.
ASU IA Information Resources Management 


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to