I have an onClick="emailfriend()"; that seems to call the emailfriend() function ok. But all I get is an empty window opening up, without the sizing or title. What's wrong with this? Please help.
<SCRIPT LANGUAGE="JavaScript">
function emailfriend()
{
window.open(" "Title", "width=450, height=450, status=yes, resizable=no"
}
</SCRIPT>
Thanks
<SCRIPT LANGUAGE="JavaScript">
function emailfriend()
{
window.open(" "Title", "width=450, height=450, status=yes, resizable=no"
}
</SCRIPT>
Thanks