Re: Non-Struts Related JS Question

2002-01-30 Thread Adam Grohs
this should work: a href=javascript:void openWidgetWindow() - Original Message - From: John M. Corro [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday, January 29, 2002 9:31 AM Subject: Non-Struts Related JS Question Does anyone know how to call a javascript function from an html

Non-Struts Related JS Question

2002-01-29 Thread John M. Corro
Does anyone know how to call a javascript function from an html link w/o causing the parent page to reload, but still having the cursor change to a pointing finger when it goes over the link? I'm trying to implement the following basic situationuser clicks on a link, a child window pops

RE: Non-Struts Related JS Question

2002-01-29 Thread ltorrence
browsers, see http://www.kottke.org/notes/0112.html#011227 and http://milov.nl/?comments=474 -Original Message- From: John M. Corro [mailto:[EMAIL PROTECTED]] Sent: Tuesday, January 29, 2002 9:31 AM To: [EMAIL PROTECTED] Subject: Non-Struts Related JS Question Does anyone know how

RE: Non-Struts Related JS Question

2002-01-29 Thread Cuperus, Bob
is set to self. Hope this helps Bob -Original Message- From: John M. Corro [mailto:[EMAIL PROTECTED]] Sent: Tuesday, January 29, 2002 8:31 AM To: [EMAIL PROTECTED] Subject: Non-Struts Related JS Question Does anyone know how to call a javascript function from an html link w/o causing

Re: Non-Struts Related JS Question

2002-01-29 Thread John M. Corro
This one worked beautifully! Thanks for the help! - Original Message - From: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday, January 29, 2002 8:55 AM Subject: RE: Non-Struts Related JS Question Make the href anything you want (# will work), but in the onclick handler, do

Re: Non-Struts Related JS Question

2002-01-29 Thread Matt Raible
Use CCS - only works in standards-compliant browsers to my knowledge: a { cursor: pointer; } --- John M. Corro [EMAIL PROTECTED] wrote: Does anyone know how to call a javascript function from an html link w/o causing the parent page to reload, but still having the cursor change to a