I've got a window.location function that redirects to a site that is not programmed by me. When the window is relocated I need it to focus on a specific div tag (with an id) within that page. Is there a way for me to do that if the page is not mine and I do not have access to the code?
UPDATE so I've got this now and it's working...
window.location = 'http://www.mozilla.com/en-US/firefox/all-older.html#en-US';
UPDATE
I don't suppose it would be too much to see if I could act upon this div using the window.location function... to elaborate, is there a way for me not only to focus on a specific div but also highlight that div?