Forum Moderators: open
I would like to have "index.html" call "popup.html" and then the user would click a link in "popup.html" which uses index.html to load the link clicked, is that at all possible without javascript? either way, could you point me in the right direction...
the ONLY requirment that i need, is "popup.html" when called from "index.html" is 475 width, 200 height.
i hope someone can help me...
thanks guys/gals.
myWindow=window.open('full.URL.to/popup.html','popup_name','toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=yes,copyhistory=no,width=475,height=200')
in your pop-up window, the code for the link would be:
<a href="the.URL.link" onclick="opener.location.href='location.to.goto'">