[
February Full List
|
Reply
]
URL redirecting
From
Henri
on 1 Feb '99
Sry about previous msg, but will this code be rejected or followed by SE?
<frameset rows="100%,*" border=0 frameborder=0 framespacing=0>
<frame scrolling="auto" src="
http://www.mydomain.com">
<frame scrolling="no" src="counter.htm">
<noframes>
<body>
<a href="
http://www.mydomain.com">My
homepage
</a>
</body>
</noframes>
</frameset>
Re: URL redirecting
- Inachu -
02/04/99
Re: URL redirecting
-
Jim
-
01/02/99
Re: URL redirecting
- Henri -
01/02/99
Re: URL redirecting
-
Jim
-
03/02/99
Reply to this message
Required Details
Your name:
Subject:
Optional Details
Home page title:
Home page URL:
Email:
(if you'd like to receive
automatic replies by email)
Your Message
>Sry about previous msg, but will this code be rejected or followed by SE? > ><frameset rows="100%,*" border=0 frameborder=0 framespacing=0> ><frame scrolling="auto" src="http://www.mydomain.com"> ><frame scrolling="no" src="counter.htm"> > <noframes> > <body> > <a href="http://www.mydomain.com">My homepage</a> > </body> > </noframes> ></frameset>