Mozilla 도움말 검색

고객 지원 사기를 피하세요. 저희는 여러분께 절대로 전화를 걸거나 문자를 보내거나 개인 정보를 공유하도록 요청하지 않습니다. "악용 사례 신고"옵션을 사용하여 의심스러운 활동을 신고해 주세요.

자세히 살펴보기

can not get a calandar in EVA website to book flights but I can in IE

  • 16 답장
  • 2 이 문제를 만남
  • 1 보기
  • 최종 답변자: cor-el

more options

The calendar to book flights does not show up in Firefox. It does show up in IE.

The calendar to book flights does not show up in Firefox. It does show up in IE.

선택된 해결법

Yes. That is correct. They have chosen to display the calendar not for browsers with the Netscape appName and that includes Firefox.

문맥에 따라 이 답변을 읽어주세요 👍 1

모든 댓글 (16)

more options

Try Clear your cookies and cache and check it again.


thank you

Please mark "Solved" the answer that really solve the problem, to help others with a similar problem.

more options

I tried this before and again now but did not solve the problem. Thanks for trying

more options

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

Still did not fix......thanks

more options

Can you post a link to a page where you see this happen if it doesn't require to log in?

more options

I might add that this also happens on my friends computer. Also when you type in www.evaair.com/ it comes up http://www.evaair.com/html/b2c/english/

more options

Which steps do you perform on that page to see the calendar?

I only see selection input fields on that page that open a selection list when you click them and those work for me.

more options

In the area "Online Reservation" and also "Time Table" next to the Departure Date and also next to the Return Date instead of imputing month/date/year there should be a small calendar as there is in IE.

more options

This is what I get with IE. Has the calendars.

more options

I might also add that I normally go into these websites using Roboform both in Firefox (no calendar) and IE (have calendar) and both do the same thing.

more options

Those calendar icons are generated by JavaScript and only show if navigator.appName != "Netscape".
So for IE (Microsoft Internet Explorer) they will show, but not for Firefox ("NetScape"), although they do seem to work if I set navigator.appName to Microsoft Internet Explorer.


<script language="JavaScript">
<!-- if (navigator.appName != "Netscape") {	 
document.write ("<img src=\"/globalimage/b2c/button/calendar.gif\" align=\"absmiddle\" onMouseUp=\"window.open('/html/b2c/utility/calendar/calendar.asp?3', 'cal', 'location=no,menubar=no,status=no,titlebar=no,height=160,width=480,left=400,top=250')\">");
}
//<!--P1310M0384-->-->
</script>
more options

I am not that computer literate but are you basically saying I can get calendar in IE but not in Firefox? Thanks for your help.

more options

선택된 해결법

Yes. That is correct. They have chosen to display the calendar not for browsers with the Netscape appName and that includes Firefox.

글쓴이 cor-el 수정일시

more options

Thank you Cor-el. You have been very helpful

more options

You're welcome.

Maybe contact the site and ask them to enable the calendar for Firefox and other browsers as well.