IFRAME Page being redirected to iFrame SRC url instead.

I am having a problem in getting iFRAME code to work in iWeb 08.
I have a link on page A which takes me to page B where I have pasted following code within a Html Snippet :
+<IFRAME SRC="http://www. google.com" WIDTH=1000 HEIGHT=500>+
+Not working but here is a link to it :+
+link+
</IFRAME>
When I click on link in page A, instead of going to 'http://web.me.com/........page_B.html' and staying there, it parks there (http://web.me.com/........page_B.html) for a second and then is redirected to :
'https://www.google.com/accounts/ServiceLogin?service=mail&passive=true&rm=false &continue=http%3A%2F%2Fmail.google.com%2Fmail%2F%3Fui%3Dhtml%26zy%3Dl&bsv=zpwhty gjntrz&scc=1&ltmpl=default&ltmplcache=2'.
Can anyone please help me with this.
many thanks.
Message was edited by: mnaseersj

Whatever it is you try to accomplish, it's a great mess.
This is what's in the HTML Snippets (I had to kill the loading of the pages):
widget0
<IFRAME SRC="http://www.googlemail.com" WIDTH=1000 HEIGHT=500>
Not working but here is a link to it :
<A HREF="http://www.googlemail.com">link</A>
</IFRAME>
widget1
<IFRAME SRC="http://www.apple.com" WIDTH=1000 HEIGHT=500>
Not working but here is a link to it :
<A HREF="http://www.googlemail.com">link</A>
</IFRAME>
widget2
<IFRAME SRC="http://www.googlemail.com" WIDTH=1000 HEIGHT=500>
Not working but here is a link to it :
<A HREF="http://www.googlemail.com">link</A>
</IFRAME>
What are the links to google and apple doing there?
The correct code for a <iframe> is :
<iframe src="url.to.page.html" width="500" height="500" scrolling="no" frameborder="0"></iframe>
Perhaps getting acquainted with HTML is in order : [IFRAME - Inline Frame|http://htmlhelp.com/reference/html40/special/iframe.html]

Similar Messages

  • Passing values to iframed page with flash chart.

    Hi,
    I'm trying to dynamically generate a series of charts within a sql report.
    In my report i make several calls to a page with a (flash) chart and i pass some values to this page/chart by setting page items through the source url of the iframe.
    The problem is that all the iframed instances of the page in my report display the same data although each iframe sets specific page item values through its source url.
    (only the page item values that were set by the last call to the page are being used by all the other chart instances)
    So why does this happen?
    Are the iframed charts rendered to slow?
    Is this a flash problem?
    Should i call each iframe within a seperate session?
    And does anyone know how to correctly pass values to the iframed page / chart so each instance of the page/chart displays the correct data?
    Thanks
    Niels

    Solved my problem by leaving the SESSION part blank in the src url of the iframe.
    Apex creates a new session for every iframe now, the page items values are not overwritten and the data is displayed correctly.

  • How to display a HTML Page in Webdynpro (without IFrame)?

    Hi everyone,
    maybe this one is really simple. I have a RFC returning the URL to a HTML-Page in the backend.  Which of the standard UI-Elements should I use to display that page in my Webdynpro?
    My first guess was to use the IFrame. However, according to different sources this element is deprecated and buggy. So I'm hesitating.
    Are there any other possibilities? Or is it ok to use IFrame nevertheless?
    Many thanks,
    Xiaopeng
    Message was edited by: Xiaopeng Tan

    hi Ashutosh,
    I took a look at the help document. It states that "_self" is no longer supported. And I should use exit plugs instead and specify the URL there.
    But even that won't serve the purpose. I have other UI-elements (fields, tables) on the same screen where I want the page being embedded next to them as co-component. Using _SELF and clicking on the link would would remove all other components.

  • "Redirection limit for this URL exceeded" can't open web page

    hi,
    I have portal 2005Q4 running with a gateway. I created a portlet based on the iframe provider. This portlet points to http://iisserver.
    iisserver is a server on our LAN. When you go to http://iisserver, it automatically redirects you to http://iisserver/auth/login.aspx. But when I use the iframe portlet to access this server, I get the following error message "Redirection limit for this URL exceeded. Unable to load the requested page. This may be caused by cookies that are blocked" and nothing shows up. Of course cookies are not blocked.
    So In the amconsole > service configuration > SRA config > gateway > URLs to which User Session Cookie is Forwarded, I added http://iisserver. Usually this solves this error message. But not today. So I replaced http://iisserver by http://iisserver/auth/. After this change I was able to see the redirection page but then the redirection failed with the same error message. And I still cannot see http://iisserver/auth/login.aspx in the portlet.
    I hope someone can help

    hi,
    I have portal 2005Q4 running with a gateway. I created a portlet based on the iframe provider. This portlet points to http://iisserver.
    iisserver is a server on our LAN. When you go to http://iisserver, it automatically redirects you to http://iisserver/auth/login.aspx. But when I use the iframe portlet to access this server, I get the following error message "Redirection limit for this URL exceeded. Unable to load the requested page. This may be caused by cookies that are blocked" and nothing shows up. Of course cookies are not blocked.
    So In the amconsole > service configuration > SRA config > gateway > URLs to which User Session Cookie is Forwarded, I added http://iisserver. Usually this solves this error message. But not today. So I replaced http://iisserver by http://iisserver/auth/. After this change I was able to see the redirection page but then the redirection failed with the same error message. And I still cannot see http://iisserver/auth/login.aspx in the portlet.
    I hope someone can help

  • Iframe page doesn't display

    I have inserted code that works on another page of my site:
    <iframe src ="program/Directory/directory.html" width="590px" height="400px" frameborder="0" scrolling="yes">
      <p>Your browser does not support iframes.</p>
    </iframe>
    I inserted the same code, modified the path to a different page, and it does not work on the new page. Is there additional code that needs to be added?
    thanks

    You don't need an iframe for this.  To make a scrolling division or table cell, all you need is a CSS height value and the overflow property.
    CSS:
    #YourDivName {
    width: 150px;
    height: 300px; /**height in pixels**/
    overflow: auto;
    HTML:
    <div id="YourDivName">
    content goes here
    </div>
    Nancy O.
    Alt-Web Design & Publishing
    Web | Graphics | Print | Media  Specialists
    http://alt-web.com/
    http://twitter.com/altweb
    http://alt-web.blogspot.com

  • Sandboxed iframe page re-load

    Hi,
    My Air application uses a sandboxed iframe and its source htm
    page is loaded from a location other than application directory. I
    have included a init.js file in the htm page of iframe.
    Now, on basis of some user input I periodically update the
    init.js (I 'write' the file- it contains object and variable
    instantiation,etc) file. To visually show changes I have tried to
    reload the htm page of iframe through several methods however the
    htm page keeps 'showing' contents according to 'previous' version
    of init.js file even though init.js has changed.
    The methods that I have used to 'reload'/'refresh' the iframe
    htm page are:
    > load a 'empty.htm' page in iframe and then cause it to
    ask parent sandbox bridge to set iframe source back to orignal htm
    page for iframe.
    > set iframe src to empty i.e. iframeEl.src = '';
    > use reload function .i.e
    iframeEl.contentWindow.location.reload(true);
    > include the following tags in the htm page to be loaded
    in the iframe:
    <meta http-equiv="Content-Type" content="text/html;
    charset=iso-8859-1" />
    <meta http-Equiv="pragma" Content="no-cache" />
    <meta http-equiv='cache-control'
    content='no-cache,no-store,must-revalidate,proxy-revalidate' />
    > set iframe src with dynamic query string e.g.
    iframeEl.src = 'my.htm?' + timeObj.getMilliseconds().toString();
    Can anyone please shed light on how to 'refresh' iframe page
    so that it starts 'including' updated js file ?
    Thanks a lot for any/all help.

    The file is not stored in application directory.
    As far as js file is concerned my boss solved this stumbling
    block by suggesting that i use 'document.createElement("script")'
    to include the js file to head of my htm page ( that opens in the
    iframe). Now the htm file finds the newer version of js thanks to
    dynamically created script tag with a uniques query string.

  • My pages are being redirected even when I don't move or click anything, what's going on?

    My pages either won't load or are being redirected to another place and the http://us.data.toolbar.yahoo.com/bh/v3/epa/?.sc=yff50&.tc=&.intl=us&.cv=2.3.11.20110727115843&url=http%3A//us.data.toolbar.yahoo.com/bh/v3/epa/%3F.sc%3Dyff50%26.tc%3D%26.intl%3Dus%26.cv%3D2.3.11.20110727115843%26url%3Dhttp%253A//us.data.toolbar.yahoo.com/bh/v3/epa/%253F.sc%253Dyff50%2526.tc%253D%2526.intl%253Dus%2526.cv%253D2.3.11.20110727115843%2526url%253Dhttp%25253A//us.data.toolbar.yahoo.com/bh/v3/epa/%25253F.sc%25253Dyff50%252526.tc%25253D%252526.intl%25253Dus%252526.cv%25253D2.3.11.20110727115843%252526url%25253Dhttp%2525253A//us.data.toolbar.yahoo.com/bh/v3/epa/%2525253F.sc%2525253Dyff50%25252526.tc%2525253D%25252526.intl%2525253Dus%25252526.cv%2525253D2.3.11.20110727115843%25252526url%2525253Dhttp%252525253A//us.data.toolbar.yahoo.com/bh/v3/epa/%252525253F.sc%252525253Dyff50%2525252526.tc%252525253D%2525252526.intl%252525253Dus%2525252526.cv%252525253D2.3.11.20110727115843%2525252526url%252525253Dhttp%25252525253A//us.data.toolbar.yahoo.com/bh/v3/epa/%25252525253F.sc%25252525253Dyff50%252525252526.tc%25252525253D%252525252526.intl%25252525253Dus%252525252526.cv%25252525253D2.3.11.20110727115843%252525252526url%25252525253Dhttp%2525252525253A//us.data.toolbar.yahoo.com/bh/v3/epa/%2525252525253F.sc%2525252525253Dyff50%25252525252526.tc%2525252525253D%25252525252526.intl%2525252525253Dus%25252525252526.cv%2525252525253D2.3.11.20110727115843%25252525252526url%2525252525253Dhttp%252525252525253A//us.data.toolbar.yahoo.com/bh/v3/epa/%252525252525253F.sc%252525252525253Dyff50%2525252525252526.tc%252525252525253D%2525252525252526.intl%252525252525253Dus%2525252525252526.cv%252525252525253D2.3.11.20110727115843%2525252525252526url%252525252525253Dhttp%25252525252525253A//us.data.toolbar.yahoo.com/bh/v3/epa/%25252525252525253F.sc%25252525252525253Dyff50%252525252525252526.tc%25252525252525253D%252525252525252526.intl%25252525252525253Dus%252525252525252526.cv%25252525252525253D2.3.11.20110727115843%252525252525252526url%25252525252525253Dhttp%2525252525252525253A//us.data.toolbar.yahoo.com/bh/v3/epa/%2525252525252525253F.sc%2525252525252525253Dyff50%25252525252525252526.tc%2525252525252525253D%25252525252525252526.intl%2525252525252525253Dus%25252525252525252526.cv%2525252525252525253D2.3.11.20110727115843%25252525252525252526url%2525252525252525253Dhttp%252525252525252525253A//us.data.toolbar.yahoo.com/bh/v3/epa/%252525252525252525253F.sc%252525252525252525253Dyff50%2525252525252525252526.tc%252525252525252525253D%2525252525252525252526.intl%252525252525252525253Dus%2525252525252525252526.cv%252525252525252525253D2.3.11.20110727115843%2525252525252525252526url%252525252525252525253Dhttp%25252525252525252525253A//us.data.toolbar.yahoo.com/bh/v3/epa/%25252525252525252525253F.sc%25252525252525252525253Dyff50%252525252525252525252526.tc%25252525252525252525253D%252525252525252525252526.intl%25252525252525252525253Dus%252525252525252525252526.cv%25252525252525252525253D2.3.11.20110727115843%252525252525252525252526url%25252525252525252525253Dhttp%2525252525252525252525253A//us.data.toolbar.yahoo.com/bh/v3/epa/%2525252525252525252525253F.sc%2525252525252525252525253Dyff50%25252525252525252525252526.tc%2525252525252525252525253D%25252525252525252525252526.intl%2525252525252525252525253Dus%25252525252525252525252526.cv%2525252525252525252525253D2.3.11.20110727115843%25252525252525252525252526url%2525252525252525252525253Dhttp%252525252525252525252525253A//us.data.toolbar.yahoo.com/bh/v3/epa/%252525252525252525252525253F.sc%252525252525252525252525253Dyff50%2525252525252525252525252526.tc%252525252525252525252525253D%2525252525252525252525252526.intl%252525252525252525252525253Dus%2525252525252525252525252526.cv%252525252525252525252525253D2.3.11.20110727115843%2525252525252525252525252526url%252525252525252525252525253Dhttp%25252525252525252525252525253A//us.data.toolbar.yahoo.com/bh/v3/epa/%25252525252525252525252525253F.sc%25252525252525252525252525253Dyff50%252525252525252525252525252526.tc%25252525252525252525252525253D%252525252525252525252525252526.intl%25252525252525252525252525253Dus%252525252525252525252525252526.cv%25252525252525252525252525253D2.3.11.20110727115843%252525252525252525252525252526url%25252525252525252525252525253Dhttp%2525252525252525252525252525253A//us.data.toolbar.yahoo.com/bh/v3/epa/%2525252525252525252525252525253F.sc%2525252525252525252525252525253Dyff50%25252525252525252525252525252526.tc%2525252525252525252525252525253D%25252525252525252525252525252526.intl%2525252525252525252525252525253Dus%25252525252525252525252525252526.cv%2525252525252525252525252525253D2.3.11.20110727115843%25252525252525252525252525252526url%2525252525252525252525252525253Dhttp%252525252525252525252525252525253A//us.data.toolbar.yahoo.com/bh/v3/epa/%252525252525252525252525252525253F.sc%252525252525252525252525252525253Dyff50%2525252525252525252525252525252526.tc%252525252525252525252525252525253D%2525252525252525252525252525252526.intl%252525252525252525252525252525253Dus%2525252525252525252525252525252526.cv%252525252525252525252525252525253D2.3.11.20110727115843%2525252525252525252525252525252526url%252525252525252525252525252525253Dhttp%25252525252525252525252525252525253A//us.data.toolbar.yahoo.com/bh/v3/epa/%25252525252525252525252525252525253F.sc%25252525252525252525252525252525253Dyff50%252525252525252525252525252525252526.tc%25252525252525252525252525252525253D%252525252525252525252525252525252526.intl%25252525252525252525252525252525253Dus%252525252525252525252525252525252526.cv%25252525252525252525252525252525253D2.3.11.20110727115843%252525252525252525252525252525252526url%25252525252525252525252525252525253Dhttp%2525252525252525252525252525252525253A//us.data.toolbar.yahoo.com/bh/v3/epa/%2525252525252525252525252525252525253F.sc%2525252525252525252525252525252525253Dyff50%25252525252525252525252525252525252526.tc%2525252525252525252525252525252525253D%25252525252525252525252525252525252526.intl%2525252525252525252525252525252525253Dus%25252525252525252525252525252525252526.cv%2525252525252525252525252525252525253D2.3.11.20110727115843%25252525252525252525252525252525252526url%2525252525252525252525252525252525253Dhttp%252525252525252525252525252525252525253A//us.data.toolbar.yahoo.com/bh/v3/epa/%252525252525252525252525252525252525253F.sc%252525252525252525252525252525252525253Dyff50%2525252525252525252525252525252525252526.tc%252525252525252525252525252525252525253D%2525252525252525252525252525252525252526.intl%252525252525252525252525252525252525253Dus%2525252525252525252525252525252525252526.cv%252525252525252525252525252525252525253D2.3.11.20110727115843%2525252525252525252525252525252525252526url%252525252525252525252525252525252525253Dhttp%25252525252525252525252525252525252525253A//us.data.toolbar.yahoo.com/bh/v3/epa/%25252525252525252525252525252525252525253F.sc%25252525252525252525252525252525252525253Dyff50%252525252525252525252525252525252525252526.tc%25252525252525252525252525252525252525253D%252525252525252525252525252525252525252526.intl%25252525252525252525252525252525252525253Dus%252525252525252525252525252525252525252526.cv%25252525252525252525252525252525252525253D2.3.11.20110727115843%252525252525252525252525252525252525252526url%25252525252525252525252525252525252525253Dhttp%2525252525252525252525252525252525252525253A//us.data.toolbar.yahoo.com/bh/v3/epa/%2525252525252525252525252525252525252525253F.sc%2525252525252525252525252525252525252525253Dyff50%25252525252525252525252525252525252525252526.tc%2525252525252525252525252525252525252525253D%25252525252525252525252525252525252525252526.intl%2525252525252525252525252525252525252525253Dus%25252525252525252525252525252525252525252526.cv%2525252525252525252525252525252525252525253D2.3.11.20110727115843%25252525252525252525252525252525252525252526url%2525252525252525252525252525252525252525253Dhttp%252525252525252525252525252525252525252525253A//us.data.toolbar.yahoo.com/bh/v3/epa/%252525252525252525252525252525252525252525253F.sc%252525252525252525252525252525252525252525253Dyff50%2525252525252525252525252525252525252525252526.tc%252525252525252525252525252525252525252525253D%2525252525252525252525252525252525252525252526.intl%252525252525252525252525252525252525252525253Dus%2525252525252525252525252525252525252525252526.cv%252525252525252525252525252525252525252525253D2.3.11.20110727115843%2525252525252525252525252525252525252525252526url%252525252525252525252525252525252525252525253Dhttp%25252525252525252525252525252525252525252525253A//us.data.toolbar.yahoo.com/bh/v3/epa/%252525252525252525252525252525
    comes up. I end up playing with it going back to where I was or trying to reload it and after a few tries it will let me go to the page i want and then it will do it again even if I'm not touching anything. What's going on? This has been happening a lot. I came to this page and it doesn't seem to be doing it with this but I can't say why. I've tried to search through the Q&A but haven't found anything so far.

    Video playback issues

  • I keep getting this pop up. This web page is being redirected to a new location. Would you like to resend the form data you have typed to the new location? Can you please help me figure out how to get this to stop!

    This pop up has been occurring about once a minute when I am on certain sites.
    This web page is being redirected to a new location. Would you like to resend the form data you have typed to the new location?
    How do I get it to stop?

    -> Tap ALT key or press F10 to show the Menu Bar
    -> go to Help Menu -> select "Restart with Add-ons Disabled"
    Firefox will close then it will open up with just basic Firefox. Now do this:
    -> Update ALL your Firefox Plug-ins https://www.mozilla.com/en-US/plugincheck/
    -> go to View Menu -> Toolbars -> unselect All Unwanted toolbars
    -> go Tools Menu -> Clear Recent History ->'' Time range to clear: '''select EVERYTHING''''' -> click Details (small arrow) button -> place Checkmarks on '''Cookies & Cache''' -> click "Clear Now"
    -> go to Tools Menu -> Options -> Content -> place Checkmarks on:
    1) Block Pop-up windows 2) Load images automatically 3) Enable JavaScript
    -> go to Tools Menu -> Options -> Privacy -> History section -> Firefox will: select "Use custom settings for history" -> REMOVE Checkmark from "Permanent Private Browsing mode" -> place CHECKMARKS on:
    1) Remember my Browsing History 2) Remember Download History 3) Remember Search History 4) Accept Cookies from sites -> select "Exceptions..." button -> Click "Remove All Sites" at the bottom of "Exception - Cookies" window
    4a) Accept Third-party Cookies -> under "Keep Until" select "They Expire"
    -> go to Tools Menu -> Options -> Security -> place Checkmarks on:
    1) Warn me when sites try to install add-ons 2) Block reported attack sites 3) Block reported web forgeries 4) Remember Passwords for sites
    -> Click OK on Options window
    -> click the Favicon (small drop down menu icon) on Firefox SearchBar (its position is on the Right side of the Address Bar) -> click "Manage Search Engines" -> select all Unwanted Search Engines and click Remove -> click OK
    -> go to Tools Menu -> Add-ons -> Extensions section -> REMOVE All Unwanted/Suspicious Extensions (Add-ons) -> Restart Firefox
    You can enable your Known & Trustworthy Add-ons later. Check and tell if its working.

  • How do I stop the box "This web page is being redirected to a new location. Would you like to resend the form data you have typed to the new location?

    I have cleared my cookies and cache and disabled some add ons, but when in Facebook and specifically for Farmville, I keep getting the pop up box, "This web page is being redirected to a new location. Would you like to resend the form data you have typed to the new location?" I have closed and opened the browser, too and it still keeps coming up.... Please help!!! Thanks.

    You can't avoid that if the website is coded that way and data needs to be send from one server to another server.

  • How do i get rid of the confirmation popup that says This web page is being redirected to a new location. Would you like to resend the form data you have typed

    when navigating on certain sites (fiverr.com is one), i get the popup confirmation "This web page is being redirected to a new location. Would you like to resend the form data you have typed to the new location?"
    this is highly annoying and i can't find a way to turn this annoyance off. help!

    because of its impact on security this error message cannot be suppressed. you might want to contact the admins of the website where this is occuring and ask them to implement a handling of user input without sending it to a different server...

  • I am in the process of developing a site, and I'm working with nested iframes. The html page inside the nested iframe is not displying in the iframe window in Firefox only, but is instead opening in a new window. Any advice on how to fix this?

    I am developing a website with nested iframes. The problem that I am having is that the html page inside the nested iframe is not displaying in the iframe window in Firefox only. The first level iframe is behaving properly, but the second level is not. Any help with this would be greatly appreciated.

    Try posting at the Web Development / Standards Evangelism forum at MozillaZine. The helpers over there are more knowledgeable about web page development issues with Firefox. <br />
    http://forums.mozillazine.org/viewforum.php?f=25 <br />
    You'll need to register and login to be able to post in that forum.

  • I keep getting this pop-up every few minutes: "This web page is being redirected to a new location. Would you like to resend the form data you have typed to the new location?" I'm sick of it!!! How can I get rid of it???

    Duplicate of [/questions/860865]
    Question
    I keep getting this pop-up every few minutes: "This web page is being redirected to a new location. Would you like to resend the form data you have typed to the new location?" I'm sick of it!!! How can I get rid of it???

    Start Firefox in <u>[[Safe Mode]]</u> to check if one of the extensions is causing the problem (switch to the DEFAULT theme: Firefox (Tools) > Add-ons > Appearance/Themes).
    *Don't make any changes on the Safe mode start window.
    *https://support.mozilla.com/kb/Safe+Mode
    *https://support.mozilla.com/kb/Troubleshooting+extensions+and+themes
    Do a malware check with some malware scanning programs.<br />
    You need to scan with all programs because each program detects different malware.<br />
    Make sure that you update each program to get the latest version of their databases before doing a scan.<br />
    <br />
    * http://www.malwarebytes.org/mbam.php - Malwarebytes' Anti-Malware
    * http://www.superantispyware.com/ - SuperAntispyware
    * http://www.microsoft.com/windows/products/winfamily/defender/default.mspx - Windows Defender: Home Page
    * http://www.safer-networking.org/en/index.html - Spybot Search & Destroy
    * http://www.lavasoft.com/products/ad_aware_free.php - Ad-Aware Free
    See also:
    * "Spyware on Windows": http://kb.mozillazine.org/Popups_not_blocked

  • Iframe page refreshing main page

    Hi,
    I have a form on page one, and also an iframe containing a form on page 2. I'd like to be able to edit the data on the form inside the iframe, and then upon submitting it, have the main page refreshed. Some of the data displayed on the form on the main page is affected by entering data on the iframe page, so this is the reason for it. One possibility I thought of was branch on the iframe page to the main page, and then having some way that the main page could detect that it was loaded in a frame and "break out" of the frame automagically. I hope this makes sense.
    Thanks,
    Mike

    Hello,
    Yes the function should be on your main page.
    As for content it depends what you want to do the easiest would probably be just to force a a whole page refresh which is as easy as just callling parent.doSubmit(); from the iframe page and making sure the parent page has an uncodtional branch to itself.
    A more complicated example is something more along the line of this example.
    http://apex.oracle.com/pls/otn/f?p=11933:17
    Click the show detail link which opens an iframe then click the RowCallBack() button which calls this javascript.
    function RowCallBack(){
    var lRow =parent.g_LastRowOpened;
    var lCells = parent.g_LastRowOpened.cells;
    for (var i=0;i<lCells.length;i++){lCells[i].style.background = '#CCCCCC'}
    Carl

  • I keep getting this error message on my Mac after my Mavrick upgrade: This web page is being redirected to a new location. Would you like to resend the form dat

    how do I turn off this notification. I build web stores and this pops up when I access my store now. The stores have a redirect with masking through godaddy.com to hide the source of the store. I have reset fire fox, turned off most of the settings and still having issues. most of the forms on line are outdated.
    Thanks

    There is a way to turn off the warning for a 307 "temporary" redirect. However, bear in mind that customers will still see it, so you may want to reconsider the design for business reasons.
    (1) In a new tab, type or paste '''about:config''' in the address bar and press Enter. Click the button promising to be careful.
    (2) In the search box that appears above the list, type or paste '''redi''' and pause while the list is filtered
    (3) Double-click '''network.http.prompt-temp-redirect''' to switch its value from true (the default) to false.
    References:
    * [https://support.mozilla.org/en-US/questions/779492 I receive this usually in facebook only. " This web page is being redirected to a new location. Would you like to resend the form data you have typed to the new location?" How can I stop this?] - related to filtering/protection service
    * [https://bugzilla.mozilla.org/show_bug.cgi?id=818850 818850 – The dialog "...new location..." is too annoying and is misleading about the page it comes from] - information about the bug tracking system:
    ** [https://bugzilla.mozilla.org/page.cgi?id=etiquette.html Bugzilla Etiquette]
    ** [https://bugzilla.mozilla.org/page.cgi?id=voting.html Voting]

  • The home page opens unfinished, keep being redirected to unwanted add pages.

    When Firefox opens my home page ( Fox News ) the page doesn't finish. Some of the page is still in what I would call (code) and there are large blank spaces between articles.
    When the home page is opening it often gets redirected to unwanted pages. If I right click on the green back arrow the word redirect is one of the lines there.
    I uninstalled Firefox and reinstalled it. No change.
    I opened Fox News in Google Chrome and it loaded OK.

    I'm not sure why you are being redirected but here are some thoughts:
    (1) In case your preference for .us is stored in a cookie -- rather than an account setting -- try clearing cookies for the site (this likely will terminate your session, so save any pending work first). While viewing a page on the site, try either:
    * click the globe or padlock in the address bar > More Information > Security > "View Cookies"
    * right-click the page > View Page Info > Security > "View Cookies"
    * Tools menu > Page Info > Security > "View Cookies"
    In the dialog that opens, you can remove the site's cookies individually.
    Any change when navigating from the home page?
    (2) If you granted the site permission to access your location, turn that off. You can access site-specific permissions while viewing a page on the site using the Page Info dialog. Either:
    * click the globe or padlock in the address bar > More Information > Permissions
    * right-click the page > View Page Info > Permissions
    * Tools menu > Page Info > Permissions
    (See screen shot regarding Location permission)
    (3) If the site uses your preferred language to redirect, you could add en-GB and re-order your languages. However, this could lead to strange results on other sites. If you want to try it, access the Languages dialog from Content options here:
    orange Firefox button (or Tools menu) > Options > Content > Choose button

Maybe you are looking for

  • Cross-Company code posting Error

    Hi Experts, When I am trying to Post an intercompany transaction facing an error "A unique company code has not been assigned to company number XXXX" Scenario: 1. Company code 1 debit 2. company code 2 credit In simulation I can see the line items as

  • One sql server agent job suspend

    One sql server agent job--run full backup of one database is suspended from activity monitor. How to find why it is suspended and troubleshoot?

  • HFM Metadata File deleted automatically in 11.1.2.3

    Hello All I have created HFM Metadata Manually in the Manage Metadata (Client), When I am saving the changes for the 2nd time, I got "unexpected error"  and automatically deleted my Metadata file which I have created. I faced this kind of error for 2

  • HT1551 Is setting the date and time a one-time process?

    Is setting the date and time a one-time process?

  • Color issues between photoshop files and PDF's

    i create a lot of PDF's from photoshop photographic files in order to email to clients for review. when i look at the PDF's, the colors look flat and dull and dark compared to the original photoshop files (I'm using CS3 and Acrobat Professional 8.0).