<kevin>
>
> You are correct. Thats a good point as well. I only wish I could
> "hide" the
> URL line. I don't mind that it isn't up to date as far as the
> page..but the
> actual Login.do that keeps showing up isn't so prety either. I am thinking
> of setting up a frame layout so that it always shows the home site url.
>
</kevin>

just as an off topic aside (leave java -> enter site design), while i
generally consider frames to be a very messy prospect for sites of any
significant size and/or complexity (very hard to put users in the right
frame contexts arbitrarily, bookmarking disasters, etc.) one very clever use
of frames that i've seen to help combat url command revealing is to put your
entire site in one frame only.  instead of breaking up content using
different panes, simply make a frameset consisting of one pane and put your
site there.  links clicked in the site will update that pane internally to
the frameset and not the url in the address bar.

however, this still makes bookmarking and correct forward/back button
operation something to contend with if that applies to your site.  for an
example, see the wingspanbank.com home page.

need sleep,
chris

chris wilson > web developer > andrews university > www.andrews.edu

===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
Some relevant FAQs on JSP/Servlets can be found at:

 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.html
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets

Reply via email to