-
23 Sep 2010 8:36 AM #1
submit html form from ext js window which is outside of form
submit html form from ext js window which is outside of form
Can we get the reference of a form in the page
Lets say I have a form
In the div I am writing a formpanel which has a submit button which opens a new window.HTML Code:<form method="post" name="form" onsubmit="return dosomething.Submit();"> //do something </form> <div id="sometext" > </div>

Now when you do some action in the window and submit is there a way I can submit my form.
Is there a way in EXTJS to do that?
Please advise
Similar Threads
-
No form submit with ASP.NET and Ext.Window
By mclerte in forum Ext 2.x: Help & DiscussionReplies: 15Last Post: 27 Apr 2009, 12:23 PM -
Submit HTML Form Using ExtJS
By pawan.v.jadhav in forum Ext 2.x: Help & DiscussionReplies: 10Last Post: 1 Jul 2008, 1:21 AM -
HTML form in TabPanel. How do I submit that form and load the response in the tab?
By Skippdog in forum Ext 2.x: Help & DiscussionReplies: 4Last Post: 30 Apr 2008, 6:03 PM -
Ext.Window with HTML Form tag inside
By arwo in forum Ext 2.x: Help & DiscussionReplies: 13Last Post: 1 Dec 2007, 10:43 AM


Reply With Quote