I'm going to try that out.. seeing as how I am still learning ajax, it will take some time, but glad to see that it is possible.
also, I did find some other links on the internet in case anyone else is trying to do the same..
http://saloon.javaranch.com/cgi-bin/...&f=20&t=006435
http://saloon.javaranc h.com/cgi-bin/ubb/ultimatebb.cgi? ubb=get_topic&f =20&t=00
User Profile
Collapse
-
Gits,
Thats the answer I was looking for, but unfortunatly, not what I wanted to hear. Do you know if there is any way to accomplish reloading of entire pages using ajax? Once I heard about what ajax was capable of, I became very excited because since the day I began using the internet I have disliked the reloading process. I am also looking at Flex to solve this problem, but would rather stick to ajax if its possible. Thanks
...Leave a comment:
-
javascript in ajax opened url
I am a ajax newbie so be kind please!
I'm not sure if my title made sense, but I'll try to be clear about my question.
Why does the javascript that is in the page that I have requested from xmlHTTPRequest. open not get interpreted/read?
When I bring back the page, nothing that is in
<script language="javas cript"></script> gets printed to the screen.
Does that make sense?... -
It might be helpful for you to run the code yourself, so i'll include my sources
demo_add_plant. php
...Code:<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <script src="showplantprofileform.js"></script>
Leave a comment:
-
How do I populate a form from database and update database on one page
Without going into great detail (which I can do if it turns out more info is needed), I would like to:
All on one page, using ajax:
1. In a text field, have the user enter a plant name to insert into a database
2. Have a form pop up with attributes for the plant (name, scientific name, related species)
3. Have the user fill this field out and submit it to a mysql database table.
So far I have part...
No activity results to display
Show More
Leave a comment: