Hi,
I am using mozilla firefox and am trying to figure out a way to access the content of other tabs in the same window with the help of javascript and DOM (am open to other techniques if exist). Would someone help me?
E.g. I want to run a javascript in tab1 which can find the title of some other tab. Basically
I need this so that I can identify a tab which has opened due an href in my current page without using window.open method. All I want is a simple hyperlink which opens a page belonging to the same domain as the current page(the page should be opened in a new tab). Now I want to be able to access this new tab from the current tab.
I'm sorry if it sounds confusing.Thanks,
Vamyip