|
|
|||||||||
|
|||||||||
|
|||||||||
| |
|||
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Display Modes |
|
|
|
Stay one step ahead of the competition. Evaluate and give feedback
on some of the hottest web development tools on the market today.
Make your opinion heard! Click
Here
|
|
#1
|
|||
|
|||
|
hey friends
i have a requirment can u guys help me. actuallu we are using we charts in our project but web chart renders an image . and while hovering on that image a default exploere option comes for save, print send email. i want to block it, but cant find a way. i think there sould be some way in javascript , b'uz it directly deals with explorer |
|
#2
|
||||
|
||||
|
You can't, except by telling your users to switch to a real browser.
It's the same as telling your user what colour his desktop image should be: It's not up to you. Sorry.
__________________
This is my code. Is it not nifty? "The biggest problem encountered while trying to design a system that was completely foolproof, was, that people tended to underestimate the ingenuity of complete fools." ---Douglas Adams Join the Itsacon fanclub! Zero Tolerance: Spammers banned so far: 264
![]() |
|
#3
|
||||
|
||||
|
Yes you can:
http://msdn.microsoft.com/library/d...ictures_ovw.asp I do wish we could persuade all our customers to switch to a better browser though.. |
|
#4
|
|||
|
|||
|
You can put this in the head of the document:
<meta http-equiv="imagetoolbar" content="no" />' or insert it with a script that runs while the page loads: if(/* test for ie == true*/){ document_write('<meta http-equiv="imagetoolbar" content="no" \/>'); } You are getting the windows enhanced image bar, which is about as annoying as Microsoft Bob used to be. But you can turn it off for a page- |
|
#5
|
||||
|
||||
|
you can also disable it on an image by image basis.. It's all already in the link i posted..
|
![]() |
| Viewing: Dev Articles Community Forums > Programming > JavaScript Development > Need something very odd |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|