ivan_will
Posts: 1
|
| Posted: 06/25/2010, 2:12 AM |
|
Hi all,
Could you tell me how to use ajax autofill in php page?
I want to have a searchbox and when I start typing in it to show me the possible values for each symbol added ... ?
Thanks in advance!!!
|
 |
 |
mamboBROWN
Posts: 1713
|
| Posted: 06/25/2010, 5:02 AM |
|
ivan_will,
Here is an Codecharge studio example with instructions: http://examples.codecharge.com/Ajax/Autocomplete.php
|
 |
 |
styla786
Posts: 1
|
| Posted: 07/13/2010, 12:09 PM |
|
Start by creating a new PHP page and placing the agent.php (Ajax Agent) file in the same directory. Open your new PHP page in an editor and start hacking away.
First create the HTML Form controls we will be using:
1. txtArtists = TextBox to type the ArtistName in.
2. matches = A SelectBox with an onclick event which will be used to send the ArtistName to the AlbumSearch method we will be creating.
3. txtArtistID = Hidden to hold the selected ArtistName (js cannot see the select box because it is hidden?)
4. htmlOutput = An empty DIV when we will be creating a list of Albums
5. htmlOutputTracks = An empty DIV when we will be creating a list of Tracks
_________________
http://bowtrolwarning.org |
 |
 |
mamboBROWN
Posts: 1713
|
| Posted: 08/15/2010, 7:58 AM |
|
ivan_will,
Have you resolved this issue??
|
 |
 |
|