-
JSP and JAVASCRIPT
Is it true that JSP does not support JavaScript?
-
Re: JSP and JAVASCRIPT
why should it - it supports java.
Typically javascript is used at the client side, jsp can output javascript
to browsers for the client to use. If you want to use javascript in jsp,
write a bean that makes use of the netscape.javascript package and use the
functionality that it provides.
--
Regards
John Timney
Microsoft MVP
(http://support.microsoft.com/support/mvp/program.asp)
Co-Author Professional JSP
ISBN: 1-861003-62-5
kalak <lolo612@whatmail.com> wrote in message
news:39b09193$1@news.devx.com...
>
> Is it true that JSP does not support JavaScript?
-
Re: JSP and JAVASCRIPT
There are application servers that even allow you to use JavaScript to write
JSP files. Take a look at Caucho Resin (www.caucho.com) if you want to take
the most from your know-how on that language.
fribeiro
"John Timney (MVP)" <xyztimneyj@btinternet.com> wrote:
>why should it - it supports java.
>
>Typically javascript is used at the client side, jsp can output javascript
>to browsers for the client to use. If you want to use javascript in jsp,
>write a bean that makes use of the netscape.javascript package and use the
>functionality that it provides.
>
>--
>Regards
>
>John Timney
>Microsoft MVP
>(http://support.microsoft.com/support/mvp/program.asp)
>Co-Author Professional JSP
>ISBN: 1-861003-62-5
>
>
>
>kalak <lolo612@whatmail.com> wrote in message
>news:39b09193$1@news.devx.com...
>>
>> Is it true that JSP does not support JavaScript?
>
>
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Development Centers
-- Android Development Center
-- Cloud Development Project Center
-- HTML5 Development Center
-- Windows Mobile Development Center
|