Hmm, maybe I replied a little too quickly... are you asking how to make a call via AJAX and show an alert as a result? In other words, do exactly as what you show below, but involving the server? If so, then I take back what I said and I can point you in the right direction :)

Frank

Srinivas Jadcharla wrote:
Thanks for you time Frank

//AJAX is nothing but some Javascript on the client, and something on the
server that
//knows what do with an AJAX request (which is just an HTTP request in the
end).

How can i implement the following code using AJAX

// code starts
<HTML>
<SCRIPT LANGUAGE="JavaScript">
alert('Hi');
</SCRIPT>
</HTML>

// code ends

By using javascript i just need a javascript supported browser and
notepad(or any Editor).Iam very sorry if some one feels it as a dumb
question.


On 1/17/06, Frank W. Zammetti <[EMAIL PROTECTED]> wrote:
As far as what you "need"... you "need" whatever you currently have for
web development, nothing more.  AJAX is nothing but some Javascript on the
client, and something on the server that knows what do with an AJAX
request (which is just an HTTP request in the end).

That being said, there are a huge number of AJAX libraries out there that
will make your life much easier.  If you don't have Javascript expertise,
they may be absolutely invaluable.

Check out this recent post for some info:

http://marc.theaimsgroup.com/?l=struts-user&m=113661166421508&w=2

--
Frank W. Zammetti
Founder and Chief Software Architect
Omnytex Technologies
http://www.omnytex.com
AIM: fzammetti
Yahoo: fzammetti
MSN: [EMAIL PROTECTED]

On Tue, January 17, 2006 4:24 pm, Srinivas Jadcharla said:
Hi,

I have a small doubt regarding System Requirements for AJAX.Like
Javascript
i just need AJAX Supported Browser and notepad(as editor) , or do i need
some thing else.Are there any small and simple examples on net to start
with.Any advice is highly appreciable.

--
Thanks & Regards
Srinivas
732-648-9421(Cell)


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]




--
Thanks & Regards
Srinivas
732-648-9421(Cell)

--
Frank W. Zammetti
Founder and Chief Software Architect
Omnytex Technologies
http://www.omnytex.com
AIM: fzammetti
Yahoo: fzammetti
MSN: [EMAIL PROTECTED]

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to