|
-
Mar 22nd, 2001, 05:45 AM
#1
Thread Starter
Junior Member
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.
-
Mar 22nd, 2001, 06:19 AM
#2
Member
Use the "target" prop. of the form tag
example:
<form name = "" method = "post" action = "submit.asp" target = "link">
-
Mar 23rd, 2001, 12:20 AM
#3
Thread Starter
Junior Member
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|