Re: converting some VB code to Java..
- From: "Jeach!" <christian.jean@xxxxxxxxx>
- Date: 31 May 2006 09:46:35 -0700
Hello Maya,
If you are learning the guts of AJAX then go for it, I encourage that.
But if you just want to use it I would recommend that you use one of
the taglib implementations of AJAX. It removes alot of this complexity
and nice and simple to code with.
Good luck,
Jeach!
maya wrote:
Hi all, long time no see....:) I'm trying to learn AJAX, am following
this tutorial, http://www.w3schools.com/ajax/ajax_source.asp
I need the VB script code in this pg converted to JSP so I can play
around with this in my Tomcat.. got as far converting the getParam
line.. (I assume that's what
q=ucase(request.querystring("q"))
is..)
and I suppose the following is an array (although don't see ref. to it
further down..)
dim a(30)
a(1)="Anna"
a(2)="Brittany"
a(3)="Cinderella"
but the conditionals are throwing me off a bit.. (man, no semi-colons,
no curly braces, looks a bit messy...)
thank you very much..
Frances
.
- References:
- converting some VB code to Java..
- From: maya
- converting some VB code to Java..
- Prev by Date: hi reg jsp page redirect
- Next by Date: Re: Easy question but I can't seem to get it to work
- Previous by thread: Re: converting some VB code to Java..
- Next by thread: Constructors
- Index(es):
Relevant Pages
|
|