Re: Annoying pop-up in Internet Explorer
- From: VanguardLH <V@xxxxxxxxx>
- Date: Fri, 6 Nov 2009 15:47:23 -0600
Brentwood Boy wrote:
Recently I am getting an annoying pop-up on all the pages of my web site
www.cornubused.com .
Not an Outlook issue, the topic of THIS newsgroup. Ask in the IE
newsgroup:
microsoft.public.internetexplorer.general
or in a web design newsgroup (sorry, I don't visit any to suggest some).
It is a commercial site marketing our business education
products.
So are you in charge of that web site? Or are you merely added a hosted
web site using that domain server?
The pop-up message is as follows:
'Do you want to allow this web page to access your clipboard? If you allow
this, the web page can access the clipboard and read information that you've
cut or copied recently.' Below this message are two buttones to click 'Allow
access' and Don't allow'.
Why is your web site (or the webhosting provider's wrapper page around
your code) trying to paste anything into the visitor's web browser (and
without that visitor actually clicking on anything that indicates that
action would occur)?
For example, do your web pages (or any code wrapped around it by your
webhoster) use javascript to copy text into the clipboard for the
visitor, like the using <docobject>.execCommand("Copy");' command? An
example of HTML code that uses javascript to paste to the clipboard is
http://www.trap17.com/index.php/click-copy-paste-clipboard_t32438.html.
Alternatively, an onclick event could run "copy(<docobject>);" to do the
copy to clipboard. The javascript doesn't have to be in your web page
but could be in a referenced .js file from where methods are found that
you call in your page's code. It isn't just javascript that can be
used. Scripts inside of Flash content can also copy to the clipboard
(see http://code.google.com/p/zeroclipboard/).
Do visitors have to first click on something before the clipboard
warning appears? If so, look at what javascript code gets executed for
the onclick event for that clickable object.
.
- References:
- Annoying pop-up in Internet Explorer
- From: Brentwood Boy
- Annoying pop-up in Internet Explorer
- Prev by Date: Re: Does anyone know how big can the .pst file be?
- Next by Date: Re: Can't follow links in Outlook.
- Previous by thread: Re: Annoying pop-up in Internet Explorer
- Next by thread: RE: Outlook 2007 Preview Attachments Stopped Working
- Index(es):
Relevant Pages
|