Hey, I want to redirect a page when it finish loading…
For example, when google.com finish loading, I want to send a javascript to search something…
How can I do it ?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
This is simply how I would go about redirecting:
… of course replacing the Google and Yahoo! URLs with something else. You don’t need any external libraries (jQuery) or something complicated like that.
I would not reccomend this as it is more of a nuisance than a help to the end user, however that depends on what the function of the script is.