Wrox Programmer Forums
Go Back   Wrox Programmer Forums > Java > Java Open Source > Struts
|
Welcome to the p2p.wrox.com Forums.

You are currently viewing the Struts section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old September 24th, 2006, 03:36 AM
Registered User
 
Join Date: Sep 2006
Posts: 3
Thanks: 0
Thanked 0 Times in 0 Posts
Default submit form using javascript with html:button

in html:button onclick method I am calling a javascript function where
my code is
document.forms[1].action="...";
document.forms[1].submit();

I have used html:form where I mentioned the action which is different that script action...

It gives javascript error on document.forms[1].action="..."; saying that not an object or method...
in this action I am trying to call a method on LookupdispatchAction




 
Old November 14th, 2006, 03:23 PM
Registered User
 
Join Date: Oct 2006
Posts: 9
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via Yahoo to sparun1607
Default

document.forms[1].action="...";

in this case you have to use formbean name that u have given for the particular action in the place of forms[1].

Arun
 
Old November 23rd, 2006, 12:39 AM
Registered User
 
Join Date: Aug 2006
Posts: 7
Thanks: 0
Thanked 0 Times in 0 Posts
Default

use form bean name in place of form[1], it wil work any problem, just reply back..






Similar Threads
Thread Thread Starter Forum Replies Last Post
submit data to db with html form....(help) PeterJB Beginning PHP 2 August 6th, 2006 12:07 AM
Submit button in the form sends an email in C# debjanib ASP.NET 2.0 Basics 2 July 17th, 2006 03:56 AM
radio button onClick submit form crmpicco HTML Code Clinic 1 June 14th, 2005 08:32 AM
Default (Submit) Web Form button sangata .NET Web Services 2 October 20th, 2004 02:03 AM
submit image button without javascript vixy Javascript 7 September 8th, 2003 11:07 AM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.