0
Ajax and Jquery
This is a simple script which uses JQUERY to easily collect data from another webpage using asynchronous data collection method [AJAX].
Here the page loads another content without reloading the entire webpage. It loads data in to a div tag using...
Get textbox value from dropdown using ajax and php
This is a simple tutorial on how to get a dropdown list value using simple ajax and php
Create a html page named country.html and add the below codes,
HTML CODE
<select name="country" onChange="getCurrencyCode('find_ccode.php?country='+this.value)">
...
Simple Ajax with PHP click tracker
This tutorial shows how to track your vistors click using simple php and Ajax To implement the click tracking tool we need to create 2 files:
Demo.html: This file contains the html with the links and the Ajax code.
clickTracker.php: This files...
Automatic Ajax Loading Images With Prototype
Automatic Ajax Loading Images With Prototype
It’s very frustrating to click on a button and have nothing happen. The obvious solution to this is my creating your own “loading…” image.
When I was faced with this problem...
Ajax Page With PHP
The AJAX HTML Page
This is the HTML page. It contains a simple HTML form and a link to a JavaScript.
First Name:
<input type="text" id="txt1" onkeyup="showHint(this.value)"/>
<p>Suggestions: <span...
Page 1 of 11
