Hi,
I'm new at this, but I was wondering if there is a way of using a popup window in php. I've tried using javascript in php and I can't get a popup window or an alert message to show.
I am able to use javascript to document.write
print "<script language= javascript>
document.write('Javascript');
</script>";
or document.location.href"".
print "<script language= javascript>
document.location.href=('testpop.htm');
</script>";
Does any one know why I can't get an alert message or a popup window to work in php.
This is really making me frustrated.
thanks,
steve m