|
I have four browsers on my computer. They are:
Internet Explorer 8 Mozilla Firefox Safari Opera The default browser is Firefox. My problem is that sometimes the other browsers (except Firefox) will not load any pages.
Started by hamid on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at superuser):
There's no inherent problem.
Try re-installing them, checking all of your internet options in each one and make sure they all point to your internet source .
Be, then there should be no problem with the other 3.
|
|
Hello Sir/Madam ,
I am in need of session variable must be exist even after browser closed or system shutdown. But in my page it will not support session scope between browsers that is at first i signin with firefox while i login with chrome browser it...
Started by Mayan Alagar Pandi on
, 5 posts
by 5 people.
Answer Snippets (Read the full thread at stackoverflow):
There's no way to ....
Session expiry between browser and after browser or system shutdown ?
Neither after browser close as a file and has an expiration date but only the browser that created it will be able to access it again.
|
|
I have a problem with the web browser in my HTC Hero. Sometimes it just hangs when I'm trying to open a web page. I doesn't matter if I'm on Wi-Fi or mobile network. Is it only me who is experiencing this problem or is it a known problem? If it is, where...
Started by Fossmo on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at superuser):
Basically.
Gentlmen, I faced a similar issue.
Havn't tried on wifi though.
I have the same problem.
|
Ask your Facebook Friends
|
What is the best cross-browser way to detect the scrollTop of the browser window? I prefer not to use any pre-built code libraries because this is a very simple script, and I don't need all of that deadweight.
Started by Hot Pastrami on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at stackoverflow):
These values in one line (cross browser) in mootools its $('element').getTop(); in jquery you will need can actually use element.getScrollTop(); to get what you'll need the only problem is on IE7 jQuery implements a cross-browser....
|
|
Hello! I am a JavaScript newbie and I am experiencing the following problem:
I would write JS code in a separate file, include the file in the html code. JS code runs great. No problems. I would go ahead and make some changes to the JS code, click 'refresh...
Started by dalizard on
, 6 posts
by 6 people.
Answer Snippets (Read the full thread at stackoverflow):
You can force the browser to reload the external.
Most of the time scripts are reloaded from cache.
|
|
What's the best way to find out if a user is not using IE 7 or 8, Firefox, Safari, Chrome or Opera?
I want to show a message if they are not using one those browsers. In this case is it just easier to use browser sniffing?
Started by Colin on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
The problem is, in the future when a new browser is released and becomes more modern than those, they won't be lumped in the "bad browser" pool..
|
|
Hello all im looking for my application ( that is sort of CRM ) to build web based gui that support old browsers like IE 5 , is there any good client side cross browser framework that support old browsers ? i don't need something fancy with effects and...
Answer Snippets (Read the full thread at stackoverflow):
Web-based gui frameworks.
I don’t think that’s a problem anyone’s interested in solving (i.e.
|
|
Do any of the currently popular browsers have particular problems caching* XMLHttpRequest responses that I need to be aware of?
I'd like to be able to include XMLHttpRequest queries on every page as a method of dynamically loading content (ie JSON) or...
Started by thomasrutter on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at stackoverflow):
Mark Nottingham has an excellent set of functional tests that demonstrate browser.
I have also read in several places that to be on the safe side reloaded or not .
Solved the problem.
|
|
Hi,
I am storing some files like PDF,Doc, Docx, xls etc. in the file system.
Now I have to show those files on the browser for the users to view.
So basically a link button is there in a datagrid, upon clicking on which the user will be able to view.
...
Started by priyanka.sarkar on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at stackoverflow):
Launching.
Try changing some settings in the browser(Custom Level).
Be a browser configuration issue.
|
|
I'm looking for feedback on peoples experiences with developing sites that work across browsers. It seems to me there are at least two obvious ways to approach the task of making your site/webapp work across browser:
Constantly test across all supported...
Started by John on
, 11 posts
by 11 people.
Answer Snippets (Read the full thread at stackoverflow):
If you find yourself continually battling one browser or another, you might want difficult to do when cross-browser....
You don't need to test of the scutwork.
Do, then you really are better off just making it cross-browser to begin with.
|