any script that when i put a refresh page script and when page refresh its close the page automatic
any script that when i put a refresh page script and when page refresh its close the page automatic
Also note that on FF, you cannot close a page when it's not opened by a script.HTML Code:<input type="button" value="Refresh" onclick="location.reload();window.close();">
Hope that helps.
Learn how to code at 02geek
The more you learn, the more you'll realize there's much more to learn
Ray.ph!
its ask permission to user i want auto close and no button just my page refresh after 30nd and close the window
Yes. It tends to do that. However, you could make a function that loops to check if the user wants to close the page. If the user says no, the function would loop again, thus trying to close the window. This may be annoying, but for your purpose, I do not know. Ask me for code if you are interested in what I said.
-magicyte
sir i set i page refresh script on the its refresh page after 60nd i want or after 60nd window will close auto when page refresh or its redirect to any other page
If this is what you want, it is impossible to accomplish with JavaScript or any client-side script.
I am truly sorry.
-magicyte
if the client click on refresh the page auto redirect is it passable?
Learn how to code at 02geek
The more you learn, the more you'll realize there's much more to learn
Ray.ph!
this code nt working
\
Then probably, there's something wrong on how you set it up.
For further reading:
http://www.w3schools.com/htmldom/prop_loc_href.asp
Learn how to code at 02geek
The more you learn, the more you'll realize there's much more to learn
Ray.ph!
Bookmarks