NAS - javascript.

1999-10-07 Thread Kallur, Padmaja (GEL, MSX)
Hello every body, Can any one please help with this problem. Iam using NAB 4.0 . Iam having a onChange="validate" for a text item, where validate is a java script function. within validate I need to read a few columns from the database and show results.I need to use jsp tag <% %> within java scr

Re: NAS - javascript.

1999-10-07 Thread Kirkdorffer, Daniel
> -- > From: Kallur, Padmaja (GEL, > MSX)[SMTP:[EMAIL PROTECTED]] > Reply To: Kallur, Padmaja (GEL, MSX) > Sent: Thursday, October 07, 1999 9:45 AM > To: [EMAIL PROTECTED] > Subject: NAS - javascript. > > Hello every body, > >

Re: NAS - javascript.

1999-10-07 Thread Eric M. Andersen
>Iam using NAB 4.0 . Iam having a onChange="validate" for a text item, where >validate is a java script function. >within validate I need to read a few columns from the database and show >results.I need to use jsp tag <% %> within java script to achieve this. >With java web server Iwas able to do

Re: NAS - javascript.

1999-10-07 Thread Mike McElligott
Title: RE: NAS - javascript. The only other conceivable solution is to use an applet that communicates back to the server for data.  I'm pretty sure applet functions can be accessed from javascript, at least in Navigator (probably in IE as well, but I haven't investigat

Re: NAS - javascript.

1999-10-08 Thread Hans Gerwitz
Perhaps I'm misreading the original post here, but I understand the situation as follows: some_javascript { <% out.println("dynamically_written_javascript('generated once');"); %> } JWS allowed this for Padmaja, and NAS does not. My wild guess: the

Re: NAS - javascript.

1999-10-08 Thread Dmitri Namiot
Hello, JSP is a server side based stuff, JavaScript is a client based. Maybe you need to check your design solutions ? P.S. or by the way have look at the product from the letter you initially reply :-) It is what alaJSP for. No page compilation, just preprocessing and your JavaScript will be ha

Re: NAS - javascript.

1999-10-08 Thread David Navas
"Kallur, Padmaja (GEL, MSX)" wrote: > Iam using NAB 4.0 . Iam having a onChange="validate" for a text item, where > validate is a java script function. ...and you're trying to do JSP inside of a client-side script tag? I think you're probably out of luck until 4.0SP1. The NAB team discovered th

Re: NAS - javascript.

1999-10-11 Thread Paul Medcraft
lt;%= "query output"%> pt> -Original Message- From: Eric M. Andersen [mailto:[EMAIL PROTECTED]] Sent: Thursday, October 07, 1999 1:41 PM To: [EMAIL PROTECTED] Subject: Re: NAS - javascript. >Iam using NAB 4.0 . Iam having a onChange="validate" for a text i