Tung <[EMAIL PROTECTED]>
>Reply-To: A mailing list about Java Server Pages specification and
> reference <[EMAIL PROTECTED]>
>To: [EMAIL PROTECTED]
>Subject: use javascript in jsp
>Date: Fri, 28 Apr 2000 17:04:14 +0800
>
>May i ask if i can use
Be careful using if a <= b in your JavaScript the compiler can interpret
this as a missed <%= tag.
> -Original Message-
> From: Brenda Tung [SMTP:[EMAIL PROTECTED]]
> Sent: Tuesday, May 02, 2000 1:34 AM
> To: [EMAIL PROTECTED]
> Subject: use Javascript in
hi all,
i want to thank all you who replied.for your info, I've solved the problem
by writing a html page for the javascript validation to take palce and include it in
the JSP file.
regards,
brenda
===
To unsubscribe: mailt
[Ursprüngliche Nachricht]
Von: Brenda Tung <[EMAIL PROTECTED]>, Tue, 2 May 2000 16:34:28 +0800
An: [EMAIL PROTECTED]
Betreff: use Javascript in JSP
> i have a problem in embedding javascript in JSP. do i do this :
> <%!
> function checkFields(changepasswdfo
re you go any
further!
HockPing Chew
<[EMAIL PROTECTED]To: [EMAIL PROTECTED]
M> cc:
Sent by: A Subject: Re: use Javascript in JSP
mailing list
hi:
try this..maybe it can works
chew hock ping
Brenda Tung
<[EMAIL PROTECTED]To: [EMAIL PROTECTED]
US.EDU.SG>cc:
Sent by: A mailingSubject: use Javascr
Hi ,
Please look at the JavaScript function declaration, it is
enclosed with jsp taglet (Is it typo ??) .you shouldn't enclose
with Jsp taglet,it should be inside tags.
for example;
function checkFields(changepasswdform)
{
//javascript code for checkFields goes here
pecification and reference
> [mailto:[EMAIL PROTECTED]]On Behalf Of Brenda Tung
> Sent: dinsdag 2 mei 2000 10:34
> To: [EMAIL PROTECTED]
> Subject: use Javascript in JSP
>
>
> hi all,
>
> i have a problem in embedding javascript in JSP. do i do this :
>
> <%!
> function
try to remove semicolon after
return checkFields(changepasswdform);
Nitin
> -Original Message-
> From: Brenda Tung [SMTP:[EMAIL PROTECTED]]
> Sent: Tuesday, May 02, 2000 2:04 PM
> To: [EMAIL PROTECTED]
> Subject: use Javascript in JSP
>
> hi all,
>
> i
hi all,
i have a problem in embedding javascript in JSP. do i do this :
<%!
function checkFields(changepasswdform) {
my whole javascript code for checkFields goes here
%>
however, i have an error saying identifier expected. can anyone help ?
===
you can use javascript in jsp .it will be the same as that in normal
html.
best regard
zhu jiang
-Original Message-
From: EXT Brenda Tung [mailto:[EMAIL PROTECTED]]
Sent: 28. April 2000 12:04
To: [EMAIL PROTECTED]
Subject: use javascript in jsp
May i ask if i can use javascript in jsp
Yes, you can use JavaScript in JSP. Remember, JSP is HTML with Java code.
When its sent back as a response, JavaScript is the same as if it were in
HTML.
However, you can't use JavaScript to script the server-side..unless your
using
Yes, of course you can use java script in jsp just like what we use in
normal html.
May i ask if i can use javascript in jsp. if yes, do i use java tags?
===
To unsubscribe: mailto [EMAIL PROTECTED] with body: "si
May i ask if i can use javascript in jsp. if yes, do i use java tags?
===
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
Some relevant FAQs on JSP/Servlets can be found at:
http://ja
14 matches
Mail list logo