tc3596
Technical User
- Mar 16, 2001
- 283
Here's my problem: I have a web hosting account on Yahoo. The site has one page (index.html) and 1 file (a pdf). The web page simply opens a file up. The user has no other interaction with the site. When I have a new pdf to post (it replaces the old one), some users say that they still see the old one.
Here's my code:
<html>
<head>
<title>Frontline Fertility Newsletter</title>
<script language="JavaScript">
<!--
function Help(daLink) {
var helpWnd=window.open(daLink,"help","width=500,height=500,scrollbars=yes,dependent=yes,resizable=yes");
}
// -->
</script>
</head>
<body>
<meta http-equiv="refresh" content="1;url=http://hostingprod.com/@ffnewsletter.com/FrontlineFertilityVolume1No.1.3.pdf#zoom=100">
</body>
</html>
I thought the "<meta http-equiv="refresh" content="1;" would do it.
Does this code work with some browsers and not others? Thnaks for your help.
Here's my code:
<html>
<head>
<title>Frontline Fertility Newsletter</title>
<script language="JavaScript">
<!--
function Help(daLink) {
var helpWnd=window.open(daLink,"help","width=500,height=500,scrollbars=yes,dependent=yes,resizable=yes");
}
// -->
</script>
</head>
<body>
<meta http-equiv="refresh" content="1;url=http://hostingprod.com/@ffnewsletter.com/FrontlineFertilityVolume1No.1.3.pdf#zoom=100">
</body>
</html>
I thought the "<meta http-equiv="refresh" content="1;" would do it.
Does this code work with some browsers and not others? Thnaks for your help.