Javascript inside PHP (popWin)

JolkiJolki Europa

hello, i am new to php so please be nice.
I have created a small code like this:
i have created a small php script. See bellow:

    $x=5;
    if ($x >= 8 )
                {
                  echo "x is ".$x;
                }

                else 
                {
                    echo 'error';
                    $errorWindow = 'www.google.com';
                    echo "<script type='text/javascript'>
                        popWin('$errorWindow', 'windowname', 'width=400,height=300,scrollbars=yes');
                         </script>";    
                }

but my popwin isn't working and i wonder why, message "error" is being printed on browser page, but the popup window doesn't appears. Can anyone help telling me what i am doing wrong? how can i get popwin?

Comments

Sign In or Register to comment.

Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!

Categories