converting some VB code to Java..
- From: maya <fdr58@xxxxxxxxx>
- Date: Sat, 27 May 2006 23:04:34 -0400
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
.
- Follow-Ups:
- Re: converting some VB code to Java..
- From: Jeach!
- Re: converting some VB code to Java..
- From: Bjorn Abelli
- Re: converting some VB code to Java..
- Prev by Date: Re: free libraries wanted for Java
- Next by Date: Constructors
- Previous by thread: Wrapper which assigns heap memory in terms of physical?
- Next by thread: Re: converting some VB code to Java..
- Index(es):
Relevant Pages
|