|
-
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?
Similar Threads
-
By rperez in forum Database
Replies: 5
Last Post: 01-02-2009, 04:14 PM
-
By software_develo in forum Database
Replies: 2
Last Post: 11-21-2005, 10: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
|
Top DevX Stories
Easy Web Services with SQL Server 2005 HTTP Endpoints
JavaOne 2005: Java Platform Roadmap Focuses on Ease of Development, Sun Focuses on the "Free" in F.O.S.S.
Wed Yourself to UML with the Power of Associations
Microsoft to Add AJAX Capabilities to ASP.NET
IBM's Cloudscape Versus MySQL
|
Bookmarks