PDA

View Full Version : ajax in url?


cyrus709
06-23-2009, 06:08 PM
Im unfamiliar with Ajax? However i know a bit of javascript, and am very proficeinet in php. Anyways the question that i have is, Can Ajax be run through the URL like javascript?

to run javascript through the url you just type "javascript:" followed by the JS, is it possible to do the same with Ajax? or can you run ajax through JS or something similar to that?

Fumigator
06-24-2009, 09:00 PM
Ajax is just a Javascript function call, really... so your question doesn't make sense.