Re: Pop Up Window

2000-09-28 Thread Andy Tran
You need to use the alert or prompt in JavaScript...! >From: "Sachin S. Khanna" <[EMAIL PROTECTED]> >Reply-To: A mailing list about Java Server Pages specification and > reference <[EMAIL PROTECTED]> >To: [EMAIL PROTECTED] >Subject: Re: Pop Up Window &

Re: Pop Up Window

2000-09-25 Thread Joseph B. Ottinger
On Mon, 25 Sep 2000, W Paul Waits wrote: > I'm new to this list and don't know how to check the archives. Yes he should do > his homework, but you have forgotten that you were a beginner at one time and > someone wasted time and attention on you. Why not recommend a useful textbook > or an onli

Re: Pop Up Window

2000-09-25 Thread W Paul Waits
| JSP-INTEREST | ||| |+> >| || | To: [EMAIL PROTECTED]| | cc: (bcc: Paul Waits/Enron Communications) | | S

Re: Pop Up Window

2000-09-24 Thread Sachin S. Khanna
You need to use Javascript to add this functionality. Have a nice day. With regards, Sachin S. Khanna. www.emailanorder.com - Original Message - From: Raj S <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Sunday, September 24, 2000 12:25 AM Subject: Pop Up Window &g

Re: Pop Up Window

2000-09-24 Thread Grant C. Peters
link or (the void(0) function is an easy way to do nothing, pass it 0 everytime. -Original Message- From: A mailing list about Java Server Pages specification and reference [mailto:[EMAIL PROTECTED]]On Behalf Of Raj S Sent: Saturday, September 23, 2000 11:55 AM To: [EMAIL PROTECTED] Subject

Re: Pop Up Window

2000-09-24 Thread Antonio W. Lagnada
rom: "Antonio W. Lagnada" <[EMAIL PROTECTED]> > >Reply-To: A mailing list about Java Server Pages specification and > > reference <[EMAIL PROTECTED]> > >To: [EMAIL PROTECTED] > >Subject: Re: Pop Up Window > >Date: Sun, 24 Sep 2000 00:05:02 -0500

Re: Pop Up Window

2000-09-24 Thread Martin Cooper
out wasting the time of thousands of other programmers around the world. That's what the net is for. -- Martin Cooper Tumbleweed Communications - Original Message - From: "Raj S" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Saturday, September 23, 2000 11:0

Re: Pop Up Window

2000-09-23 Thread Raj S
Thanks. I have never used Javascript...can u help with some suggestive code.. >From: "Antonio W. Lagnada" <[EMAIL PROTECTED]> >Reply-To: A mailing list about Java Server Pages specification and > reference <[EMAIL PROTECTED]> >To: [EMAIL PROTECTED] >Subj

Re: Pop Up Window

2000-09-23 Thread Antonio W. Lagnada
why don't u use javascript to popup the window, then invoke your JSP. -- Antonio W. Lagnada [EMAIL PROTECTED] - email This email address is specifically for JSP-Interest email list Raj S <[EMAIL PROTECTED]> wrote: > Hi, >Can someone suggest how to get a pop up w

Pop Up Window

2000-09-23 Thread Raj S
Hi, Can someone suggest how to get a pop up window in JSP?I am deleting a value,so I just want to pop up window,which can confirm from the user something like Are you sure you want to delete this value? If User presses Yes then I want to invoke the JSP which has the functionality to delete

POP-UP WINDOW

2000-03-27 Thread Rakesh Rajendran
Hi , In one of the HTML pages we are coding ,we need to have a pop-up window . I need the content of the pop-up window to be generated by a servlet or a controller servlet which invokes a required JSP instead of caling a JSP directly . The way we have done it