Click to See Complete Forum and Search --> : Looking for specifics scripts


Vlamor
01-09-2003, 07:50 PM
I know those scripts exist, but for some reason I can't find them. Your help will be greatly appreciated:

1- A script who removes the dots left there when you click on a button.

2- A script who disabled the little box appearing in IE when the mouse is on a picture (to save it, print it, etc).

pyro
01-09-2003, 07:58 PM
I don't understand you on # 1, but here is #2...

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

Vlamor
01-09-2003, 09:55 PM
Thank you very much for the script!

For the #1: It's to remove the dots around the edges of an image links when I click on it. There's a script out there to remove those.

Zach Elfers
01-09-2003, 10:04 PM
#2:

<img src="img.ext" onFocus="this.blur();">

pyro
01-09-2003, 10:29 PM
I'm still not understanding you. Post a link.