[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
RE: [cobalt-users] [RaQ2] Secure CNAME
- Subject: RE: [cobalt-users] [RaQ2] Secure CNAME
- From: "Dan" <dan@xxxxxxxxxxxxx>
- Date: Fri Dec 31 05:33:05 1999
>
> > As long as both sites are secure, how about using frames, if
> all you want to
> > do is display your URL in the address box. Just use 0,* for the
> frame sizes.
>
> Great idea, thanks Dan!
> Can you tell me how I should use "0,* for the frame sizes." If
> you could forward some html code I'd appreciate it!
>
<frameset rows="0,*">
<frame name="header" scrolling="no" noresize target="main"
src="https://www.yourdomain.com/blank.html" BORDER="0" FRAMEBORDER="0"
FRAMESPACING="0" MARGINWIDTH="0" MARGINHEIGHT="0">
<frame name="main" src="https://www.secure.com/whatever.html" BORDER="0"
FRAMEBORDER="0" FRAMESPACING="0" MARGINWIDTH="0" MARGINHEIGHT="0">
<noframes>
<body>
<p>This page uses frames, but your browser doesn't support them. <a
href="https://www.secure.domain.com/whatever.html">Click here for the secure
page.</a></p>
</body>
</noframes>
</frameset>
Of course, the frameset must also be on the secure server as well as all the
pages and images.
--
Dan Kriwitsky