Hi I beed to call this function <script type="text/javascript" src="lock.js" > </script> after like 7sec from visting the index.html. How can i do that? thanks
do a search on google for 'javascript sleep', there are ready made functions that you can copy to sleep the script for xxx milliseconds. You may need to the sleep function in your .js file if you still want to use the src="lock.js".