55 Topics

Member Avatar for
Member Avatar for TomCamavi

[COLOR="green"](This is pretty much just a guide I made to help people solve this seemingly common problem that no one seems to know how to fix)[/COLOR] [COLOR="green"](I put this little bit of info so you can relate your problem to mine and determine if your problem is being caused by …

Member Avatar for Grulein
0
3K
Member Avatar for happygeek

It all started pretty well, with the announcement by Mozilla at the end of last month that the Firefox web browser would make the Internet a safer place by encrypting everything. That's everything, even those connections where the servers don't even support the HTTPS protocol. Developers of the Firefox browser …

1
440
Member Avatar for lokmani

Hello, my web api is not working on chrome, but working on IE a open appears at bottom contains .json files . i have all the data on it. can you check my code whats the error? public class DataController : ApiController { [Route("dataapi/category")] [HttpGet] public IEnumerable<vendor_category> Category() { return …

Member Avatar for djjeavons
0
679
Member Avatar for Kewne

Hi guys, I just happen to use chrome and mozilla at the same time (well everyone can do that ). I always use chrome to login to Daniweb, just this morning I decided to use mozilla to login here at Daniweb. At first I thought I was giving the wrong …

Member Avatar for Kewne
0
413
Member Avatar for Szabi Zsoldos

Hey guys, Just tried to log in on Mozilla Firefox 30.0 and it does not give me an alert toast/message. My credentials are good because it worked on IE11 and Google Chrome. I've tried searching something on this topic, but haven't found anything. Have a great day everybody!

Member Avatar for Szabi Zsoldos
0
326
Member Avatar for EddieC

Firefox can finally orient itself, at least in terms of iPhones and MacBooks. Mozilla's latest browser, [url=https://developer.mozilla.org/en/Firefox_3.6_for_developers]Firefox 3.6 beta 1[/url], can now talk to accelerometers such as those in many Apple devices, thanks to [url=https://developer.mozilla.org/Special:Search?search=accelerometer&type=fulltext&go=Search]orientation event objects[/url] introduced in the new Gecko 1.9.2 presentation engine at the browser's core. Also …

Member Avatar for LastMitch
0
751
Member Avatar for phpHelp

Hi, I am here with a strange issue...my facebook app becomes system/browser dependent...some people can access it some can not...my app is having simple html code...why it's happening, can any body help me... Thank you

Member Avatar for cuonic
0
132
Member Avatar for azegurb

Hi All, I have code that dynamically retrieves data with jquery AJAX. when i want to insert data into database via PHP **$_POST** method it cannot grab `select tag` (option) value in Mozilla and Chrome. But it works perfectly in IE. Below is my code. <?php if($_GET['func'] == "drop_1" && …

Member Avatar for Biiim
0
183
Member Avatar for aks.steven

Dear All friends, I am developing one application which is running on ie all versions. but when I run same application on firefox/mozilla it shows error. html code: **<iframe id='mFrame' name='mFrame' class='mFrameCSS' src="" frameborder=0 vspace=0 hspace=0 marginwidth=0 marginheight=0 width=100% scrolling=no></iframe>** JavaScript code : **<script language=javascript> var lMWFrame=document.getElementById('mframe'); alert('lMWFrame :--->'+lMWFrame); //shows …

Member Avatar for LaxLoafer
0
209
Member Avatar for msrikanth

Hi, I need chm addon for my mozilla seamonkey to open chm files version of mozilla is given as "SeaMonkey 1.0.8, Copyright (c) 2003-2006 mozilla.org, build 2007022608" If not some executable application for opening chm files in my linux , version details are "Linux server1 2.6.9-55.ELsmp #1 SMP Fri Apr …

Member Avatar for JasonHippy
0
218
Member Avatar for EddieC

If you're not yet among the percentage of the population people using Mozilla's Firefox browser, which by [url=http://www.w3schools.com/browsers/browsers_stats.asp]one count[/url] stands at 47.5 percent, perhaps the anniversary of its launch will give you cause. Yesterday was Firefox's fifth birthday, and its market share with co-leader Internet Explorer by [url=http://en.wikipedia.org/wiki/Usage_share_of_web_browsers]many counts[/url] continues …

Member Avatar for Troy III
-1
311
Member Avatar for yanwick

I have the simplest code possible to upload a file using php and it only doesnt work using mozilla firefox. The server responds: 'Bad Request Your browser sent a request that this server could not understand.' This is the code(2 files): upload_file0.php <html> <body> <form action="upload_file.php" method="post" enctype="multipart/form-data"> <label for="file">Filename:</label> …

Member Avatar for vibhaJ
0
545
Member Avatar for castillolk

HI!! I have an application in php that runs on facebook. Surprisingly it works ok in IE and chrome BUT in mozilla does not open a new window with information .. The code that I´m using is : <script language="JavaScript"> <!-- function MM_openBrWindow(theURL,winName,features) { //v2.0 window.open(theURL,winName,features); } //--> </script> .. …

Member Avatar for castillolk
0
179
Member Avatar for samarinder

I am stuck in quite a tricky problem, That is - My session which contains username is getting invalidating on page refresh in Firefox Mozilla. Same is working fine in IE-9 I am pasting the code of both header and index.jsp file. [U][B]Header.jsp[/B][/U] [CODE] <%@ taglib uri="/WEB-INF/struts-bean.tld" prefix="bean"%> <%@ taglib …

Member Avatar for samarinder
0
1K
Member Avatar for manish250

hello all i have a jsp page in which i am using a function for detecting the ascii value of key pressed.it has to give alert if other than any alphabet key is pressed.Below giving the explaining code [CODE] function checkname(e) { var cc=e.keyCode; if(cc >=65 && cc <=90 || …

0
159
Member Avatar for manish250

hello all i have a jsp project when i run this using apache-tomcat on windows server 2003 a pop up window open in the top of the page notifying about the active x control.when i move the mouse over menu bar item it is not showing drop list.i an not …

Member Avatar for manish250
0
253
Member Avatar for manish250

hello all i hv a jsp code in which there is a link to another file successLogs.jsp as follows <td align=center><a href="successLogs.jsp?strHour=<%=strDate+strHour%>&strcli=<%=strcli%>"><u><%=totSuccCount%></u></td> in successLogs.jsp there is call to a linux script which is fetching a file from the logs. The problem is that when i click on the link in …

Member Avatar for manish250
0
259
Member Avatar for EricMack

[ATTACH=right]16919[/ATTACH]The good people at Mozilla have read our minds, again. The latest [URL="http://www.mozilla.com/en-US/firefox/beta/"]beta version of Firefox 4[/URL], released on Tuesday, has a new tool to help you get out from under that unruly pile of browser tabs. It's called 'Panorama,' a shortcut-accessible drag-and-drop workspace that allows you to move and …

Member Avatar for BruceAnd851
0
326
Member Avatar for george61

Hi all. I'm ccentering a searchbox in a container and there are some differences between mozzila and IE. I used the following:[CODE] <!--[if IE]> <style>#menu{ height: 3px;} .navigate{padding-left: 35px;} .text{ padding-left: 55px;} .form{ margin-top: -55px;} </style> <![endif]--> [/CODE] the changes for .navigate and #menu are sucessfull but nothing changes about …

Member Avatar for macgurl70
0
147
Member Avatar for hotwiredmom

I have a new Gateway laptop with Intel Core i5 2.26 Ghz and4 gb ram. I downloaded Firefox immediately, my browser of choice. However, what I've discovered is that almost immediately Firefox would open an unrequested new browser window when I click a link. E.G. I was on Yahoo today …

Member Avatar for hotwiredmom
0
596
Member Avatar for PCBrown

[ATTACH=RIGHT]16065[/ATTACH]Aza Raskin, head of user experience at Mozilla’s Lab unit, revealed their new project, Tab Candy, today. He believes that it will shift the way we use, and think about browser tabs in future versions of Firefox. The goal of Tab Candy is to manage all of your tabs within …

Member Avatar for vikrampareek
0
299
Member Avatar for PCBrown

[ATTACH=RIGHT]15718[/ATTACH]After a brief delay, Firefox 4 Beta 1 was officially [URL="http://www.mozilla.com/en-US/firefox/all-beta.html"]released[/URL] to the public for all operating systems this afternoon. Mozilla has deviated from their all too predictable design and created a browser that owes more than a few nods to Google’s Chrome, the fastest growing browser on the market. …

2
188
Member Avatar for Techwriter10

Microsoft got some good news this week when new data showed they had gained market share on rivals Firefox and Chrome last month. It might very well be a temporary data glitch, especially when news came out today that [URL="http://www.networkworld.com/news/2010/070110-ibm-employees-use-firefox.html?source=NWWNLE_nlt_daily_pm_2010-07-01"]IBM was recommending that its 40,000 employees use Firefox[/URL] instead of …

Member Avatar for Techwriter10
0
543
Member Avatar for happygeek

With the annual Pwn2Own hacking event due to kick off tomorrow, Mozilla has confirmed that Firefox 3.6 has an unpatched critical vulnerability. The fact that Pwn2Own competitors will not be able to exploit this vulnerability to claim the Firefox hacking prize will be of no interest to the millions of …

Member Avatar for happygeek
0
494
Member Avatar for GuyClapperton

Microsoft's decision not to support Windows XP users with the next version of its browser, IE9, will raise a few eyebrows. I can't speak for the position in the US, but over here in the UK very few corporates migrated to Vista, and it's the corporate engine that drives IT …

Member Avatar for characteredu
0
187
Member Avatar for goodtaste

Hi Everyone! Just wondering...I was recently under viral attack and ever since then, my Firefox refuses to open. I guess I will have to reinstal the thing, but was jsut wondering if there is a specific critter going around that attacks Forefox this way, just in case I still have …

Member Avatar for sheltant
0
160
Member Avatar for borisenko

Webpage will not save for offline. Here's more info: I have a webpage that is very difficult to import and save in Excel, Word, or send it as an email in Outlook. At work, I used Adobe Professional to save it as a pdf, which worked. But at home, the …

Member Avatar for cohen
0
346
Member Avatar for happygeek

Some Twitter postings just demand you read them two or three times to take in what is being said in 140 characters. One such posting was made today by Mozilla CEO John Lilly which simply said: "Firefox user growth has been amazing last 8 weeks or so. +30M or so …

1
215
Member Avatar for InsightsDigital

I just read this on a blog about RainDrop - [url]http://www.webmonkey.com/blog/Mozilla_s_Raindrop_Wants_to_Solve_Your_Communication_Woes[/url] It is not a widget but a script and it is still in baby mode. So guess what, you will encounter bugs. I personally like Firefox - it rocks! But anyway, I do like how Firefox is taking this …

0
115
Member Avatar for happygeek

Odd isn't it, how Microsoft kicked up a fuss when Google announced the Chrome plugin for Internet Explorer on the grounds that it could make the browser more insecure. Indeed, it went as far as to suggest that it doubled the potential surface area for malware and scripted attacks. Yet, …

Member Avatar for fossrules
1
717

The End.