How can I make an iframe security error occur in IE? - security

A user of one of my websites is reporting an alarming-looking frame content error on a page that embeds Google Maps. I have played with the security settings in IE9, IE10 and IE11 but have only been able to either display the embed without issue or display nothing (blank space where iframe should be.) What do I need to do in which version of IE to see this error?
Here is the embed in question (need to redact specific map.)
<iframe id="googlemap" width="640" height="480" frameborder="0" scrolling="no" marginheight="0" marginwidth="0" src="https://maps.google.com/maps/ms?t=m&msa=0&msid=1234.1234&source=embed&ie=UTF8&ll=37.996163,-96.855469&spn=33.053774,56.25&z=4&output=embed"></iframe>
Here is a screenshot of the error the user is receiving.

Open a new browser window, and pull down the "Tools" menu.
Select "Internet Options".
Click the "Security" tab, select the "Internet" icon, and click the "Custom Level" button.
Scroll down to the "Miscellaneous" section, find the "Launching programs and files in an Iframe" entry and select "Prompt".
Close all open Dialogs by clicking the OK buttons.

Related

Sitecore Content Editor Ribbon Click Limit

Using the Sitecore content Editor, we have an issue after about 5 - 10 mouse clicks to the menu ribbon. It becomes unresponsive...
We have a number of users each with their own logins and the issue affects all of them on different computers and browsers. Irrespective of what they click or do (it seems), but after a few clicks menu popup events do not fire, for example:
Example:
User logs in, clicks some options from the menu ribbon for a site, for example 'publish' or 'presentation - details'. After about 5-10 clicks the user can still click the menu ribbon options, but nothing happens. The sub-window popups do not popup.
The only solution we have found so far is to reload the entire page, which is not great because you have to find your place in the tree structure again etc.
We are using version: Sitecore.NET 6.2.0 (rev. 091012)
Any ideas ?

tooltip shown with page load / popup position under chrome extension icon

I am creating a browser action chrome extension - the user need to press a button.
I want that with any page load a tool tip will appear on the icon telling the user what he can do by pressing the button.
Can I show a tooltip with any page load? or - I thought I can open a popup that explains the icon with content script - the question is how can I place this popup near the icon - can i some how know the position of the icon?
Thank you!

Is there a "popup" display mode for the Save to Foursquare button confirmation screen, rather than "modal"?

For the Save to Foursquare button
(https://foursquare.com/business/brands/offerings/savetofoursquare), Is there a way for the confirmation screen to popup as an external window instead of a modal window after clicking the button? Is there a property or option to do this?
I am currently embedding the Save to Foursquare button in an iframe, which prevents the modal window from displaying properly.
You can use the old foursquare button like this:
<iframe src="http://foursquare.com/button.html?vid=4c433baccc410f478fe5ad61&color=dark" allowtransparency="true" frameborder="0" scrolling="no" style="width:165px; height:25px;"></iframe>
vid is the id of the venue, the options for color are white, dark and blue, and you can use size=small for a smaller button

IceFaces: panelPopup autoCentre problem with IE

I'm having some problems with panelPopup and IE8. When I set autoCentre="true" and positionOnLoadOnly="true", I expect the popup to appear in the center of the view port and stay put there. This works fine in Safari, Chrome and Firefox, but in IE the popup "follows the scroll", if you see what I mean. I.e if the page where the popup is displayed is longer than the popup the popup is re-centered when I scroll the page. Also, and this is a bigger issue - if the popup is longer than the page I can only scroll part of the way down it, then it's re-centered. This means I can never see the information at the bottom of the popup...
This is the code used to generate the popup:
<ice:panelPopup
id="popup"
positionOnLoadOnly="true"
autoCentre="true"
style="z-index:999; background: #FFFFFF;"
resizable="false"
draggable="false"
modal="true"
clientOnly="true"
visible="#{SomeBean.popupRendered}" >
Any ideas?
Thanks!
According to the documentation, the autoCentre option is supposed to keep it centered through scrolling and window resizing but dragging should disable it. Turning draggable to true might give you reasonable results because the user can drag it to a position they can see the entire popup.

prevent popup from opening new window in Ie6

I create a popup using window.open in IE6. Created popup contains a link to other page, which i want to show in the same popup window, but after clicking on the link, the target page is displayed in another brand new popup, so i have 2 popups opened at that moment.
How can i make a new page loaded in the same popup that holds a link to it?
p.s.
a href="somepage.html" target="_self"
didn't help
Using
a onclick="window.location.href = 'http://www.whatever.com/'"
is an option ?

Resources