Forum Moderators: open
I want to reload a page many times.How can I do this?
I tried this:
<html>
<head>
<meta http-equiv=”refresh” content=”2;url=mysite.com”>
</head>
<body>
<iframe src=”http://mysite.com” width=”50%”>
</iframe>
</body>
</html>
But I have that message:
Firefox can't find the file at /C:/Documents and Settings/com.COM-A55274F9C7A/My Documents/”http://site.com"
Why is that message, and how can I do this?
Is there another way to do this?
Also is there a way to randomize the time(if possible)
Thank you.