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?