You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@struts.apache.org by Drew Zimber <dr...@shaws.com> on 2002/11/18 16:09:07 UTC

onclick attribute doesnt work in tag?


anyone had any experience with this.  Anytime i add the onclick attribute it
crashes the page..


dz


--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>


RE: onclick attribute doesnt work in tag?

Posted by Drew Zimber <dr...@shaws.com>.

server....i think i found the problem though - outdated tld tags somehow got
in there.  Thanks for the help anyhow.

dz

-----Original Message-----
From: Andrew Hill [mailto:andrew.david.hill@gridnode.com]
Sent: Monday, November 18, 2002 10:25 AM
To: Struts Users Mailing List
Subject: RE: onclick attribute doesnt work in <html:img> tag?


Is it the browser or the server that is crashing?

-----Original Message-----
From: Drew Zimber [mailto:drew.zimber@shaws.com]
Sent: Monday, November 18, 2002 23:21
To: 'Struts Users Mailing List'
Subject: RE: onclick attribute doesnt work in <html:img> tag?




stack trace is giving me nothing right now, im going to due some further
investigation...

dz

-----Original Message-----
From: Gemes Tibor [mailto:gemes@regens.hu]
Sent: Monday, November 18, 2002 10:16 AM
To: Struts Users Mailing List
Subject: Re: onclick attribute doesnt work in <html:img> tag?


2002. november 18. 16:09 dátummal Drew Zimber ezt írtad:
> anyone had any experience with this.  Anytime i add the onclick attribute
> it crashes the page..

I bet the stacktrace contains the error caused your crash. Read it.

Tip: check your case onclick and not onClick!

Tip #2: check your quotation marks.

Hth,

Tib

--
To unsubscribe, e-mail:
<ma...@jakarta.apache.org>
For additional commands, e-mail:
<ma...@jakarta.apache.org>


--
To unsubscribe, e-mail:
<ma...@jakarta.apache.org>
For additional commands, e-mail:
<ma...@jakarta.apache.org>


--
To unsubscribe, e-mail:
<ma...@jakarta.apache.org>
For additional commands, e-mail:
<ma...@jakarta.apache.org>


--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>


RE: onclick attribute doesnt work in tag?

Posted by Andrew Hill <an...@gridnode.com>.
Is it the browser or the server that is crashing?

-----Original Message-----
From: Drew Zimber [mailto:drew.zimber@shaws.com]
Sent: Monday, November 18, 2002 23:21
To: 'Struts Users Mailing List'
Subject: RE: onclick attribute doesnt work in <html:img> tag?




stack trace is giving me nothing right now, im going to due some further
investigation...

dz

-----Original Message-----
From: Gemes Tibor [mailto:gemes@regens.hu]
Sent: Monday, November 18, 2002 10:16 AM
To: Struts Users Mailing List
Subject: Re: onclick attribute doesnt work in <html:img> tag?


2002. november 18. 16:09 dátummal Drew Zimber ezt írtad:
> anyone had any experience with this.  Anytime i add the onclick attribute
> it crashes the page..

I bet the stacktrace contains the error caused your crash. Read it.

Tip: check your case onclick and not onClick!

Tip #2: check your quotation marks.

Hth,

Tib

--
To unsubscribe, e-mail:
<ma...@jakarta.apache.org>
For additional commands, e-mail:
<ma...@jakarta.apache.org>


--
To unsubscribe, e-mail:
<ma...@jakarta.apache.org>
For additional commands, e-mail:
<ma...@jakarta.apache.org>


--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>


RE: onclick attribute doesnt work in tag?

Posted by Drew Zimber <dr...@shaws.com>.

stack trace is giving me nothing right now, im going to due some further
investigation...

dz

-----Original Message-----
From: Gemes Tibor [mailto:gemes@regens.hu]
Sent: Monday, November 18, 2002 10:16 AM
To: Struts Users Mailing List
Subject: Re: onclick attribute doesnt work in <html:img> tag?


