Este site irá ter funcionalidade limitada enquanto fazemos manutenção para melhorar a sua experiência. Se um artigo não resolve o seu problema e quiser colocar uma questão, temos a nossa comunidade de apoio à espera de o ajudar em @FirefoxSupport no Twitter, /r/firefox no Reddit.

Pesquisar no apoio

Evite burlas no apoio. Nunca iremos solicitar que telefone ou envie uma mensagem de texto para um número de telefone ou que partilhe informações pessoais. Por favor, reporte atividades suspeitas utilizando a opção "Reportar abuso".

Saber mais

Button does not open a new page in FF8

  • 4 respostas
  • 1 tem este problema
  • 1 visualização
  • Última resposta por bbsmith2

more options

When I go to a university website to search for jobs I will click on a University --> View a job --> Apply for the job.

I can click on the university fine and view the job fine, but applying for said position does not work. Before I updated, clicking apply would take me to the university's home page for that particular position. I'm not sure if there is something wrong on my end or not. The only thing I see different is Java Console is disabled.


Here is the actual code for the button

<button class="buttonClass" value="Apply Now" "window.open('https://jobsearch.uncg.edu/applicants/Central?quickFind=53285&jtsrc=uncjobs.northcarolina.edu&jtrfr=www.peopleadmin.com&adorig=PA')">


If you need more info please let me know. Thanks.

When I go to a university website to search for jobs I will click on a University --> View a job --> Apply for the job. I can click on the university fine and view the job fine, but applying for said position does not work. Before I updated, clicking apply would take me to the university's home page for that particular position. I'm not sure if there is something wrong on my end or not. The only thing I see different is Java Console is disabled. Here is the actual code for the button <button class="buttonClass" value="Apply Now" "window.open('https://jobsearch.uncg.edu/applicants/Central?quickFind=53285&amp;jtsrc=uncjobs.northcarolina.edu&amp;jtrfr=www.peopleadmin.com&amp;adorig=PA')"> If you need more info please let me know. Thanks.

Solução escolhida

No, I didn't try that button.

I checked it now and it looks like a problem with the code in that button.
Doesn't work in Google Chrome either.
I see a window.open command, but it isn't preceded by an onclick attribute name.

Page source:

<button class="buttonClass" value="Apply Now" "window.open('https://jobs.nccu.edu/applicants<pre><nowiki>/Central?quickFind=50953&amp;jtsrc=uncjobs.northcarolina.edu&amp;jtrfr=www.peopleadmin.com&amp;adorig=PA')">Apply Now</button>

Generated DOM source:

<button class="buttonClass" value="Apply Now" window.open(="" https:="" jobs.nccu.edu="" applicants="" central?quickfind="50953&amp;jtsrc=uncjobs.northcarolina.edu&amp;jtrfr=www.peopleadmin.com&amp;adorig=PA')&quot;">Apply Now</button>
Ler esta resposta no contexto 👍 0

Todas as respostas (4)

more options

Do you see a pop-up icon at the right end of the location bar?

Start Firefox in Diagnose Firefox issues using Troubleshoot Mode to check if one of the extensions or if hardware acceleration is causing the problem (switch to the DEFAULT theme: Firefox (Tools) > Add-ons > Appearance/Themes).

more options

Thanks Cor-el. Did you try to visit the page I linked to and see if it worked for you?


I also posted what steps I had taken to troubleshoot and it's located the the "More system details" to the right of my original post. Which included disabling Ad-Block and when that didn't work using safe mode.


I do see a pop-up warning when I visit pages with pop-up ads. But just in case I did uncheck the box and try the button again and it still didn't open up a new page.

I'm also using the default theme. In fact I think I've always used the default theme.


Hope that extra info helps and I am curious if others have tried to pick a random university and position and what happened when they clicked Apply.

more options

Solução escolhida

No, I didn't try that button.

I checked it now and it looks like a problem with the code in that button.
Doesn't work in Google Chrome either.
I see a window.open command, but it isn't preceded by an onclick attribute name.

Page source:

<button class="buttonClass" value="Apply Now" "window.open('https://jobs.nccu.edu/applicants<pre><nowiki>/Central?quickFind=50953&amp;jtsrc=uncjobs.northcarolina.edu&amp;jtrfr=www.peopleadmin.com&amp;adorig=PA')">Apply Now</button>

Generated DOM source:

<button class="buttonClass" value="Apply Now" window.open(="" https:="" jobs.nccu.edu="" applicants="" central?quickfind="50953&amp;jtsrc=uncjobs.northcarolina.edu&amp;jtrfr=www.peopleadmin.com&amp;adorig=PA')&quot;">Apply Now</button>

Modificado por cor-el a

more options

Thanks Cor-el. I notified the owners of the site and hopefully they will get it taken care of. I'm not big into code so I'm lost when it comes tot hat sort of thing. I just did want I knew to, safe mode and other little things. I am glad it's not FF and me doing something dumb again..lol


Thank you!