PDA

Click to See Complete Forum and Search --> : I'm stuck in a frame.


Al Smith
Feb 18th, 2001, 11:18 AM
Hi,
This might be more of an HTML question but:

I have an ASP program that contains a series of HTML pages for user input. The input from each page determines which page is next. The data from each page is collected for a final submittal to a database. One of the pages is a frameset with 2 frames. When this page is brought up, the subsequent pages show up in the bottom frame of this page which is not what I want.

Can I put a submit button in a frame page that will call up a completly new form?

p.s. The subsequent forms do not contain a target.

Thanks,
Al.

Shafee
Feb 18th, 2001, 06:05 PM
Try this:

<form action="nextform.asp" target="myframe">
<input type="Submit" value="Submit">
</form>