|
|
|||||||||
|
|||||||||
|
|||||||||
| |
||
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
SlickEdit: Code in over 40 languages across 7 platforms. SlickEdit’s unmatched power, speed, and flexibility allows even the most accomplished developers to write better code faster. Download a free trial today! |
|
#1
|
|||
|
|||
|
frames and targeting
<i><b>Originally posted by : wills (wmatthers@yahoo.com)</b></i><br />I have a the following situation:<br /><br />frame page - default.asp<br />top frame - top.asp (registration form)<br />bottom frame - bottom.asp (loads a username in use page, please select<br />another username)<br /><br />1. User fills in the form and if no identical username they are sent to<br />confirmation page that loads in the parent window. Log in and on with<br />private page. (No longer in a frame environment)<br /><br />2. If username is in use, they are presented an error page in the bottom<br />frame. All is need for the user to do is retype in another username and<br />press the submit button.<br /><br />Problems:<br /><br />1. confirmation page does not load in the parent window. it loads in the top<br />frame.<br /><br />2. error page loads in top frame and does not load in the bottom frame.<br /><br />Attempts to correct error:<br /><br />1. placed the following code in and it loads in the top frame:<br /> MM_redirectPage = "newregisterconfirm.asp?target=_top"<br /> also tried and it loads in top frame and can not find page<br /> MM_redirectPage = "'newregisterconfirm.asp' target='_top'"<br /><br />2. placed the following code in and it loads in the top frame:<br /> Response.Redirect("newregistryagain.asp?target=bottomframe")<br /> also tried and it can not find frame nor page:<br /> Response.Redirect("'newregistryagain.asp' target='bottomframe'")<br /><br />Does anyone have any suggestions?<br /><br /><br /><br />
|
|
#2
|
|||
|
|||
|
<i><b>Originally posted by : sakoker (sakoker@mst.aselsan.com.tr)</b></i><br /><br /><br /><br />------------<br />wills at 1/10/2001 7:51:13 AM<br /><br />I have a the following situation:<br /><br />frame page - default.asp<br />top frame - top.asp (registration form)<br />bottom frame - bottom.asp (loads a username in use page, please select<br />another username)<br /><br />1. User fills in the form and if no identical username they are sent to<br />confirmation page that loads in the parent window. Log in and on with<br />private page. (No longer in a frame environment)<br /><br />2. If username is in use, they are presented an error page in the bottom<br />frame. All is need for the user to do is retype in another username and<br />press the submit button.<br /><br />Problems:<br /><br />1. confirmation page does not load in the parent window. it loads in the top<br />frame.<br /><br />2. error page loads in top frame and does not load in the bottom frame.<br /><br />Attempts to correct error:<br /><br />1. placed the following code in and it loads in the top frame:<br /> MM_redirectPage = "newregisterconfirm.asp?target=_top"<br /> also tried and it loads in top frame and can not find page<br /> MM_redirectPage = "'newregisterconfirm.asp' target='_top'"<br /><br />2. placed the following code in and it loads in the top frame:<br /> Response.Redirect("newregistryagain.asp?target=bottomframe")<br /> also tried and it can not find frame nor page:<br /> Response.Redirect("'newregistryagain.asp' target='bottomframe'")<br /><br />Does anyone have any suggestions?<br /><br /><br /><br />
|
![]() |
| Viewing: ASP Free Forums > Programming > .NET Development > frames and targeting |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|
|
|
|