If I use Firefox to open web site start is a flash intro www.nz-stroke.com when it redirects to main page it opens then skips to error 404.....
This is the main page www.nz-stroke/index1.html.......after load this is what I get http://www.nz-stroke.com/newpage_or_URL.html
Now with Internet Explorer open www.nz-stroke.com flash intro/redirect main page sweet.
Any ideas on how to fix bug for page load for Firefox users?
Gezze as I have been typing this out I have been thinking about it.......I have a script in the start of the page..
<head>
<title>Young Stroke Survivors New Zealand</title>
<META HTTP-EQUIV="REFRESH" CONTENT="X; URL=newpage_or_URL.html">
</head>
Works fine for Internet Explorer not for Firefox, have taken it of site............................PROBLEM FIXED lol
This is the main page www.nz-stroke/index1.html.......after load this is what I get http://www.nz-stroke.com/newpage_or_URL.html
Now with Internet Explorer open www.nz-stroke.com flash intro/redirect main page sweet.
Any ideas on how to fix bug for page load for Firefox users?
Gezze as I have been typing this out I have been thinking about it.......I have a script in the start of the page..
<head>
<title>Young Stroke Survivors New Zealand</title>
<META HTTP-EQUIV="REFRESH" CONTENT="X; URL=newpage_or_URL.html">
</head>
Works fine for Internet Explorer not for Firefox, have taken it of site............................PROBLEM FIXED lol
Comment