Caută ajutor

Avoid support scams. We will never ask you to call or text a phone number or share personal information. Please report suspicious activity using the “Report Abuse” option.

Află mai multe

Acest fir de discuție a fost arhivat. Adresează o întrebare nouă dacă ai nevoie de ajutor.

PHP script is not executing JavaScript code correctly in firefox

  • 1 răspuns
  • 2 au această problemă
  • 10 vizualizări
  • Ultimul răspuns de Michal Stanke

more options

Hello

I have a php script that should do the following echo '<script type="text/javascript">', 'cart.add("54");', '</script>'; echo '<script type="text/javascript">','location.href = "http://mysite.com/index.php?route=checkout/checkout";','</script>';

now the php page works fine in every browser and it used to work fine in previous firefox browsers. however i noticed that with the last two updates with the page is not working fine. it seems that firefox skip the execution of cart.add(54) or it does not wait till it finished and then it goes on redirecting.

i dont know why with the recent updates this code stopped working ! any suggestions would be appreciated

Hello I have a php script that should do the following echo '<script type="text/javascript">', 'cart.add("54");', '</script>'; echo '<script type="text/javascript">','location.href = "http://mysite.com/index.php?route=checkout/checkout";','</script>'; now the php page works fine in every browser and it used to work fine in previous firefox browsers. however i noticed that with the last two updates with the page is not working fine. it seems that firefox skip the execution of cart.add(54) or it does not wait till it finished and then it goes on redirecting. i dont know why with the recent updates this code stopped working ! any suggestions would be appreciated

Toate răspunsurile (1)

more options

Hello ehab92.

The PHP script is being run on the webserver (mostly independent on the browser) to generate the HTML output. This HTML output can contain JavaScript and is what is rendered and eventually executed in the browser.

I am not a good PHP developer, so can you please paste here a link on this example page, or add here the HTML output, which does not work in Firefox as expected?

Michal