2002. november 18. 16:09 dátummal Drew Zimber ezt írtad:
> anyone had any experience with this.  Anytime i add the onclick attribute
> it crashes the page..

I bet the stacktrace contains the error caused your crash. Read it.

Tip: check your case onclick and not onClick!

Tip #2: check your quotation marks.

Hth,

Tib

--
To unsubscribe, e-mail:
<ma...@jakarta.apache.org>
For additional commands, e-mail:
<ma...@jakarta.apache.org>


--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>


Re: onclick attribute doesnt work in tag?

Posted by Gemes Tibor <ge...@regens.hu>.
2002. november 18. 16:09 dátummal Drew Zimber ezt írtad:
> anyone had any experience with this.  Anytime i add the onclick attribute
> it crashes the page..

I bet the stacktrace contains the error caused your crash. Read it. 

Tip: check your case onclick and not onClick!

Tip #2: check your quotation marks.

Hth,

Tib

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>


RE: onclick attribute doesnt work in tag?

Posted by Míguel Ángel Mulero Martínez <mi...@mad.tecsidel.es>.
I use too the <a href.... onClick=""><img ....></a>

This works too. The a href has the onClick event.

Regards,
Miguel

> -----Mensaje original-----
> De: Ronald Mathies [mailto:rmathies@vda.nl]
> Enviado el: martes, 19 de noviembre de 2002 8:34
> Para: Struts Users Mailing List
> Asunto: Re: onclick attribute doesnt work in <html:img> tag?
>
>
> I'm working on Linux with Mozilla version 1.1 and this one supports it.
>
> So i'm suprised that Netschape doesn't since they both use the
> Gecko engine.
>
> Or does the <html:img> give some trouble ? When it does then try to
> use the plain <img onClick=""/> this one should work.
>
>
>
> ----- Original Message -----
> From: "Míguel Ángel Mulero Martínez" <mi...@mad.tecsidel.es>
> To: "Struts Users Mailing List" <st...@jakarta.apache.org>
> Sent: Tuesday, November 19, 2002 7:51 AM
> Subject: RE: onclick attribute doesnt work in <html:img> tag?
>
>
> > I think Netscape 6 and 7 yes.
> >
> > > -----Mensaje original-----
> > > De: Andrew Hill [mailto:andrew.david.hill@gridnode.com]
> > > Enviado el: martes, 19 de noviembre de 2002 4:07
> > > Para: Struts Users Mailing List
> > > Asunto: RE: onclick attribute doesnt work in <html:img> tag?
> > >
> > >
> > > Not even netscrap 6 ?
> > >
> > > -----Original Message-----
> > > From: Míguel Ángel Mulero Martínez
> > > [mailto:miguel-angel.mulero@mad.tecsidel.es]
> > > Sent: Monday, November 18, 2002 23:29
> > > To: Struts Users Mailing List; drew.zimber@shaws.com
> > > Subject: RE: onclick attribute doesnt work in <html:img> tag?
> > >
> > >
> > > The <html:img> don't have onclick function. This is because Netscape
> don't
> > > support it (Explorer yes).
> > >
> > > regards.
> > >
> > >
> > > > -----Mensaje original-----
> > > > De: Drew Zimber [mailto:drew.zimber@shaws.com]
> > > > Enviado el: lunes, 18 de noviembre de 2002 16:09
> > > > Para: 'Struts Users Mailing List'
> > > > Asunto: onclick attribute doesnt work in <html:img> tag?
> > > >
> > > >
> > > >
> > > >
> > > > anyone had any experience with this.  Anytime i add the onclick
> > > > attribute it
> > > > crashes the page..
> > > >
> > > >
> > > > dz
> > > >
> > > >
> > > > --
> > > > To unsubscribe, e-mail:
> > > > <ma...@jakarta.apache.org>
> > > > For additional commands, e-mail:
> > > > <ma...@jakarta.apache.org>
> > >
> > >
> > > --
> > > To unsubscribe, e-mail:
> > > <ma...@jakarta.apache.org>
> > > For additional commands, e-mail:
> > > <ma...@jakarta.apache.org>
> > >
> > >
> > > --
> > > To unsubscribe, e-mail:
> > > <ma...@jakarta.apache.org>
> > > For additional commands, e-mail:
> > > <ma...@jakarta.apache.org>
> >
> >
> > --
> > To unsubscribe, e-mail:
> <ma...@jakarta.apache.org>
> > For additional commands, e-mail:
> <ma...@jakarta.apache.org>
> >
>
>
> --
> To unsubscribe, e-mail:
<ma...@jakarta.apache.org>
For additional commands, e-mail:
<ma...@jakarta.apache.org>


