Wrox Home  
Search P2P Archive for: Go

  Return to Index  

aspx thread: frames


Message #1 by "sundar srinivasan" <ssrinivasan3@n...> on Thu, 8 Aug 2002 19:28:32
My existing system is xml/xslt based and frame-based. The bottom frame has 
a tool bar populated by the page loading in the center frame. It is done 
on load() of the center-frame page thru javascript code. The tool bar, for 
eg;, would be populated with a 'new' button if the center-frame page was 
called with action=new. This 'action' is brought into the client using 
server-side <%%> scripting.

Since, in .Net the pageload routine is executed at the server, it will not 
have access to the client's frame objects. So, how do I do populate the 
bottom frame tool bar?

  Return to Index