Free Republic
Browse · Search
General/Chat
Topics · Post Article


1 posted on 05/03/2011 2:08:35 PM PDT by SWAMPSNIPER
[ Post Reply | Private Reply | View Replies ]


To: SWAMPSNIPER

http://www.cnet.com/firefox-3/


2 posted on 05/03/2011 2:10:20 PM PDT by Bigh4u2 (Denial is the first requirement to be a liberal)
[ Post Reply | Private Reply | To 1 | View Replies ]

To: SWAMPSNIPER

You ain’t alone.

My Firefox went all hanky on me and wants to open 188 windows all at once and I can’t figure out how to make it stop.


3 posted on 05/03/2011 2:10:50 PM PDT by cripplecreek (Remember the River Raisin! (look it up))
[ Post Reply | Private Reply | To 1 | View Replies ]

To: SWAMPSNIPER

Firefox.


7 posted on 05/03/2011 2:14:35 PM PDT by null and void (We are now in day 831 of our national holiday from reality. - It's 3 AM, time to arrest Obama)
[ Post Reply | Private Reply | To 1 | View Replies ]

To: SWAMPSNIPER

Dump IE.

Firefox is getting to be a hog.

Google Chrome and Opera are both very slick and quick.


11 posted on 05/03/2011 2:22:34 PM PDT by bigbob
[ Post Reply | Private Reply | To 1 | View Replies ]

To: SWAMPSNIPER

crtl-alt-F22


12 posted on 05/03/2011 2:25:11 PM PDT by steveo (PETO-VT-IN-MARI-SVB-CRVCE-AVSTRALI-SEPELIAR)
[ Post Reply | Private Reply | To 1 | View Replies ]

To: SWAMPSNIPER

What version of IE are you running?


17 posted on 05/03/2011 2:36:28 PM PDT by free me (Sarah Palin 2012? You Betcha!)
[ Post Reply | Private Reply | To 1 | View Replies ]

To: SWAMPSNIPER

IE is THE worst browsing utility hands down.

Download Firefox @ www.Mozilla.org. It will download the most current version by default, 4.0 something, and if you have issues with that version, as I did, you can install previous versions.
The new version did not support any of the extensions I use and Flashblock is absolutely an essential one for me.


22 posted on 05/03/2011 2:39:29 PM PDT by alexandria ("If this be treason, make the most of it!" Patrick Henry)
[ Post Reply | Private Reply | To 1 | View Replies ]

To: SWAMPSNIPER

Search Microsoft Security Essentials, a free program.

Uninstall any other anti-virus programs before installing.


28 posted on 05/03/2011 2:50:20 PM PDT by Kenny500c
[ Post Reply | Private Reply | To 1 | View Replies ]

To: SWAMPSNIPER
I assume you are running IE 7?

That dialog box:

"Internet Explorer cannot open the Internet site http://.com. Operation aborted."

Doesn't exist in later versions of IE.

That's why I ask.

29 posted on 05/03/2011 2:55:25 PM PDT by free me (Sarah Palin 2012? You Betcha!)
[ Post Reply | Private Reply | To 1 | View Replies ]

To: SWAMPSNIPER

I’d settle for being able to stop that damned IE setup popup that keeps appearing every so often.


38 posted on 05/03/2011 3:21:56 PM PDT by Gaffer
[ Post Reply | Private Reply | To 1 | View Replies ]

To: SWAMPSNIPER

http://support.microsoft.com/kb/927917


44 posted on 05/03/2011 3:43:18 PM PDT by stylin19a
[ Post Reply | Private Reply | To 1 | View Replies ]

To: SWAMPSNIPER
This behavior is by design. It occurs because either, a child container HTML element contains script that tries to modify the parent container element of the child container. The script tries to modify the parent container element by using either the innerHTML method or the appendChild method.

Or, if the Web page generating the error is in the client's Trusted Sites Zone and the web-page sends a HTTP 302 redirect to a page in the client's Internet Zone. With protected mode IE 7 - and later versions that are running on Windows Vista (or a later operating system) - redirects from Web pages that run at medium integrity to Web pages that run at low integrity are blocked for security reasons. To resolve this issue, make sure that HTTP 302 redirects are for pages within the same zone.

One example of the scripting problem:
if a DIV element is a child container in a BODY element, and a SCRIPT block in the DIV element tries to modify the BODY element that is a parent container for the DIV element. E.g.,

<html>
<body>
<div>
<script type="text/Javascript">
document.body.innerHTML+="sample text";
</script>
</div>
</body>
</html>
One solution to one scripting problem:
Move the SCRIPT block into the scope of the BODY element. This is the container that the script is trying to modify. E.g.,
<html>
<body>
<div>
</div>
<script type="text/Javascript">
document.body.innerHTML+="sample text";
</script>
</body>
</html>
Another solution to one scripting problem:
Add a closed container as a placeholder in the parent container element. Then, modify the new closed container with a script block. E.g.,
<html>
<body>
<div id="targetContainer">
</div>
<div>

<script type="text/Javascript">
document.getElementById('targetContainer').innerHTML+="sample text";
</script>
</div>
</body>
</html>
Another scripting problem:
a SCRIPT block that is inside a deeply nested TD container element tries to modify a parent container BODY element by using the appendChild method. E.g.,
<html>
<body>
<table>
<tr>
<td>
<script type="text/Javascript">
var d = document.createElement('div');
document.body.appendChild(d);
</script>
</td>
</tr>
</table>
</body>
</html>
To resolve that problem, move the SCRIPT block into the BODY element. E.g.,
<html>
<body>
<table>
<tr>
<td>
</td>
</tr>
</table>
<script type="text/Javascript"> var d = document.createElement('div');
document.body.appendChild(d);
</script>

</body>
</html>
Or have the web-site automatically edit the clients registry: Either of these solutions may make your web-site unuseable for many users though; only implement after significant testing suggests that neutered web-site funcionality is acceptable.

Another solution (to both script & HTTP 302 redirect issues):

Check for IE browser version and automatically upgrade the client's browser to IE 8 if the browser version is less than IE8; don't ask questions: just do it.

47 posted on 05/03/2011 4:18:40 PM PDT by raygun
[ Post Reply | Private Reply | To 1 | View Replies ]

To: SWAMPSNIPER

1) Uninstall Internet Explorer, then run CC Cleaner. Make sure you have another Internet Browser (like Firefox, Chrome, Opera,etc...) before uninstalling Internet Explorer.

2) Once in CC Cleaner run the top two on the left side options Cleaner and Registry. Run them over and over again until they are clean. Note make sure all other Windows are closed when running the CC Cleaner.

3) Then close it, and go to START, RUN and type the following,

shutdown -r -t 05

After your computer comes back up from the reboot you should be good. If you want to run Internet Explorer then go to “Windows Update” and click check for updates. It should offer you Internet Explorer 9 to re download and install it.

Here is the link to the CC Cleaner.

http://www.piriform.com/ccleaner


49 posted on 05/03/2011 4:46:49 PM PDT by Sprite518
[ Post Reply | Private Reply | To 1 | View Replies ]

To: SWAMPSNIPER

I’m sorry, SS...You may have to blast.


54 posted on 05/03/2011 5:49:20 PM PDT by Cyber Liberty (Oh, well, any excuse to buy a new gun is good enough for me.)
[ Post Reply | Private Reply | To 1 | View Replies ]

Free Republic
Browse · Search
General/Chat
Topics · Post Article


FreeRepublic, LLC, PO BOX 9771, FRESNO, CA 93794
FreeRepublic.com is powered by software copyright 2000-2008 John Robinson