Jump to content

php within my java script not working


helloise

Recommended Posts

<script type="text/JavaScript">

  function refreshPage(s)

  {

      window.location.reload();

      if((s.options[s.selectedIndex].value) = "zed=catcher")

      {

            alert (s.selectedIndex); //this is showing

            <?PHP

            //the next lines aint

                echo $form['service_code']->renderLabel();

                echo $form['service_code']->renderError();

                echo $form['service_code'];

            ?>

      }

  }

</script>

please help?

thanks

Link to comment
Share on other sites

Is error reporting turned on?  If it's off, you may want to turn it on to see if you get any errors.

 

If no errors, you can always write

 

print_r($form); 

in the area you're writing those echo statements to see if the variable is set properly and has values;

Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • 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.