any alternaive for AJAX

any alternaive for AJAX

Hello guys, i am new one here. i am developing a web application for my final year project. very one knows AJAX which... any alternative based on my graduation knowledge.

View Answers

March 17, 2008 at 9:31 PM

Hi, see the example given below to create application in ajax
-------------------------------

alternateAjax.html

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">;
<html xmlns="http://www.w3.org/1999/xhtml">;
<head>
<title>alternative base example in ajax</title>
<script type="text/javascript">
function makeRequest(){
var oScript = document.createElement("script");
oScript.src = "alternateAjax.js";
document.body.appendChild(oScript);
}
function callback(sText){
alert("Loaded from file: " + sText);
}
</script>
</head>
<body>
<b>Now click Here:</b>
<input type="button" value="Click Me" onclick="makeRequest()" />
</body>
</html>


alternateAjax.js


callback("Welcome to Roseindia!");

--------------
Ajax Tutorial
http://www.roseindia.net/ajax/

April 9, 2008 at 8:06 PM

Yes, you are right Ajax is simple and shows the updated value without reloading a page. And you can find various other alternatives of Ajax to create your application. But if Ajax can solve your problem without going into deep or spending more time to learn it then you must learn it!

Even you believe that Ajax is easy and fast then why you are looking for some other options? If you are totally confused and find it difficult to get good Ajax document just go through the given link that I believe is best for Ajax beginners and professionals.


http://www.javajazzup.com/issue10/









