-
Submit Form in JavaScript
I am facing problem in submitting the form through JavaScript, i have done it earlier also but this time its not working, it says an error like Object does not support this property or method.. I am using the following code:
document.myForm.dnld.value=i;
//document.myForm.submit();
document.myForm.action="upload.jsp?dnld="+i;
document.forms[0].submit();
Please help me
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