Wrox Home  
Search P2P Archive for: Go

  Return to Index  

html_code_clinic thread: AW:submit a form within an other frame????


Message #1 by "Ebers, David" <David.Ebers@o...> on Thu, 29 Mar 2001 13:43:19 +0200
Found the solution myself

	
parent.frames[1].document.forms[0].action="sfp_jur_person_anlegen2_index.jsp
";
	parent.frames[1].document.forms[0].method="get";
				
	parent.frames[1].document.forms[0].target="_parent";
	parent.frames[1].document.forms[0].submit();

David



-----Ursprungliche Nachricht-----
Von: Ebers, David [mailto:David.Ebers@o...]
Gesendet: Donnerstag, 29. Marz 2001 13:09
An: HTML Code Clinic
Betreff: [html_code_clinic] submit a form within an other frame????



Pleas help:

I have a webpage devide in three frames

Header: Title, Date an so on

Content: Form

Footer: Statusinfo and Buttons

The Buttons to submit the form (frame2) are placed in the footer
so the user can see them all the time

How must a client-side script look like to submit the form
in the second frame???

THX David


$subst('Email.Unsub')


  Return to Index