Posted by pulkit.gaur on 05/30/06 12:00
Hi all ,
I have a PHP class.
In the constructor method i use the following code :
constructor func .......
{
echo "<script type=\"text/javascript\">";
echo "alert('hi');
echo "</script>";
}
This works perfectly fine in Mozilla ..
But .. seems .. IE can't run this code ..
Can you tell me the reason and how to fix it ?
[Back to original message]
|