Forum Moderators: mack

Message Too Old, No Replies

getting form to open in a frame

         

soapystar

7:53 pm on Nov 23, 2002 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



i have an embedded form on my site that when gathering results displays them on a page on another site..is it possible to get it to open that page in my own frame..what would the code be?..thanks!

andreasfriedrich

10:34 pm on Nov 23, 2002 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



To display the formīs output in a different frame or windows than the one it is displayed in use the form elementīs target attribute.

[w3.org ]
[w3.org ]

Iīm not really sure what you mean by saying displays them on a page on another site. If the URI referenced in the action attribute points to a different site then the forms output will come from that siteīs server as well. But this output will not be displayed in a new browser window unless you specify so be using an appropriate target attribute.

Andreas

soapystar

5:35 am on Nov 24, 2002 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



many thanks.