http://www.dynamicdrive.com/dynamici...jaxcontent.htm
Is there a script to have something be like that, only instead of opening a link in the right hand side, just have whatever text you want to input?
Thanks!
Veronica
http://www.dynamicdrive.com/dynamici...jaxcontent.htm
Is there a script to have something be like that, only instead of opening a link in the right hand side, just have whatever text you want to input?
Thanks!
Veronica
Hmmm the whole purpose of Ajax is to retreive a file that already exists on the server. If you're looking to display text based on something you enter, just DHTML will suffice. For example:
Code:<div id="test">Old text</div> <script type="text/javascript"> document.getElementById("test").innerHTML="new text" </script>
Last edited by ddadmin; 12-17-2005 at 10:15 PM.
Well, it will suffice if you remember to put in the slash in the end-DIV tag and specify type="text/javascript" for the SCRIPT, of course![]()
Twey | I understand English | 日本語が分かります | mi jimpe fi le jbobau | mi esperanton komprenas | je comprends français | entiendo español | tôi ít hiểu tiếng Việt | ich verstehe ein bisschen Deutsch | beware XHTML | common coding mistakes | tutorials | various stuff | argh PHP!
What you talkin' bout Twey, they were there to begin with!![]()
I figured it out, thanks for all the help!
Bookmarks