On Fri, Oct 01, 2004 at 04:51:47PM -0400, [EMAIL PROTECTED] wrote:
> For example, my index.jsp is the frameset that takes an argument "mainFrame"
> specifying the JSP/HTML to use as the center frame of the frameset.
>
> So for example I would have
> http://ndsc.eng.vzwcorp.com/index.jsp?mainFrame=blahblah.jsp
A word of caution:
What you're doing seems like a great way to allow anyone to crash
your app, or at least use up a lot of memory. Think what happens if
someone sends you a url that looks like this:
http://ndsc.eng.vzwcorp.com/index.jsp?mainFrame=index.jsp
eric
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]