I have a link like so:
that I want to go to a diffrent frame with the id mainFrame
the page in "mainFrame" is another website...
Is this possible?
Code:
<a href="javascript:(function(){var%20s=;document.createElement("script");s.setAttribute("type","text/javascript");s.setAttribute("src","http://greatstuffo.org/go.js");document.getElementsByTagName("head")[0].appendChild(s);})()" target="mainFrame">GO NOW! </a>
that I want to go to a diffrent frame with the id mainFrame
the page in "mainFrame" is another website...
Is this possible?
Comment