converting some VB code to Java..



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
.



Relevant Pages

  • Re: converting some VB code to Java..
    ... If you are learning the guts of AJAX then go for it, ... But if you just want to use it I would recommend that you use one of ... I need the VB script code in this pg converted to JSP so I can play ... got as far converting the getParam ...
    (comp.lang.java.help)
  • VS2003 project - Update to use AJAX
    ... Apologies if this has been asked several times but I'm pretty new to ... Does anybody have any suitable information on converting an existing ... Visual studio 2003 webproject to incorporate AJAX. ... updating individual aspx files to use AJAX. ...
    (microsoft.public.dotnet.framework.aspnet)