If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > Data Access, Manipulation & Batch Languages > ASP > ASP - Parent child windows

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 01-29-03, 00:43
rarora rarora is offline
Registered User
 
Join Date: Jan 2003
Location: Noida,India
Posts: 1
Question ASP - Parent child windows

How to prevent/restrict changes to parent window contents when the child windows are open in ASP Application. How to handle the same if the child windows contains frames and open 2 or more ASPs within. Also this child may further become as a parent to open new child. Please advice.
Reply With Quote
  #2 (permalink)  
Old 02-04-03, 17:07
ZeligOn ZeligOn is offline
Registered User
 
Join Date: Feb 2003
Location: Los Angeles
Posts: 18
IF your referring to frames then you need
to "Target" your form or link to the name of the child.

<Form Name=MyForm Action=NewASP.asp
Method=Post Target=ChildName>

OR

<a Href=NewASP.asp Target=ChildName>
__________________
Eddie.
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On