Connecting Tech Pros Worldwide Help | Site Map

Meta refresh into same position

kp.
Guest
 
Posts: n/a
#1: Jul 20 '05
I am writing a very short HTML code such that i can refresh a third party
webpage. A sample of it is as follow:

<html>
<head>
<meta http-equiv="no-cache">
<META HTTP-EQUIV="refresh" CONTENT="5">
<title>Refresh Page</title>
</head>
<FRAMESET cols="100%">
<FRAMESET rows="100%">
<FRAME src="address of third party webpage">
</FRAMESET>
</FRAMESET>
</html>

How do I modify the above codes such that the page will refresh into the
same position of the page previously?
(i.e. If I have scrolled to the middle portion of a page, and it will come
back to this exact position after the refresh)

Thank you in advance.


rf
Guest
 
Posts: n/a
#2: Jul 20 '05

re: Meta refresh into same position



"kp." <pong_81@coolmailmypants.com> wrote in message
news:be8le0$iib$1@nobel2.pacific.net.sg...[color=blue]
> I am writing a very short HTML code such that i can refresh a third party
> webpage. A sample of it is as follow:[/color]

Do you have permission from the third party to include their page as part of
your own?

There might be copyright considerations.

Cheers
Richard.


Klaus Johannes Rusch
Guest
 
Posts: n/a
#3: Jul 20 '05

re: Meta refresh into same position


"kp." wrote:
[color=blue]
> I am doing this because the webpages that are to be refreshed maybe very
>
> long at time, it would be best if the webpage can refresh into the
> previous position.[/color]

You could try reloading the frame only using Javascript, depending on the
browser this may nor may not achieve the desired effect.

--
Klaus Johannes Rusch
KlausRusch@atmedia.net
http://www.atmedia.net/KlausRusch/


Closed Thread


Similar HTML / CSS bytes