--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>


Re: onclick attribute doesnt work in tag?

Posted by Ronald Mathies <rm...@vda.nl>.
I'm working on Linux with Mozilla version 1.1 and this one supports it.

So i'm suprised that Netschape doesn't since they both use the Gecko engine.

Or does the <html:img> give some trouble ? When it does then try to
use the plain <img onClick=""/> this one should work.



----- Original Message -----
From: "Míguel Ángel Mulero Martínez" <mi...@mad.tecsidel.es>
To: "Struts Users Mailing List" <st...@jakarta.apache.org>
Sent: Tuesday, November 19, 2002 7:51 AM
Subject: RE: onclick attribute doesnt work in <html:img> tag?


> I think Netscape 6 and 7 yes.
>
> > -----Mensaje original-----
> > De: Andrew Hill [mailto:andrew.david.hill@gridnode.com]
> > Enviado el: martes, 19 de noviembre de 2002 4:07
> > Para: Struts Users Mailing List
> > Asunto: RE: onclick attribute doesnt work in <html:img> tag?
> >
> >
> > Not even netscrap 6 ?
> >
> > -----Original Message-----
> > From: Míguel Ángel Mulero Martínez
> > [mailto:miguel-angel.mulero@mad.tecsidel.es]
> > Sent: Monday, November 18, 2002 23:29
> > To: Struts Users Mailing List; drew.zimber@shaws.com
> > Subject: RE: onclick attribute doesnt work in <html:img> tag?
> >
> >
> > The <html:img> don't have onclick function. This is because Netscape
don't
> > support it (Explorer yes).
> >
> > regards.
> >
> >
> > > -----Mensaje original-----
> > > De: Drew Zimber [mailto:drew.zimber@shaws.com]
> > > Enviado el: lunes, 18 de noviembre de 2002 16:09
> > > Para: 'Struts Users Mailing List'
> > > Asunto: onclick attribute doesnt work in <html:img> tag?
> > >
> > >
> > >
> > >
> > > anyone had any experience with this.  Anytime i add the onclick
> > > attribute it
> > > crashes the page..
> > >
> > >
> > > dz
> > >
> > >
> > > --
> > > To unsubscribe, e-mail:
> > > <ma...@jakarta.apache.org>
> > > For additional commands, e-mail:
> > > <ma...@jakarta.apache.org>
> >
> >
> > --
> > To unsubscribe, e-mail:
> > <ma...@jakarta.apache.org>
> > For additional commands, e-mail:
> > <ma...@jakarta.apache.org>
> >
> >
> > --
> > To unsubscribe, e-mail:
> > <ma...@jakarta.apache.org>
> > For additional commands, e-mail:
> > <ma...@jakarta.apache.org>
>
>
> --
> To unsubscribe, e-mail:
<ma...@jakarta.apache.org>
> For additional commands, e-mail:
<ma...@jakarta.apache.org>
>


--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>


RE: onclick attribute doesnt work in tag?

Posted by Míguel Ángel Mulero Martínez <mi...@mad.tecsidel.es>.
I think Netscape 6 and 7 yes.

