Welcome Guest, Not a member yet? Register   Sign In
Java Popup Window ain't working in php code
#7

[eluser]jonnyG[/eluser]
Code:
<?php
if($bool == true){
echo do_alert($message);
}
?>

<?php
function do_alert($message)
    {
        echo '[removed]alert("' . $message . '"); [removed]';
    }
?>


solved it this way now..
but if the popup shows up some areas in the back are missing(looks weird)


Messages In This Thread
Java Popup Window ain't working in php code - by El Forum - 07-12-2012, 06:40 AM
Java Popup Window ain't working in php code - by El Forum - 07-12-2012, 06:56 AM
Java Popup Window ain't working in php code - by El Forum - 07-12-2012, 07:13 AM
Java Popup Window ain't working in php code - by El Forum - 07-12-2012, 07:39 AM
Java Popup Window ain't working in php code - by El Forum - 07-12-2012, 07:47 AM
Java Popup Window ain't working in php code - by El Forum - 07-12-2012, 07:58 AM
Java Popup Window ain't working in php code - by El Forum - 07-12-2012, 11:07 AM



Theme © iAndrew 2016 - Forum software by © MyBB