View Single Post
  #1  
Old 08-18-2006, 01:59 PM
barrymore barrymore is offline
OSP Starters
 
Join Date: Aug 2006
Posts: 7
Thanks: 0
Thanked 0 Times in 0 Posts
Rep Power: 0
barrymore is on a distinguished road
Unhappy form inside iframe ,submit button outside the iframe

Hi all,

I have a form with few fields inside an iframe.
yet, i wish to put my submit button outside the iframe (parent window)

let say, i have a form in mydetail.asp
In parent.asp file,
i write <iframe name="myframe" id="frame1" src="mydetail.asp"></iframe>
in parent.asp file. And, i put the submit button in parent.asp file.

Now, i would like to press the button and submit the form data of the iframe and display my result in mydetail.asp(in iframe).

How to do that?
Any ideas or tutorials that can be refered? Thanks alot!! -- This message may have been cut off and the rest will only be shown to members. To become a member, click here --
Reply With Quote
  Webmaster Forums - View Single Post - form inside iframe ,submit button outside the iframe
View Single Post
  #1  
Old 08-18-2006, 01:59 PM
barrymore barrymore is offline
OSP Starters
 
Join Date: Aug 2006
Posts: 7
Thanks: 0
Thanked 0 Times in 0 Posts
Rep Power: 0
barrymore is on a distinguished road
Unhappy form inside iframe ,submit button outside the iframe

Hi all,

I have a form with few fields inside an iframe.
yet, i wish to put my submit button outside the iframe (parent window)

let say, i have a form in mydetail.asp
In parent.asp file,
i write <iframe name="myframe" id="frame1" src="mydetail.asp"></iframe>
in parent.asp file. And, i put the submit button in parent.asp file.

Now, i would like to press the button and submit the form data of the iframe and display my result in mydetail.asp(in iframe).

How to do that?
Any ideas or tutorials that can be refered? Thanks alot!! -- This message may have been cut off and the rest will only be shown to members. To become a member, click here --
Reply With Quote