> -----Mensaje original-----
> De: Andrew Hill [mailto:andrew.david.hill@gridnode.com]
> Enviado el: martes, 19 de noviembre de 2002 4:07
> Para: Struts Users Mailing List
> Asunto: RE: onclick attribute doesnt work in <html:img> tag?
>
>
> Not even netscrap 6 ?
>
> -----Original Message-----
> From: Míguel Ángel Mulero Martínez
> [mailto:miguel-angel.mulero@mad.tecsidel.es]
> Sent: Monday, November 18, 2002 23:29
> To: Struts Users Mailing List; drew.zimber@shaws.com
> Subject: RE: onclick attribute doesnt work in <html:img> tag?
>
>
> The <html:img> don't have onclick function. This is because Netscape don't
> support it (Explorer yes).
>
> regards.
>
>
> > -----Mensaje original-----
> > De: Drew Zimber [mailto:drew.zimber@shaws.com]
> > Enviado el: lunes, 18 de noviembre de 2002 16:09
> > Para: 'Struts Users Mailing List'
> > Asunto: onclick attribute doesnt work in <html:img> tag?
> >
> >
> >
> >
> > anyone had any experience with this.  Anytime i add the onclick
> > attribute it
> > crashes the page..
> >
> >
> > dz
> >
> >
> > --
> > To unsubscribe, e-mail:
> > <ma...@jakarta.apache.org>
> > For additional commands, e-mail:
> > <ma...@jakarta.apache.org>
>
>
> --
> To unsubscribe, e-mail:
> <ma...@jakarta.apache.org>
> For additional commands, e-mail:
> <ma...@jakarta.apache.org>
>
>
> --
> To unsubscribe, e-mail:
> <ma...@jakarta.apache.org>
> For additional commands, e-mail:
> <ma...@jakarta.apache.org>


--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>


RE: onclick attribute doesnt work in tag?

Posted by Andrew Hill <an...@gridnode.com>.
Not even netscrap 6 ?

-----Original Message-----
From: Míguel Ángel Mulero Martínez
[mailto:miguel-angel.mulero@mad.tecsidel.es]
Sent: Monday, November 18, 2002 23:29
To: Struts Users Mailing List; drew.zimber@shaws.com
Subject: RE: onclick attribute doesnt work in <html:img> tag?


The <html:img> don't have onclick function. This is because Netscape don't
support it (Explorer yes).

regards.


> -----Mensaje original-----
> De: Drew Zimber [mailto:drew.zimber@shaws.com]
> Enviado el: lunes, 18 de noviembre de 2002 16:09
> Para: 'Struts Users Mailing List'
> Asunto: onclick attribute doesnt work in <html:img> tag?
>
>
>
>
> anyone had any experience with this.  Anytime i add the onclick
> attribute it
> crashes the page..
>
>
> dz
>
>
> --
> To unsubscribe, e-mail:
> <ma...@jakarta.apache.org>
> For additional commands, e-mail:
> <ma...@jakarta.apache.org>


--
To unsubscribe, e-mail:
<ma...@jakarta.apache.org>
For additional commands, e-mail:
<ma...@jakarta.apache.org>


--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>


RE: onclick attribute doesnt work in tag?

Posted by Míguel Ángel Mulero Martínez <mi...@mad.tecsidel.es>.
The <html:img> don't have onclick function. This is because Netscape don't
support it (Explorer yes).

regards.


> -----Mensaje original-----
> De: Drew Zimber [mailto:drew.zimber@shaws.com]
> Enviado el: lunes, 18 de noviembre de 2002 16:09
> Para: 'Struts Users Mailing List'
> Asunto: onclick attribute doesnt work in <html:img> tag?
>
>
>
>
> anyone had any experience with this.  Anytime i add the onclick
> attribute it
> crashes the page..
>
>
> dz
>
>
> --
> To unsubscribe, e-mail:
> <ma...@jakarta.apache.org>
> For additional commands, e-mail:
> <ma...@jakarta.apache.org>


--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>