All I need is to open a window with an HTML/JS link to a specific size and without all the toolbars, scrollbars and extra stuff.
I tried
But to no avail. Anyone have the code handy?
I tried
Code:
<a href="yourcurrentfile.html"
onClick="window.open('yournewfile.html','nameforyournewbrowserwindow',
'width=275,height=425,status=no,toolbar=no,location=no,
menu=no,scrollbars=yes,resizable=yes')">here</a>
But to no avail. Anyone have the code handy?