I found another web site has copied one of my websites.. designs, navigation, etc..
They are even linking to a javascript on my server..
What I wondering if it is possible to initiate a redirect whenever someone views
the copied site, and invokes the javascript from my server..
i.e. visitor is viewing
www.badsite.com
When the javascript on my site is called..
if hostsite=badsite{
window.location="http://www.mydomain.com/
}else{
normal script functions
}
To bring them over to my site..
Make sense?
Thanks!