Hi all,
I'm trying to open a window via a function, and yes, I won't work ;P. Can ynyone help me ?
Thanx in advance
Olli
here's the code:
function openWin ($modelnames)
{
print" javascript:window.open('sendresponse.php?sendnames=$modelnames','large','width=300,height=200','scrollbars=no','resizable=no')";
}
if ($pushed == 1)
{
openWin ($names);
}