Related Tutorials/Questions & Answers:
any alternaive for AJAX - Ajax
any alternaive for AJAX  Hello guys, i am new one here. i am developing a web application for my final year project. very one knows AJAX which... any... given below to create application in ajax
ajax
ajax  how to connect ajax with mysql without using php,asp or any other scripting language. please answer soon
Advertisements
ajax
ajax  please describe the ajax
Ajax
Ajax  How to learn AJAX
Ajax
Ajax  Hi, What is Ajax? What is the use of Ajax? Thanks   Hi, Ajax is set of technologies used to develop dynamic web applications. In Ajax following technologies is used: a) JavaScript b) XML c) HTTP d) CSS Learn
Ajax
Ajax  how to impliment ajax in registration table using jsp-servlet
Backbase AJAX for Struts
Backbase AJAX for Struts       Backbase AJAX for Struts is a complete AJAX - Struts programming framework build on top of any Struts and Eclipse which Pre-build AJAX-Struts components
Ajax
Ajax  send the example to fetch the data from the server by using ajax in java. for ex:-if there are states which is used to display in frontend we use ajax. send it to me
Ajax
Ajax  how to include ajax in jsp page?   Hi, Please read Ajax First Example - Print Date and Time example.ADS_TO_REPLACE_1 Instead of using PHP you can write your code in JSP. Thanks
Ajax - Ajax
Ajax  What is Ajax ? How one can use ajax with Java
ajax
ajax  HI, In my application using ajax if i type a managername in the textbox it should display all the employees under the that manager... me reg this. thanks KK   Combobox box using Ajax in JSP   i
Ajax
ajax where instead of a link a radio button can fetch the data and can populate a table.If ajax can be used,it would be a greater advantage.After fetching data
ajax
ajax  How can we fetch data in ajax through servlet?   "mainpage.jsp" <html> <head> <title>Ajax Example</title>...;/head> <body> <h1 align="center"><font color="#000080">Ajax
ajax
ajax  How can we fetch data in ajax through servlet?   "mainpage.jsp" <html> <head> <title>Ajax Example</title>...;/head> <body> <h1 align="center"><font color="#000080">Ajax
ajax
ajax  How can we fetch data in ajax through servlet?   "mainpage.jsp" <html> <head> <title>Ajax Example</title>...;/head> <body> <h1 align="center"><font color="#000080">Ajax
ajax
ajax  How can we fetch data in ajax through servlet?   "mainpage.jsp" <html> <head> <title>Ajax Example</title>...;/head> <body> <h1 align="center"><font color="#000080">Ajax
Ajax
options. I want to do it using ajax. My table is CREATE TABLE HT<em>
What is ajax? - Ajax
What is ajax?  What is Ajax Programming? Can any one share the basic examples of it? thanks
AJAX
ajax. My table is CREATE TABLE HTNEWMETER ( ID NUMBER (10) NOT NULL, METERNO
ajax
ajax  I am facing following problem, I am using ajax to get the data continousely without refreshing. Here i have devided a web page into 3 parts(top,left and right) using table in jsp. On the left part i am displaying some
AJAX - Ajax
AJAX  what is Ajax?WHAT IS THE USAGE OF IT?WHERE WE HAVE TO USE IT? GIVE ME EXPLANATION WITH EXAMPLE?  Hi friend, Ajax : Asynchronous JavaScript and XML or Ajax for short is new web development technique used
AJAX - Ajax
AJAX  What is AJAX?how we will use it in java?what is the use of AJAX?give me example?   hi friend, Ajax plays a major role... characteristics have made it popular among the users to develop their site using Ajax
ajax - Ajax
ajax  Hi all, I want ajax validation in struts1.0 , I tried from many days but, i cound't find solution.. I am attaching my code here. struts... ("Your browser does not support Ajax HTTP"); return; } var s
ajax - Ajax
ajax  Dear Roseindia, I want small application using ajax validation in struts1 login. I tried from many days but, i coudn't get solution..Do some favour me..it's urgent. Thanqs for advance.   Hi
Ajax - Ajax
that : form1.html where all Ajax code is written : function showHint...){ alert ("Your browser does not support AJAX!"); return
AJAX - Ajax
("Your browser does not support AJAX!"); return; } var url="http://localhost
Ajax programming
Ajax programming  Hi, How I can start ajax programming easily? I want to learn all the concepts of Ajax technologies and master each and every concept. What should be my starting point for Ajax programming? Thanks   
Using Ajax
Using Ajax  Hi, How I can use Ajax in web programming? Tell me any example which using Ajax to call server side script? Thanks   Hi, Here are examples: PHP Ajax and Database First Ajax Example Getting Started
Ajax user interface - Ajax
Ajax user interface  hello could anyone help my requirement is to design the database interaction using AJAX my requirement is a table... these all has to be do using JSP,AJAX,JDBC what exactly i needed
ajax code - Ajax
ajax code  hi can any body tell me how i can create an autocomplete textbox in java using ajax. For example in google when we type any thing it will reflect the matching details according the character.. Hope some body
AJAX with
AJAX with       Ajax resources, in a digg style, allows the user to register and addd his/her own links Read full DescriptionADS_TO_REPLACE_1
Ajax with struts1.2
Ajax with struts1.2  Dear All Is there any ajax lib which can be used with struts1.2 ?   Please go through the following link: http://www.roseindia.net/struts/struts2/struts2ajax/index.shtml
Ajax program
Ajax program  any simple program with execution steps using netbeans 6.9
Ajax Learner - Ajax
Ajax Learner  Hi, This is Ziaul,I am working as Java/j2ee Developer from last one year. i have to use Ajax for my current project.pls guide me how should i proceed to learn Ajax. Thanks and Regards Ziaul Hauqe Siddique 
Ajax validation - Ajax
Ajax validation  how to validate a form using Ajax and php  ... you. Please visit for more informaton: http://www.roseindia.net/ajax/ajaxlogin/ajax-registration-program.shtml Thanks. Amardeep
Ajax Learner - Ajax
Ajax Learner  Hi, This is Ziaul,I am working as Java/j2ee Developer from last one year. i have to use Ajax for my current project.pls guide me how should i proceed to learn Ajax. Thanks and Regards Ziaul Hauqe Siddique 
JSP and AJAX very urgent - Ajax
JSP and AJAX very urgent  Hi Team, This is Ragavendran.R.. I have a very basic doubt in AJAX. While Using AJAX, of course... through the AJAX concept, irrespective of the position of the tag. Hope u r clear
Should i use Ajax? - Ajax
Should i use Ajax?  When a Ajax can be used in programming?  Its completely up to you but there is no harm in using Ajax programming for any website as they are used to increase the speed of website. You need
AJAX WebShop
is compatible with any server-side platform (e.g. Java, .NET, PHP). And also AJAX... AJAX WebShop       AJAX WebShop is a comprehensive both browser-side and server-side AJAX framework named
Ajax Web Framework, Frameworks for Ajax
Ajax Web Framework       List of Frameworks for Ajax In this section we will see the frameworks available for developing Ajax technology based applications. According
ajax basics - Ajax
ajax basics  i need ajax basics where can i find these........................ pls help me thanx in advance  Hi friend, Ajax : Asynchronous JavaScript and XML or Ajax for short is new web development technique
HTML WITH AJAX
HTML WITH AJAX  I WANT A SIMPLE HTML AJAX PROGRAM WHICH GETS ANY STRING STRING AS INPUT AND GIVES THE RESULT
Ajax form element - Ajax
Ajax form element  I have problem in passing a value into form feild using ajax. I want to get the value is as a parameter. Can some one help me plz
ajax in java - Ajax
ajax in java  Dear deepak sir, My page contain several control... will come "Caseno exist" Sir I am using Ajax first-time.Please help me.   Hi friend, Ajax : Asynchronous JavaScript and XML or Ajax for short
ajax with php - Ajax
ajax with php  how to do autocomplete search using ajax wit php in object oriented format?.. data should me retrive from database.. plz the way?.. give some sample codings
Ajax type
Ajax type  hiii, Is Ajax a technology platform or is it an architectural style
2 - Ajax
Is Ajax Synchronous or Asynchronous?  Can ajax synchronous or asynchronous? Why
ajax synchronisation
ajax synchronisation  how to stop ajax execution for some specific time
Ajax tutorials
Ajax tutorials  Hi, Why I should learn Ajax? What is the use of Ajax and which is the best tutorial to learn Ajax? Thanks
Ajax example
Ajax example   Hi, Where can I find Ajax example program? Thanks   Hi, Get it at: Ajax Tutorials First Ajax Example Ajax Login Example Thanks

Ads