how to update one form id when i click submit button on another html page

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • teja1524
    New Member
    • Jul 2013
    • 1

    how to update one form id when i click submit button on another html page

    Code:
    <h:body>
    <h:form id="test">
    <p:breadCrumb  model="#{comp.model}">
    
    </p:breadCrumb>
    
       <iframe id="dd" src="studinfo.xhtml" name="target" width="1345" height="595"></iframe>
       </h:form>
    when i click submit butlton i want to go back to Homepage.xhtml how to eliminate iframe when i click on submit and how to update this xhtml page form id "test" when i click on submit button in studinfo.xhtml
    Last edited by Rabbit; Jul 27 '13, 07:16 PM. Reason: Please use code tags when posting code.
Working...