This site will have limited functionality while we undergo maintenance to improve your experience. If an article doesn't solve your issue and you want to ask a question, we have our support community waiting to help you at @FirefoxSupport on Twitter and/r/firefox on Reddit.

Search Support

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.

Learn More

Èròjà atẹ̀lélànà yii ni a ti fi pamọ́ fọ́jọ́ pípẹ́. Jọ̀wọ́ béèrè ìbéèrè titun bí o bá nílò ìrànwọ́.

My Javascript function is not working in firefox

  • 1 èsì
  • 5 ní àwọn ìṣòro yìí
  • 2 views
  • Èsì tí ó kẹ́hìn lọ́wọ́ the-edmeister

more options

This script was designed to work in IE. it opens a pop up window that allows me to print out data from the page:

function DLNew() { //if (!myCheck()){return false} var vAction = "DownloadInv/JobsToPrint.asp"; var vTarget = "_new_Assignments"; var vFeatures = ""; SubmitHere(vTarget,vAction, vFeatures); }

The var vAction was written using Microsoft Visual Studio 6.0. Do I need to modify the var JobsToPrint.asp file to work with Firefox, or does something else need to be written to make the function work?

This script was designed to work in IE. it opens a pop up window that allows me to print out data from the page: function DLNew() { //if (!myCheck()){return false} var vAction = "DownloadInv/JobsToPrint.asp"; var vTarget = "_new_Assignments"; var vFeatures = ""; SubmitHere(vTarget,vAction, vFeatures); } The var vAction was written using Microsoft Visual Studio 6.0. Do I need to modify the var JobsToPrint.asp file to work with Firefox, or does something else need to be written to make the function work?

All Replies (1)

more options

Try posting at the Web Development / Standards Evangelism forum at MozillaZine. The helpers over there are more knowledgeable about web page development issues with Firefox.
http://forums.mozillazine.org/viewforum.php?f=25
You'll need to register and login to be able to post in that forum.