Hyperlink not changing url to linked site

I started a post on this before but spoke with Moniker.com and got a bunch of info.
On my site www.jonbrownonline.com, the link to sweetasswebsite on the bottom works but the url stays "jonbrownonline.com".
They explained that this is because jonbrownonline.com is in a "frame". I guess iweb creates pages in frames? Anyone know anything about this because he said if I could get it out of a frame, it will not keep the url when it links to other sites.
thanks,
jon

Same here. My Site which is hosted on .Mac is linked to by the domain markusknak.de and that is the URL that is shown by the browser.
Within my site there is a link to an external site which should NOT be shown under the name of my domain - but it is.
I talked to my domain provider and he too said, that the reason has to be frames in the code.
Any Idea yet, how to solve this?
-Markus

Similar Messages

  • Http redirects not changing url in address bar

    I'm going crazy trying to fix a major bug in our application. Http
    redirects are not changing the url in the address bar of the latest versions of internet explorer. But this only happens if the redirected page is an xml page with an xslt reference for the browser to do the transformation. Mozilla seems to work fine, but I seem to have encountered a major bug in Internet Explorer. If anybody can help or at least point me in a direction I'd be SO grateful. This doesn't seem to be a java servlet specific issue, but that's what we're using so I thought I'd ask the question here too.
    We have an MVC type framework we developed. For example, if you were to add something to a shopping cart, the url might be:
    http://ecommerce.com/cart/add?sku=54321. In the add servlet, we would add the sku to your shopping cart and then redirect to, let's say,
    http://ecommerce.com/displaycart. I think this is how most MVC frameworks work. And it works great for us.
    The problem began when we started sending XML to the browser with an XSLT stylesheet. So now the browser does the transformations (if the browser is capable of doing them, which we check) instead of the server. This is a major part of our project. One of the reasons we started this.
    The problem is that Internet Explorer no longer updates the url in the
    address bar after a redirect. Mozilla works great though. We haven't
    tested on other xslt capable browsers yet. In the example above, what would happen is after adding something to your shopping cart, the "displaycart" page would be shown but the http://ecommerce.com/cart/add?sku=54321 url would be shown in the address bar. It wouldn't seem to be too big of a deal since everything works. But now all the relative links are messed up. They start from the "cart" directory. So we need absolute links. But that introduces many other problems. We then need to know the host and the parent directories (not as easy as it seems).
    So is there a solution? Is this a big bug that nobody has realized yet (or maybe they have, but my searches don't see it) in internet explorer? Is there a way for the redirected url to appear in the address bar from a browser-based xslt transformation in internet explorer? By the way, I'm testing with the latest version of IE6.0 as of July 7, 2003.
    When testing, redirects work perfect if I do the xslt transformation on the server side and just send plain html to internet explorer. And it works perfect with either serverside or browserside xslt transformations in mozilla.
    Scott Mueller
    AccelerateBiz Incorporated

    As I've been reading in the specs, microsoft, etc, it seems that it's not what's supposed to happen. But the specs are not very specific about this. However, internet explorer DOES always replace the url in the address bar with the redirected url if HTML is being returned from the redirected servlet. As is the case with all other browsers. So, at least, this behavior is the de-facto standard.
    BUT when the redirected to page is an xml page which references an xslt stylesheet.. then, ONLY in internet explorer, the original url is what's shown in the address bar (and, more importantly, what's used as the base url). Regardless of what the links look like or how they're manipulated in the transformed HTML that ends up being shown, I can't seem to make the url in the address bar the redirected url..

  • Dynamically change URL iView link

    Hi,
    I have a requirement like this:
    Button1 would open an external link from Portqal
    Button2 would open a KM document from KM
    Button3 would open a KM folder
    In future the link type of these button can change.
    These external link, KM document location and KM folder location are read from a properties file and are subject to change.
    Here is my Approach
    I have created a separate URL iViews for testing purpose and tested that with URL iView, it is possible to open:
    External link in the format of http://www.<link>.com
    KM Folder in the format /irj/go/km/navigation/documents/..../<Destination Folder> , &
    KM document in the format /irj/go/km/docs/documents/..../<Destination File>
    I have now created a single URL iView pointing to a default URL(google), and marked the URL iView parameter Forced URL - Enabled as True
    The plan is to use this single iView for invoking any type of links - be it external, KM Folder or KM document
    In WebDynpro, I have tried using the following code to call this iView:
    WDPortalNavigation.navigateAbsolute(("ROLES://portal_content/demo_role/universal_url_iview",
    WDPortalNavigationMode.SHOW_EXTERNAL,
    WDPortalNavigationHistoryMode.ALLOW_DUPLICATIONS,
    "forcedURL="+dynamicURL);
    Not Working! Always opening the default google link.
    WDPortalNavigation.navigateAbsolute(("ROLES://portal_content/demo_role/universal_url_iview",
    WDPortalNavigationMode.SHOW_EXTERNAL,
    WDPortalNavigationHistoryMode.ALLOW_DUPLICATIONS,
    "app.forcedURL="+dynamicURL);
    Not Working! Always opening the default google link.
    where dynamicURL= either  http://www.<link>.com or /irj/go/km/navigation/documents/..../<Destination Folder> or /irj/go/km/docs/documents/..../<Destination File>
    Am I missing any configuration or the code is wrong?

    You really need to open the url within an iView? Oo
    IWDWindow window=wdComponentAPI.getWindowManager().
    .createExternalWindow("http://www.google.co.in","Google-search for an email address",false);
    window.setWindowSize(100,100);
    window.open();
    or
    String linkToBeOpen = "https://www.sdn.sap.com/irj/sdn";
    IWDWindow window =
    wdComponentAPI.getWindowManager().createNonModalExternalWindow(
    linkToBeOpen,
    "My window title");
    window.show();
    or
    import com.sap.tc.webdynpro.clientserver.portal.WDPortalUtils;
    import com.sap.tc.webdynpro.clientserver.navigation.api.WDPortalNavigation;
    if ( ! WDPortalUtils.isRunningInPortal()  ) { // standalone mode
      wdThis
        .wdGetExternalcompInterfaceViewController()
          .wdFirePlugGoToUrl(urlobject);
    } else { // portal iView mode
      WDPortalNavigation.navigateAbsolute(
        ... /*set of parameters that I do not understand ;) */
    regards,
    Angelo

  • Role upload does not change the delta links

    Hi,
    We are using the Role upload functionality in the portal to upload BW roles by selecting the "Convert roles to worksets" and "Overwrite existing content" options.
    The newly created workset (corresponding to the uploaded role) is then copied and pasted as a delta link in another folder.
    We upload the BW role again whenever some changes are made to the original BW role (such as addition/deletion of reports).
    However, these changes are not getting reflected in the delta link (although the delta link dependency still exists).
    Does delta link work only for manual deletion/addition of portal content and the changes do not filter through using a role upload with overwrite?
    It is definitely not working for us using the role upload functionality and It seems that overwriting content using role upload does not impact the associated delta links.
    Any solution/workaround to this issue would be greatly appreciated.
    Regards,
    Vibhu

    Hi Vibhu,
    > Good to hear from you after such a long time
    Yeah, I didn't had that much time the last months, but at the moment, I'm trying to be back a bit
    > We investigated the problem further and found that it is only the deletions to a
    > BW role in the backend that do not get reflected in the delta link.
    >
    > The additions work fine.
    > It is defintely a bug.
    So it's up to SAP to fix it - and you could mark the thread as closed?!
    Best regards
    Detlev

  • Hyperlinks not working in navto links

    I am updating 2 apps which consist of 20 articles each one of which is an index in the form of columns of buttons which are hyperlinks using the navto routing. This worked well before ios8, now it doesn't work at all. Hyperlinks to websites work fine. Can anyone explain this for me, I have updated the apps from scratch and got all the latest versions of every thing. thanks Steve

    Thanks Bob, yes there were changes in the article name, and I know I should have picked up the solution in previous posts, so all going well again, Steve

  • Why doesn't iCloud retain hyperlinks or live URL addresses in iCloud contacts?

    Why doesn't iCloud retain hyperlinks or live URL addresses in contacts?
    Hardware/Software Setup Scenario:
    PC with Windows 7 and Microsoft Office 7 Pro at home for which all ISP (Cox Communications) e-mail is integrated with Microsoft Outlook 7. New Apple iPhone 4S linked to MS Outlook Contacts, Calendars, Tasks (Reminders) and Notes via iCloud. All e-mail bypasses iCloud (not needed).
    Problem:
    When initially migrating Microsoft Office 7 Contacts to Contacts in iCloud, Outlook creates a new folder named "Contacts in iCloud," which does synchronize quickly with your iCloud Contacts folder (in Outlook) on your computer at home and your iPhone when you're on the road. That is a great thing to have, and it works well for my calendar, which constantly changes. The unfortunate predicament is that there are some major problems that occur when you convert your Contacts records to iCloud as follows.
    My Contact Notes in Microsoft Office 7, which contain rich formatted text, Microsoft program hyperlinks and live URL addresses (web sites, email addresses, etc.) are all lost because iCloud converts all of it into basic text, rendering the entire Contact Notes box useless. The only way to note a hyperlink is to go back to the web site or email address (if you still have it) and copy the properties in plain text into your notes -- not a reasonable solution.
    An additional problem seen when moving Outlook Contacts to Contacts in iCloud is that the Contact Notes in the new "Contacts in iCloud" are systematically affected by sporadically dropped spaces between words requiring a manual or spell check "cleanup" of every contact -- not reasonable for a folder of approximately 1,000 contacts.
    I have also found that importing my Outlook Contacts into iCloud empties the Outlook "Contacts" folder. Once you have created your new "Contacts in iCloud" folder, the Outlook contacts are gone for good, unless you want to retrieve them from a backup file. The problem is that Outlook will only allow one of these two Contact folders for use; so you’re faced with choosing between syncing your Outlook Contacts manually between your iPhone on iTunes using the USB cable connected to your computer -- not reasonable for someone on the move; or, transfer your contacts to iCloud live with worthless notes for your contacts.
    Can anyone suggest a better work around?

    I'm replying to myself here, but just in case someone else has this problem: I uninstalled the Avery Toolbar and iCloud works on by browser once again. I don't know why or how Avery Toolbar makes a difference, but apparently, it does.  If anyone knows how or why, I'd be interested.

  • The url does not change when navigating to a new site or page. Back button is also inactive.

    I launch firefox 3.6.15 and it displays google main page. I perform a google search, get search results, click on a site link, and that page is displayed. All good. Here is the problem I am experiencing. The url for the site, however, is not displayed. Firefox still displays google.com and not the url for the page I am on. Additionally, the back button is inactive. So, I can never navigate back to the previous page. If I type in a url the same thing will happen. Forefox will display the typed in url and not urls for the pages I navigate to and the back button is inactive. Very frustrating.

    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

  • Unable to click any links URL link can be change by entering new site name

    Cannot click any link at all. Except closing it or go another site with new URL
    == URL of affected sites ==
    http://www.box.com

    Start Firefox in [[Safe Mode]] to check if one of your add-ons is causing your problem (switch to the DEFAULT theme: Tools > Add-ons > Themes).
    See [[Troubleshooting extensions and themes]] and [[Troubleshooting plugins]]
    If it does work in Safe-mode then disable all your extensions and then try to find which is causing it by enabling one at a time until the problem reappears.
    You can use "Disable all add-ons" on the ''Safe mode'' start window.
    You have to close and restart Firefox after each change via "File > Exit" (on Mac: "Firefox > Quit")

  • External Hyperlinks Will Not Change after Publishing

    Hi - I'm running the most up to date iWeb and trying to publish external hyperlinks that will not change no matter what I do. They do not overlap, there is no image blocking them, and I have checked and rechecked that they work on iWeb perfectly. I have tried saving each update individually with the inspector, publishing each update individually, re-entering each url then tab or enter - basically everthing suggested on these forums. The site is scullyfilm.com and the external links are to my pages on my squarespace site.
    Any ideas?

    It's very simple to do and it's virtually impossible to do it wrong.
    Here's how I did it.
    Went to Squarespace :
    http://scullyfilm.squarespace.com/
    Right-clicked a link and copied it :
    In iWeb, selected a button and made it a hyperlink. iWeb automagically places the copied link in the URL field :
    Repeated for other 3 links.
    There's currently ONE hyperlink on your page (last updated 20140113) :
    http://scullyfilm.com/scullyfilm/HOME.html
    and it links to :
    http://scullyfilm.com/casting/
    which does not exist.

  • Visited links not changing color on iPad Safari or other browsers

    Hi,
    On my iPad, when I visite a site via an hyperlink and then go back to the initial page, the color of that link is not changing anymore like it is on my MacBook. For example, in Google search, the visited links don't turn violet and remains blue instead. This is the case in Google search, Yahoo but not with Bing. The problem occurs on all my iPad web browsers (Safari, Atomic Web...).
    Is it a bug or a config thing that I can fix myself ? Anybody have any idea or did find a solution to this same problem ?
    Thank you,
    Daniel

    Well, I'm a mixed bag. After wasting time and missing the point earlier, thinking that this was about the Google app, today I finally suss to the fact that the discussion's a tually about in fhe browser ...
    Anyway, I take a look and, sure enough, the first one I try does pop into a violet color when returning to the results page. I thought it distinct enough to easily notice, and couldn't remember seeing it before (use the app most of the time).
    Unfortunately, that was rthe one and only time I saw that happen over the next ten minutes of running searches on multiple topics. All subsequent cycles showed the exacrt same shade of blue on return, and this includes tests run in the middle of and following such steps as clearing the app (cache, cookies history), force quitting the app, and restarting the iPad.
    Nothing made any difference. That first time was the one and only time, so far, that I saw the color change.
    Also tried a Reset. No change. I guess if it's really supposed to work then a Restore might do it but .... I think not.
    Message was edited by: Michael Morgan1

  • Mail.app, Link on signature-icon does not open URL

    In a mail-signature I have a FaceBook-icon with a Hyperlink to a FaceBook-site.
    - This link works not in a received message, when the recipient is Mail.app on Yosemite.
    - With Mail.app on Mavericks it works well.
    Behaviour:
    - Double-Click opens the attached picture, but not the URL in the browser, as expected.
    - URL ist shown correctly on MouseOver
    ... sometimes, condition are not reproducible ....it works :-(
    To create the link I used the method as described at.  http://mac-fusion.com/clickable-social-media-icons-in-your-mail-app-signature/
    Can anybody confirm this behavior?
    Any workaround in creating the Hyperlink - or is it a bug?

    Send Apple feedback. They won't answer, but at least will know there is a problem. If enough people send feedback, it may get the problem solved sooner.
    Mail Feedback

  • I am in Muse 2014.3. When I edit a page, in the preview everything looks fine, but when I upload it to FTP, the page does not change, even when I upload the whole site. Is this a bug? I don't know what to do.

    I am in Muse 2014.3. When I edit a page, in the preview everything looks fine, but when I upload it to FTP, the page does not change, even when I upload the whole site. Is this a bug? I don't know what to do.

    Hi Jaap,
    Are you sure about your FTP credentials (FTP folder and site URL) that you are using for the upload? Are you able to see the updated files in the remote directory of the FTP server, after you finish uploading the muse file, using an external FTP client like FileZilla?
    Thanks
    -Prashanth

  • Visited link color is not changing when there is no page redirection

    Visited link color is not changing when i just open a popup on clicking the hyperlink.. whereas visited link color gets changed when i redirect to a new page on clicking the hyperlink
    I want to have my visited link color to change even if i show a popup on clicking the hyperlink
    This works fine with IE..

    Hi,
    Have a look at the user status table TSOCM_STAT_PROP and see if there are any unwanted PROCESS_TYPE <> STSMA combinations.
    For your process type there should only be one kind of status schema assigned.

  • Visited Sites do not Change Color

    Since the recent Safari upgrade, the sites I have visited do not change color.  For example, if I do a Google search, click the first link and then either use the back button or the refresh button in the Google search field, the site I just visited is not displayed in a different color.  This is happening on other sites as well but not all of them.  Project Gutenberg works as I expected.
    Any suggestions on how to fix this?  It makes searching more difficult since I now mentally have to keep track of which sites I've visited.  I realize this problem has cropped up before, but the answers are from several years (and versions) ago.
    Thank you in advance for any help you can give me,
    Frank

    You can use code in userContent.css or use the Stylish extension to override the page colors.
    I use code like this:
    <pre><nowiki>a:visited {color:#e08!important;background-color:#eee}
    a:visited * {color:#e08!important;outline:1px dotted red!important;outline-offset:-1px}
    a:visited img {background-color:transparent}
    </nowiki></pre>
    *Stylish: https://addons.mozilla.org/firefox/addon/stylish/
    *http://userstyles.org/help/stylish_firefox
    The customization files userChrome.css (user interface) and userContent.css (websites) are located in the <b>chrome</b> folder in the Firefox profile folder.
    *http://kb.mozillazine.org/Editing_configuration

  • Color of opened document's url not changing (visited color)

    Hi guys,
    Just like a visited url is presented with a different color in browser, i want document links in my SharePoint libraries to take a different color when a user clicks on them so that later on the user can easily distinguish which documents he/she has already
    opened. At the moment, i see all document links in the same blue color.
    The browser in question is IE8 and I have already tested with disabling the option "Use Windows colors" in Internet Options. Any other suggestions.
    Thanks,

    You should be able to override the css by
    a:visited{<value>} or td.classname a:visited{<value>} it depends how
    the style looks like.
    a:link { color:#FFF; }
    a:visited { color:#000000; }
    IE Developer Toolbar is a good tool to gain the css style.
    Refer - http://stackoverflow.com/questions/27799688/sharepoint-2013-visited-links-not-changing-color
    Please 'propose as answer' if it helped you, also 'vote helpful' if you like this reply.

Maybe you are looking for

  • Does the iphone 4s browser mess up

    does the iphone 4S browser messs up? cause im on facebook on browser and my notifications and messages arent even showing up, and every time i try to login in it takes me back to the login menu?? is that normal or no for the iphone 4S to do that??

  • Creating large polygons in PL/SQL - memory leak?

    I'm using PL/SQL to create a polygon with a very large number of vertices. I use SQL*Plus to execute the procedure. I check the memory usage in Windows Task Manager before and after the procedure. After the procedure finishes, 200K or more of memory

  • TABLE MARM, ENTRIES DELETED BUT NO LOG

    Hi Gurus, We have an issue where the UOM entries were deleted from MARM and but there are no logs. Could any body identify how could it happen? Thanks, Mahmood

  • Convert a report /BSP into webservice ?

    Hi All, Can you please tell me How much time would it take to convert a report /BSP into webservice ? Also let me know the process? I am new to WEBSERVICES. We will be doing this in ECC6.0. Thanks & Regards

  • Userexits in sap upgrade

    Will the user exits come automatically after doing upgradation if not what is the procedure? Thanks, kiran.m