One of our outside consultants has created a site for us that they're 
using frames to hide the real location of.  Besides the fact that this 
won't work well for our purposes, their frameset included the link to 
the actual site and one for a dummy page, e.g.:

<HTML>
<TITLE>Our Company's Site</TITLE>
 <FRAMESET ROWS =" *, 0" FRAMEBORDER =" 0" FRAMESPACING =" 0" FRAMEPADDING =" 0">
  <FRAME NAME =" atsframe" SRC =" http://www.consultants.com/realsite"; BORDER =" 0">
  <FRAME NAME =" atsdummy" SRC =" dummy.htm" BORDER =" 0">
 </FRAMESET>
</HTML>

Why would they bother with the dummy frame, why would it be needed?
And is it a common practice in the JSP world to put spaces as the first 
character of every attribute value (see above)?  That just seems 
thoroughly broken to me.
-- 
*Damien McKenna* - Web Developer - [EMAIL PROTECTED] 
<mailto:[EMAIL PROTECTED]>
The Limu Company - http://www.thelimucompany.com/ - 407-804-1014
"Nothing endures but change." - Heraclitus

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Sams Teach Yourself Regular Expressions in 10 Minutes  by Ben Forta 
http://www.houseoffusion.com/banners/view.cfm?bannerid=40

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:182841
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

Reply via email to