Results 1 to 3 of 3

Thread: asp frame

  1. #1

    Thread Starter
    Junior Member
    Join Date
    Aug 2000
    Posts
    24

    to asp experts on frames

    how do we reference an asp page found in a frame thru the sumit command...??
    I'm in choice.asp... I click submit to go to a submit.asp but the submit.asp is found in a frame!!
    Last edited by loverpal; Mar 23rd, 2001 at 12:33 AM.

  2. #2
    Member
    Join Date
    Apr 1999
    Location
    Hyderabad,AndraPradesh,India
    Posts
    59

    Smile

    Use the "target" prop. of the form tag

    example:





    <form name = "" method = "post" action = "submit.asp" target = "link">

  3. #3

    Thread Starter
    Junior Member
    Join Date
    Aug 2000
    Posts
    24

    Unhappy asp frame

    Did I mention the frame was in another page and not in choice.asp?

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