Re: How to transfer information between JSP and Javascript?

2003-03-23 Thread Sandeep Kumar Agrawal, Noida
CTED] Sent: Monday, March 24, 2003 10:48 AM Subject: Re: How to transfer information between JSP and Javascript? > the function u have return in the javascript PageNext() is incrementing java variable so u need to add the tag like <%index++%>; again what will happen is every time it gets inc

Re: How to transfer information between JSP and Javascript?

2003-03-23 Thread sathish
Sent: Sunday, March 23, 2003 9:47 PM To: [EMAIL PROTECTED] Subject: Re: How to transfer information between JSP and Javascript? Not really a javascript guy, but how about using document.thisform.index.value++ instead of index++ . I believe index++ would be referencing a javascript variable lo

Re: How to transfer information between JSP and Javascript?

2003-03-23 Thread jay halvorson
IL PROTECTED]> Sent: Saturday, March 22, 2003 10:38 PM Subject: How to transfer information between JSP and Javascript? > I have a question about transfer information between JSP and Javascript. I have a Vector variable,it has several values,such as "Peter","John",&qu

How to transfer information between JSP and Javascript?

2003-03-22 Thread Edward King
I have a question about transfer information between JSP and Javascript. I have a Vector variable,it has several values,such as "Peter","John","Kate". I show it in the table and show one each time.I provide a link,when click this link,show next value.For example: first time show "Peter",when I