Closed Thread Icon

Topic awaiting preservation: for server admins (Page 1 of 1) Pages that link to <a href="https://ozoneasylum.com/backlink?for=11974" title="Pages that link to Topic awaiting preservation: for server admins (Page 1 of 1)" rel="nofollow" >Topic awaiting preservation: for server admins <span class="small">(Page 1 of 1)</span>\

 
JKMabry
Maniac (V) Inmate

From: out of a sleepy funk
Insane since: Aug 2000

posted posted 01-03-2002 05:30

Dunno if this has made the rounds yet but there's some good info here about disabling Microsoft's SmartTags in any page served by your Apache webserver. groovy


Jason

bitdamaged
Maniac (V) Mad Scientist

From: 100101010011 <-- right about here
Insane since: Mar 2000

posted posted 01-03-2002 06:53

you could easily do the same thing easily via PHP as well.




:[ Computers let you make more mistakes faster than any other invention in human history, with the possible exceptions of handguns and tequila. ]:

JKMabry
Maniac (V) Inmate

From: out of a sleepy funk
Insane since: Aug 2000

posted posted 01-03-2002 08:04

no no no man, you're sposed to heckle me over in the pspong forum...

Jason

butcher
Paranoid (IV) Inmate

From: New Jersey, USA
Insane since: Oct 2000

posted posted 01-03-2002 12:46

Okay

Now somebody can heckle me.

What are Smart Tags and why do I want to remove them?

mr.maX
Maniac (V) Mad Scientist

From: Belgrade, Serbia
Insane since: Sep 2000

posted posted 01-03-2002 18:04

You can also disable them by using <META> tag...

<META NAME="MSSmartTagsPreventParsing" CONTENT="true">

And while we are talking about disabling things...

To disable MSIE6 image toolbar add this:

<META HTTP-EQUIV="imagetoolbar" CONTENT="no">

To disable Windows XP themed buttons and other elements in forms add this:

<META HTTP-EQUIV="MSThemeCompatible" CONTENT="no">

BTW1 Since MS has decided to drop Smart Tags from final version of MSIE6, I don't see the need to disable them (and I'm 99.9% sure that they won't add them in future versions of IE either).

BTW2 Butcher, more information about Smart Tags can be found here: http://www.glassdog.com/smarttags/




[This message has been edited by mr.maX (edited 01-03-2002).]

butcher
Paranoid (IV) Inmate

From: New Jersey, USA
Insane since: Oct 2000

posted posted 01-03-2002 21:37

Thanks mr.maX

« BackwardsOnwards »

Show Forum Drop Down Menu