I'm using this function:
function popWindow(pagename, height, width, top, left)
{
window.open ( pagename, 'tipwin', "height=" + height + ",width=" + width + ",top=" + top + ",left=" + left + "'"
}
and this is what calls the function:
<a onClick="JavaScriptopWindow(' 308, 440, 170, 250)" style=cursor:hand>allCanadianSport.ca</a></li>
Where can I declare that I want a menubar, location bar, scrolling, etc?
Thanks alot!
function popWindow(pagename, height, width, top, left)
{
window.open ( pagename, 'tipwin', "height=" + height + ",width=" + width + ",top=" + top + ",left=" + left + "'"
}
and this is what calls the function:
<a onClick="JavaScriptopWindow(' 308, 440, 170, 250)" style=cursor:hand>allCanadianSport.ca</a></li>
Where can I declare that I want a menubar, location bar, scrolling, etc?
Thanks alot!