Toon posts:

[image property] verberg save/print opties in XP

Pagina: 1
Acties:

Verwijderd

Topicstarter
offtopic:
In alle eerlijkheid; ik weet niet of dit topic hier- of bij de buren moet.


Ik heb echt al ruime tijd lopen zoeken in de library van MSDN maar hij is zo ontzettend huge dat het me helaas niet lukt.

Ik zoek, en heb het al eerder gezien op MSDN (long time ago), hoe ik het menu'utje weg kan halen dat tevoorschijn komt als je stil staat op een afbeelding in IE.

Weet iemand wat dit argument is voor de IMG tag?
Ik weet alleen dat het bestaat; daar is dan ook alles mee gezegd.

  • SuperRembo
  • Registratie: Juni 2000
  • Laatst online: 20-08-2025
Disabling the Toolbar for the Entire Page
To disable the image toolbar for a particular page on your website, simply add the following META tag to the HEAD section of your HTML document:

code:
1
<meta http-equiv="imagetoolbar" content="no" />

The "no" setting disallows the toolbar.

Disabling the Toolbar on an Image by Image Basis
If you only want to prevent the toolbar from appearing for certain graphics on your page, you can disable it on an image by image basis.

For example, if you have a picture called "proprietary.gif", you can add a GALLERYIMG attribute to the image tag that you used to display it:

code:
1
[img]"proprietary.gif"[/img]

The "no" prevents the toolbar from showing. Setting it to "yes" allows the toolbar, and is useful if you have set the entire page to default to not showing the toolbar, and only want to enable it on an image by image basis.
Vrij simpel met google te vinden

| Toen / Nu


  • Rickets
  • Registratie: Augustus 2001
  • Niet online

Rickets

Finger and a shift

<meta http-equiv="imagetoolbar" content="no" />
Maar waarom zou je je gebruikers die functie willen ontnemen? :)

If some cunt can fuck something up, that cunt will pick the worst possible time to fucking fuck it up, because that cunt’s a cunt.


Verwijderd

Topicstarter
Mijn dank is groot.