Connecting Tech Pros Worldwide Help | Site Map

Meta refresh into same position

  #1  
Old July 20th, 2005, 04:08 PM
kp.
Guest
 
Posts: n/a
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.


  #2  
Old July 20th, 2005, 04:08 PM
rf
Guest
 
Posts: n/a

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.


  #3  
Old July 20th, 2005, 04:09 PM
Klaus Johannes Rusch
Guest
 
Posts: n/a

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 Threads
Thread Thread Starter Forum Replies Last Post
hiding part of a Flash image Haines Brown answers 7 August 21st, 2006 02:35 AM
Making a shoutbox from phpMyChat |-|erc answers 0 July 17th, 2005 06:16 AM