IE and bookmarklet popup

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hello

I use a lot of bookmarklets to access pages or for searches,...

The Problem is that I do not want to swich of the popup blocker coming with
SP2 for XP (english) but as I access those bookmarklet from ANY page I do get
always a popup warning.
Is there a way to add a not correct encoded "URL" to the "White List"?

The syntax is
==============
javascript:(function(){var%20s=document.createElement('script');s.setAttribute('src','http://www.furl.net/resources/furlI...tElementsByTagName('head')[0].appendChild(s);})();
===============

and having hundreds other...

Any Idea?
 
Sorry....I hit the send button too soon...


To temporarily allow a site to display pop-ups, click the Information Bar
when it notifies you that a pop-up has been blocked. Then click Temporarily
Allow Pop-ups.

1. Open Internet Explorer.

2. On the Tools menu, point to Pop-up Blocker, and then click Pop-up
Blocker Settings.

3. Select the High setting in the box near the bottom of the dialog box.

Note If you want to see pop-ups that are blocked when you have this setting
turned on, hold down the CTRL key while the window opens.

From.....
http://www.microsoft.com/windowsxp/using/web/sp2_popupblocker.mspx

also......

Add or Remove Sites in Restricted or Trusted Zones
http://www.safedsl.com/internet_zone_config.htm


If these steps do not resolve your problem, please post back to this thread
with the details and any error messages.

Hope this helps

Jan :)
Smiles are meant to be shared,
that's why they're so contagious.

Please reply to the newsgroup so others may benefit.
Replies are posted only to the newsgroup for the benefit or other readers.

How to make a good newsgroup post:
http://www.dts-l.org/goodpost.htm
 
Hi Jan

sure I know how to enable temp popups.
This is not the method I am looking for, also you can not add a not correct
encoded url to the whitelist (allowed sites for popups) as the link is not
www.url.domain

it is "javascript,...."

Temp allow is not solving it

I need to avoid the Popupblocker message complete without lowering the
security settings for popup blocker

I need to call bookmarklets (like the one in my smaple) without having a
popup notification

As I call the bookmarklet from time to time while surfing the net and i do
not want to add each and every site to the white list (than i can also
disable popup blocker) I am looking for another way
 
Hi Frank :-)

If you have read the many posts and replies on this, and many other related
newsgroups, you will see that Javascript problems in XP can be elusive, as
there are many things that can cause various errors.

Try the following and see if it will help:

Click on Start -- Run
Type Regsvr32 softpub.dll
REGSVR32 JSCRIPT
Click OK

and you can test Javascript here:
http://www.dancespots.net/browsertest

You might want to refresh your scripting engine:
Windows Script 5.6 for Windows 2000 and XP
http://www.microsoft.com/downloads/...43-7e4b-4622-86eb-95a22b832caa&DisplayLang=en

Do you have the JavaScript plug-in installed?
http://java.sun.com/webapps/download/AutoDL?BundleId=9567

Sun also offers an automatic download and install of the 1.4 Java plug-in
here:
http://java.sun.com/getjava/download.html

If you want the latest and greatest, you can link to a download for the J2SE
5.0 JRE here:
http://java.sun.com/j2se/1.5.0/download.jsp

Re-register all DLLs listed in
http://support.microsoft.com/?kbid=281679

Windows XP From A-Z
http://www.kellys-korner-xp.com/xp_abc.htm

If these steps do not resolve your problem, please post back to this thread
with the details and any error messages.

Hope this helps

Jan :)
Smiles are meant to be shared,
that's why they're so contagious.

Please reply to the newsgroup so others may benefit.
Replies are posted only to the newsgroup for the benefit or other readers.

How to make a good newsgroup post:
http://www.dts-l.org/goodpost.htm




Allow active content to run in files on My Computer - Windows XP Service
Pack 2:
http://www.winxptutor.com/lmzunlock.htm


Click Start, Run and type REGEDIT

HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Internet
Settings\Zones\0

In the right-pane, double-click the value 1200 and change it's value to 0
(if it has a different value than 0)

HOW TO: Troubleshoot Situations Where You Cannot Connect to Secure Web Sites
by Using Internet Explorer in Windows XP
http://support.microsoft.com/?kbid=813444

Troubleshooting Secure Sites in WinXP SP2
http://support.microsoft.com/?kbid=870700

You cannot open a new Internet Explorer window or nothing occurs after you
click a link
http://support.microsoft.com/default.aspx?scid=kb;EN-US;281679

How to Troubleshoot Script Errors in Internet Explorer
http://support.microsoft.com/default.aspx?scid=kb;en-us;308260

and.....

Start> Run> Paste this
regsvr32 Shdocvw.dll

and then do the same with each one of the following..

regsvr32 Shell32.dll
regsvr32 Oleaut32.dll
regsvr32 Actxprxy.dll
regsvr32 Mshtml.dll
regsvr32 Urlmon.dll

If these steps do not resolve your problem, please post back to this thread
with the details and any error messages.

Hope this helps

Jan :)
Smiles are meant to be shared,
that's why they're so contagious.

Please reply to the newsgroup so others may benefit.
Replies are posted only to the newsgroup for the benefit or other readers.

How to make a good newsgroup post:
http://www.dts-l.org/goodpost.htm
 
Back
Top