ASP+ and Frames

acryo69

New Member
Is there any modification in ASP+ to allow it to work with frames/windows on the client browser? Such as specifying a target frame for redirection, etc?Unfourtunately we haven&#039t done much in this problem space. To some extent, it is because we are limited by what you can really do here from the server. For example, there is no way (at least that we know of) for you to do a server redirect into another window of a frame. Some degree of client-side script code (or setting the "target" attribute of the form/anchor) is required to make this happen.<BR><BR>If you can post a specific list of things you&#039d like us to do in this area, though, I&#039ll see what I can do about adding it into the product. There might be some low-hanging things that we could push into the product to make common things easier.<BR><BR>Thanks,<BR><BR>Scott<script type="text/javascript"><BR> parent.Links.location.href=http://aspmessageboard.com/archive/index.php/"../Links.aspx"<BR></script><BR><BR>to fill a frame with an URL
 
Back
Top