Jump to content

is this possible?


herghost

Recommended Posts

Hi all,

 

 

I am trying to call an function form a .js script within php like this:

if(isset($_SESSION['delete']))
{
echo "<div id='mypopup' name='mypopup' style='position: absolute; width: 250px; height: 200px; display: none; background: #ddd; border: 1px solid #000;'>" ;
echo "fireMyPopup()";
echo "<p>Test</p>"; 
$_SESSION['delete'] = null;
}

 

But nothing happens!

 

Is there a way to do this?

 

Thanks

 

Link to comment
https://forums.phpfreaks.com/topic/194495-is-this-possible/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.