Click to See Complete Forum and Search --> : <form action= another frame ??


nyfiken
07-16-2005, 11:58 AM
Hi!

I wonder if it's possible when you press the submit button to open the file.asp <form action="file.asp" method=get> in another frame. You press the button in one frame and the files open in another? Like target when you click on a link in plain html....

Thanks

chrismartz
07-16-2005, 06:26 PM
what exactly would the purpose be?

buntine
07-16-2005, 08:59 PM
Yeah. It is possible. Set the target attribute on the HTML form. <form target="frameName">

I have not used this before but it should work. If not, there is always JavaScript.

Regards.