Results 1 to 2 of 2

Thread: I'm stuck in a frame.

  1. #1

    Thread Starter
    Hyperactive Member Al Smith's Avatar
    Join Date
    May 1999
    Location
    Marcellus, MI. USA
    Posts
    330
    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.
    A computer is a tool, not a toy.

  2. #2
    Addicted Member
    Join Date
    Sep 2000
    Posts
    219
    Try this:

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

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width