View previous topic :: View next topic |
Author |
Message |
brokensaber -
Joined: 27 Feb 2007 Posts: 15
|
Posted: Sat Jun 07, 2008 5:40 pm Post subject: AJAX Extension? |
|
|
I'm a beginner so please show me mercy. :]
I have ASP.NET 2.2
Do I have to set up the interpreter for AJAX? And if I do, what file and extension do i insert into the fields? |
|
Back to top |
|
 |
rrinc -
Joined: 24 Feb 2006 Posts: 725 Location: Arkansas, USA
|
Posted: Sat Jun 07, 2008 8:29 pm Post subject: |
|
|
AJAX is just JavaScript. JavaScript doesn't run on the server, it runs in your web browser. You don't do anything, but your website visitors will need to have JavaScript enabled to use it (most typically do). _________________ -Blake | New Server :D
SaveTheInternet
Soy hispanohablante. Puedes contactarme por mensajes privados. |
|
Back to top |
|
 |
brokensaber -
Joined: 27 Feb 2007 Posts: 15
|
Posted: Sat Jun 07, 2008 8:52 pm Post subject: |
|
|
tyvm |
|
Back to top |
|
 |
nyks -
Joined: 27 Nov 2009 Posts: 2
|
Posted: Fri Nov 27, 2009 12:45 am Post subject: |
|
|
Hi,
Ajax is a technology which uses Java script. You manually don't need to interpret Ajax. If the user's browser does support Java script then the code of the Java script looks for the solution on the web server and then browser will display whatever the solution found. |
|
Back to top |
|
 |
|