Este site está com funcionalidades limitadas enquanto realizamos manutenção para melhorar sua experiência de uso. Se nenhum artigo resolver seu problema e você quiser fazer uma pergunta, nossa comunidade de suporte pode te ajudar em @FirefoxSupport no Twitter e /r/firefox no Reddit.

Pesquisar no site de suporte

Evite golpes de suporte. Nunca pedimos que você ligue ou envie uma mensagem de texto para um número de telefone, ou compartilhe informações pessoais. Denuncie atividades suspeitas usando a opção “Denunciar abuso”.

Saiba mais

Esta discussão foi arquivada. Faça uma nova pergunta se precisa de ajuda.

My Javascript function is not working in firefox

  • 1 resposta
  • 5 têm este problema
  • 2 visualizações
  • Última resposta de 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?

Todas as respostas (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.