Domain check script
I have modified a simple Javascript and turned it into a tool that let you check how many pages (if any) you got listed in all the major search databases. The problem is that the search results opens in the same page so you have to use the browsers back button to return and check the next search engine. Is it possible to change the script so results opens up in a new window?
See the script at:
http://search-engine-secrets.net/domain_check.htm
Someone from another forum suggested this solution:
---------------
Add
var params="width=450,height=250,toolbar=no"
var searchWin=window.open("","searchWin",params);
Then replace the last line with
searchWin.location.href=finalSearchString;
------------
This works, but the 2nd window opens right away when the page loads. Is there any way to make the result window pop up only when someone click on the search button?
Ronny Skog posted this at 00:12 — 3rd August 2001.
They have: 4 posts
Joined: Jul 2001
Never mind, I figured it out.
Want to join the discussion? Create an account or log in if you already have one. Joining is fast, free and painless! We’ll even whisk you back here when you’ve finished.