An AJAX request
Posted: Sun Aug 31, 2008 12:00 am
I haven't the slightest idea how to code in AJAX. I do know that I need it for a particular box I am trying to add to my site.
I need a box in my footer (the whole footer) that takes in an ID number, then takes the number and uses it to load a swf.
.............................................................ID..............................................................................
....................................................[____________].......[Submit]....................................................
User inputs number, then it uses a variable to load http://www.somedomain.com/[ID].swf
The difficult part of this situation is that I need the flash's state to be unchanged when changing page. I wish to make an easy mp3 player to place there so that my visitors can listen to some tunes while playing their favorite games.
Can anyone help me out? I tried to google "how to make a text box in ajax" and I couldn't even figure out how to that part. (I'll take html and php any day)
I need a box in my footer (the whole footer) that takes in an ID number, then takes the number and uses it to load a swf.
.............................................................ID..............................................................................
....................................................[____________].......[Submit]....................................................
User inputs number, then it uses a variable to load http://www.somedomain.com/[ID].swf
The difficult part of this situation is that I need the flash's state to be unchanged when changing page. I wish to make an easy mp3 player to place there so that my visitors can listen to some tunes while playing their favorite games.
Can anyone help me out? I tried to google "how to make a text box in ajax" and I couldn't even figure out how to that part. (I'll take html and php any day)