instead of javascript

2001-12-26 Thread Eric Cho
Hi all,   is there a way to have a confirmation box popup confirming your click.  An "ok" would bring the user to another page and a "cancel" will keep the user where they are at?   I would like to avoid javascript so if you have a method in jsp, that would be great.   Thanks, Eric__

Re: instead of javascript

2001-12-26 Thread Arnold Shore
Behalf Of Eric ChoSent: Wednesday, December 26, 2001 5:25 PMTo: [EMAIL PROTECTED]Subject: instead of javascript Hi all,   is there a way to have a confirmation box popup confirming your click.  An "ok" would bring the user to another page and a "cancel"

Re: instead of javascript

2001-12-26 Thread Ashwani Kalra
/ ~~ -Original Message- From: A mailing list about Java Server Pages specification and reference [mailto:[EMAIL PROTECTED]]On Behalf Of Eric Cho Sent: Thursday, December 27, 2001 3:55 AM To: [EMAIL PROTECTED] Subject: instead of javascript Hi all, is there a way to have a confirmation box popup

Re: instead of javascript

2001-12-26 Thread Ashwani Kalra
/ ~~ -Original Message- From: A mailing list about Java Server Pages specification and reference [mailto:[EMAIL PROTECTED]]On Behalf Of Eric Cho Sent: Thursday, December 27, 2001 3:55 AM To: [EMAIL PROTECTED] Subject: instead of javascript Hi all, is there a way to have a confirmation

Re: instead of javascript

2001-12-26 Thread ShriKant Vashishtha
erver Pages specification and reference wrote: > From: Eric Cho <[EMAIL PROTECTED]>@JAVA.SUN.COM on 12/26/2001 03:24 PM > MST > > Please respond to A mailing list about Java Server Pages specification and > reference <[EMAIL PROTECTED]> > > To: [EMAIL P

Can I use Java instead of JavaScript for Client side validations ?

1999-06-27 Thread Joe Blow
at client side using Java instead of Javascript? Any info as to how I can do this,would be pf most help. Thanks in advance, - Mahesh. === To unsubscribe, send email to [EMAIL PROTECTED] and

Re: Can I use Java instead of JavaScript for Client side validati ons ?

1999-06-27 Thread Jenkins, Ed
u don't want as it happens. Ed Right now I'm having amnesia and deja vu at the same time. I think I've forgotten this before. -Original Message- From: Joe Blow [mailto:[EMAIL PROTECTED]] Sent: Thursday, June 24, 1999 11:22 To: [EMAIL PROTECTED] Subject: Can I use Java in

Re: Can I use Java instead of JavaScript for Client side validati ons ?

1999-06-27 Thread Matthew Gering (Cotelligent)
You can do the latter with javascript as well, provided the browser's object model supports it. There's really very little that you cannot do with javascript (ECMA-262) and DOM these days regarding client-side validation and interactivity. Javascript's loose typing makes data type validation annoy