-
How to pass dynamically generated data from JS to server.
Hi, I'm just wondering how to pass data from javascript to server.
There is just only one way which came upon.
That's something like hidden div in <form> .. </form>, get the object, and via InnertHTMLconcatenate <input>s ...
document.getElementById("mydiv").InnertHTML = "<input type=\"hidden\" value=\""+data+"\" />";
concatenate
And so on ...
I don't like it really. And also there is a bug when data contains " it goes wrong
So how this is done professionally?
-
-
Look up Ajax or XMLHttpRequest. Hidden form elements is a safer way of doing what you tried to do. You can submit the form via JavaScript.
Similar Threads
-
By rperez in forum Database
Replies: 5
Last Post: 01-02-2009, 05:14 PM
-
By software_develo in forum Database
Replies: 2
Last Post: 11-21-2005, 11:18 AM
-
By Andy H in forum Database
Replies: 8
Last Post: 10-04-2005, 01:27 AM
-
By trible777 in forum Database
Replies: 0
Last Post: 08-16-2005, 10:48 AM
-
By andriano in forum Enterprise
Replies: 1
Last Post: 10-02-2000, 03:54 PM
Tags for this Thread
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Development Centers
-- Android Development Center
-- Cloud Development Project Center
-- HTML5 Development Center
-- Windows Mobile Development Center
|