OffTopic : JavaScript Problem (urgent)

2001-10-01 Thread Abhijeet Surve
How do a replace \ by its number code equivalent i.e. #92; using JavaScript's replace function? I am right now unable to create the regexp. thanx in advance Abhi _ Get your FREE download of MSN Explorer at

Re: JAVASCRIPT PROBLEM

2001-04-06 Thread Stefan Murariu
ut Java Server Pages specification and reference [mailto:[EMAIL PROTECTED]]On Behalf Of paramjit singh Sent: Wednesday, April 04, 2001 10:50 PM To: [EMAIL PROTECTED] Subject: JAVASCRIPT PROBLEM Hello.. I am opening new Pop up internet explorer window when user clicks next button of cur

Re: JAVASCRIPT PROBLEM

2001-04-05 Thread Deepak Chawla
. -Original Message- From: paramjit singh [EMAIL PROTECTED] To: [EMAIL PROTECTED] [EMAIL PROTECTED] Date: Thursday, April 05, 2001 11:21 AM Subject: JAVASCRIPT PROBLEM Hello.. I am opening new Pop up internet explorer window when user clicks next button of current window by using

Re: JAVASCRIPT PROBLEM

2001-04-05 Thread Michael Sweeney
The only time you can close a window without the alert dialogues is if your script has opened the window. If you try to close a parent window or an unrelated window with a script, it will always present the dialogue. It's a security thing. Michael At 11:49 PM 4/4/01 -0600, you wrote: Hello.. I

Re: JAVASCRIPT PROBLEM

2001-04-05 Thread Dean Sacramone
cation and reference [mailto:[EMAIL PROTECTED]]On Behalf Of paramjit singh Sent: Wednesday, April 04, 2001 10:50 PM To: [EMAIL PROTECTED] Subject: JAVASCRIPT PROBLEM Hello.. I am opening new Pop up internet explorer window when user clicks next button of current window by using javascript function wind

JAVASCRIPT PROBLEM

2001-04-04 Thread paramjit singh
Hello.. I am opening new Pop up internet explorer window when user clicks next button of current window by using javascript function window.open() but i also wana to close the previous window(parent) i do it like this this.close and then called window.open("new window"); but when user clicks next

a jsp -javascript problem

2001-03-02 Thread Ashutosh Bhardwaj
hi, i have a jsp with one text field and two buttons one "submit" and one "more". after entering the value when i press more button the field gets cleared and the value in the field should be stored somewhere say a java or javascript using javascript. on pressing submit i have to pass the

Re: a jsp -javascript problem

2001-03-02 Thread christopher brown
; [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Friday, March 02, 2001 12:33 PM Subject: a jsp -javascript problem hi, i have a jsp with one text field and two buttons one "submit" and one "more". after entering the value when i press more button the field gets cleared and t

Re: a jsp -javascript problem

2001-03-02 Thread G.Nagarajan
ect: a jsp -javascript problem hi, i have a jsp with one text field and two buttons one "submit" and one "more". after entering the value when i press more button the field gets cleared and the value in the field should be stored somewhere say a java or javascript using javascr

Re: a jsp -javascript problem

2001-03-02 Thread Marie Josephe Plainecassagne
What would you think of a solution where you would have : - a class representing your set of items - a bean that would contain a vector of objects of this new class On the first page, you initialize your bean. Then page after a page, you add an element to your vector. In this case, all the data

question for error 400 and Javascript problem

2000-06-29 Thread Juan Fu
HI, I am writing a jsp page, which works on IE, but when I tried on Netscape. I got the error message "Error 400: no detail message". I don't know what is the problem. Can anyone tell me. And I have the other question concerned with JavaScript. I need to get the values of parameters of

Re: question for error 400 and Javascript problem

2000-06-29 Thread Aggarwal, Pawan
Netscape doesnot support certain tags and certain javascript statements are not suuported in Netscape which are supported by IE.. so send us your code...where it gave an error.. The problem in second code is that you need to do something like for (var i=1; i4; i++) { test[i]=%=