External Link Solution...

I am building an online directory which requires me to have a
ton of external links pointing away from my site. I know that many
people (including myself) are easily annoyed by new windows
loading, so I want to avoid that. However, my hope is to make it
easier for my visitors to return to my site once they have
"wandered" a bit.
To solve the issue I would like to develop the site to where
when someone clicks on a link, it will open to that site... but
will have a very thin frame at the top with our logo and a "return
to" link. This would be similar to when you do a Google image
search, click on an image and have the banner at the top that
allows you to return to the search, turn off the header, etc.
Does anyone know how this would be designed best? I'm sure it
is fairly simple, and I know that I am probably making it a lot
more complicated than it should be...
And... I am open to other suggestions if you have better
ideas.

Use frames. However, some sites will block your attempt to
"frame" them.
The outgoing links would all point to your frameset, with the
actual domain
carried in a URL variable, e.g.,
<a href="yourframesetpage.php?link=example.com"...
Then the frameset would parse that variable, e.g.,
<?php
$url = (isset($_GET['link'])?$_GET['link']:FALSE);
?>
and use it in the frameset definition, e.g.,
<frame src="<?php echo
($url?$url:'somedummypage.html'); ?>"....
Murray --- ICQ 71997575
Adobe Community Expert
(If you *MUST* email me, don't LAUGH when you do so!)
==================
http://www.projectseven.com/go
- DW FAQs, Tutorials & Resources
http://www.dwfaq.com - DW FAQs,
Tutorials & Resources
==================
"ArtsyAndi" <[email protected]> wrote in
message
news:fv5h3j$g6b$[email protected]..
>I am building an online directory which requires me to
have a ton of
>external
> links pointing away from my site. I know that many
people (including
> myself)
> are easily annoyed by new windows loading, so I want to
avoid that.
> However, my
> hope is to make it easier for my visitors to return to
my site once they
> have
> "wandered" a bit.
>
> To solve the issue I would like to develop the site to
where when someone
> clicks on a link, it will open to that site... but will
have a very thin
> frame
> at the top with our logo and a "return to" link. This
would be similar to
> when
> you do a Google image search, click on an image and have
the banner at the
> top
> that allows you to return to the search, turn off the
header, etc.
>
> Does anyone know how this would be designed best? I'm
sure it is fairly
> simple, and I know that I am probably making it a lot
more complicated
> than it
> should be...
>
> And... I am open to other suggestions if you have better
ideas.
>

Similar Messages

  • How to force external links to open in new browser window/tab?

    Greetings. I'm here because searching elsewhere kept coming up with references to javascript. I've created an interactive PDF with both internal and external links. It works just fine when viewed in either Acrobat or Reader. However, it is being downloaded to users' browsers and when they access the external URLs, the new sites replace the existing page in the same window.
    Is there a simple way for me to include an action in the PDF prior to distribution that will force it to open external URLs in a new browser window or tab?
    And for the record, I barely know how to spell Javascript, much less how to write or implement it. So if there is a simple solution, I hope you can also help walk me through the steps to implement it.
    Thanks a ton.

    There are two issues here:
    - How to do it using JS
    - How to do it in a non-Adobe browser plugin
    The first is pretty straight forward. You use a code like this, replacing the dummy URL with your own:
    app.launchURL("http://www.example.com", true);
    The second issue is more problematic, and in fact there isn't really a solution to it. If the plugin used supports this method then it will work, if not, then you're out of luck. Unfortunately, outside of the Adobe software I don't think that any other plugin supports it.

  • I've migrated FF settings to a new PC and no external link opens now

    Couple days ago I've received my new PC and migrated all important data from the old one using a special W8 tool. I've also installed Thunderbird and FF anew, and migrated their setting using tools recommended here (FF Sync + MozBackup). And suddenly I've lost a possibility to open any external link in FF now no matter the source (Thunderbird or any other piece of software). Now I have to copy and paste URLs manually. It's not the best solution. Old PC OS: Vista Business, new PC OS: W8.1. Thanks in advance.

    You may also wish to try '''Try Firefox Safe Mode''' before a reset to see if the problem goes away. Safe Mode is a troubleshooting mode, which disables most add-ons.
    ''(If you're not using it, switch to the Default theme.)''
    * On Windows you can open Firefox 4.0+ in Safe Mode by holding the '''Shift''' key when you open the Firefox desktop or Start menu shortcut.
    * On Mac you can open Firefox 4.0+ in Safe Mode by holding the '''option''' key while starting Firefox.
    * On Linux you can open Firefox 4.0+ in Safe Mode by quitting Firefox and then going to your Terminal and running: firefox -safe-mode (you may need to specify the Firefox installation path e.g. /usr/lib/firefox)
    * Or open the Help menu and click on the '''Restart with Add-ons Disabled...''' menu item while Firefox is running.
    [[Image:FirefoxSafeMode|width=520]]
    ''Once you get the pop-up, just select "'Start in Safe Mode"''
    [[Image:Safe Mode Fx 15 - Win]]
    '''''If the issue is not present in Firefox Safe Mode''''', your problem is probably caused by an extension, and you need to figure out which one. Please follow the [[Troubleshooting extensions and themes]] article for that.
    ''To exit the Firefox Safe Mode, just close Firefox and wait a few seconds before opening Firefox for normal use again.''
    ''When you figure out what's causing your issues, please let us know. It might help other users who have the same problem.''
    Thank you.

  • CS3 - Design View not showing externally linked images

    In CS3 Design View, externally linked images are not showing
    up... i am only getting the place holder.
    To prempt some questions:
    1/ Links are correct and complete - apart from the fact that
    they show up when previewing in the browser(s) - i have
    crosschecked
    2/ There are no spaces in the url
    3/ In the 'View' menu, 'Display External Files' is checked
    I had this problem before and escargo suggested saving and
    rebooting. It worked then but strangely, today, that file is again
    showing some of the externally linked images but not all. And on a
    new file, created today, none of the externally linked images are
    showing up... :(
    I'm sure there's a simple solution to the problem... anyone
    have any idea what it could be?
    Thanks and cheers,
    JJ

    Nope. Some show - some don't.
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    http://www.dreamweavermx-templates.com
    - Template Triage!
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    http://www.macromedia.com/support/search/
    - Macromedia (MM) Technotes
    ==================
    "jhabrix" <[email protected]> wrote in
    message
    news:faom5n$9ku$[email protected]..
    > Bump....
    >
    > Anyone have a solution to the above problem???

  • RH6: External Links Won't Open

    In the newest issue I've encountered compiling RH5 projects
    with RH6, none of the several hundred external file links work in
    IE7: the file will not open.
    I ran a file compare on the published version of one RH6
    topic with its RH5 equivalent -- they are
    exactly the same except for the meta name="generator"
    company name and URL and this line at the top in the RH6 version:
    <!-- saved from url=(0014)about:internet -->
    So, it doesn't appear to be the individual file, but a goober
    somewhere in the output which is preventing the links from working.
    BTW, the RH5 version works fine.
    Any ideas where to look for the culprit?
    Thanks!

    ...well, I inadvertently lied: I have two layouts, unchecked
    Mark of the Web for one, compiled and opened the other. Not smart,
    but in my defense, I've been distracted....
    So here's the deal: the layout with Mark of the Web
    checkmarked [per Adobe's copious Help, "Select this option
    if you do not want your output (which is saved on your computer) to
    be blocked in Internet Explorer 6, and later."] will
    not open externally linked files. Period.
    With Mark of the Web
    unchecked, those externally linked files open just as
    expected.
    I'm confused. If I can't open externally linked files with
    Mark of the Web checked, isn't that "blocking" -- at least of some
    sort?
    Anyway, Peter, good wild guess -- but I sure don't know how
    to deal with this "solution"...<G>

  • Clicking external links switches to Firefox but won't open

    I use Thunderbird (31.1.2) on a Mac (OS X 10.9.4). I frequently need to proof e-mails that contain a number of links (for a digital marketing campaign). When I click a link in the e-mail, Firefox (32.0.3) opens or becomes active, and if I have NO other tabs, will open my link. But when I switch back to Thunderbird, and click a second link, Firefox will again become the active app but my link will NOT open.
    Again, if I have NO open tabs, the first click always works, but no other clicked links will work beyond that.
    If I switch to Safari as my default browser, everything works fine. So I'm forced to do that as a solution but I really don't like it.
    Any thoughts to help?

    I have the same problem. The problem is intermittent. Sometimes external links open immediately, sometimes they don't. Sometimes if I try several times in succession, the link will eventually open. If I manually copy and paste the link into a new tab, it always works.
    Firefox is set as my default browser and set to check such at startup. When external links fail to open, Firefox DOES activate and become the frontmost application. It just fails to create a new tab from the external link.
    I am using Firefox 32.0.3 on MacOS 10.9.5. I believe this problem started with the update before last (the same one that created the failure of CMD-L to open a new window which has since been fixed.)

  • External Links Always Open in A New Non-Private Window

    I've filed the following bug.
    https://bugzilla.mozilla.org/show_bug.cgi?id=856839
    If you have a solution, please let me know.
    Thanks.

    Thanks again.
    Copy and paste would be easier. :)
    I don't understand why they can't add a setting allowing the user to choose in which mode to open external links.

  • External links in Business package for web editing

    Hello,
    We are testing Busines package for web editing (BPfWE) for 2 requirements: to show web content in portal and also to show external links in portal.
    But we have problem with the latter (external links). Does anyone know how to add external links (web pages from different server) to BPfWE so we could browse internal and external web pages at one location? The problem is, that I can create new external link in Knowledge management, but unlike other documents, I can't publish it to BPfWE.
    So far, we've found 2 solutions:
    1. Separate BPfWE content (use it for internal pages) and classic Knowledge management content (use it for external pages) with different navigation tabs.
    2. Create HTML document with javascript to open external web page and publish it with BPfWE.
    But both solutions are quite strange and I still hope that external links could be shown in BPfWE as well and in some easier way. Could someone help?
    Thank you,
      Marek Jenej

    Hi Russel,
    There is a short description in the portal content studio catalog you might have seen already. Some screens have been added recently, the planed presentation is delayed for some technical reasons, so please use the following links meanwhile.
    English presentation (link expires July, 10th):
    http://sapmats-de.sap-ag.de/download/download.cgi?id=W3MUIX6K0852QVVBQO8KUPVRSIE4OCXSJT7MOYYTAKITJ4TJ1A
    German presentation (link expires July, 10th)::
    http://sapmats-de.sap-ag.de/download/download.cgi?id=AWJ14Y2T7R2T3KSWAPYM3JH6AW5FTAV2MRFOY01VP7GCGK41I3
    If you need some technical information, please let Martin or me know, as we are the main contact persons for this package (please check our business cards for mail/phone details).
    Please not that this is not a SAP "product", but a ready made consulting solution offered by SAP Consulting Germany. If you are interested in this package, let's discuss details together with SAP Australia (from your flag I suppose you are located in Australia).
    Kind regards,
    Bernd

  • My Links and External Links wont work on my page. Using Dreamweaver CS4

    I have followed all the instructions for adding external links to my website using Dreamweaver CS 4.  I cannot click on any of the links in the body of my pages, even on my sitemap page my internal links dont work.  Any suggestions would be greatly appreciated as I have looked online for a resolution to this problem and not finding any new information.
    Thanks,
    diamndlady

    Hi,
    please copy my source code from my for you made test side, where I offered my solution wiht both options:
    http://www.goldschmiede-blumberg.de/li.html
    ... or better, I'll do it for you,here it is:
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml">
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
    <title>Inserted Links</title>
    </head>
    <body>
    <ul type="disc">
      <li><a href="http://www.50states.com/" target="_blank">50 States and Capitals page:</a></li>
      <li><a href="http://www.thisnation.com/ " target="_blank"> An online History of the United States:</a></li>
      <li><a href="http://www.besthistorysites.net/"> Best history sites: a comprehensive listing of a variety of history subjects from ancient times to current history:</a></li>
    </ul>
    <p>or:</p>
    <ul>
      <li>50 States and Capitals page: <a href="http://www.50states.com/ ">http://www.50states.com/</a> </li>
      <li> American Government and Politics online: <a href="http://www.thisnation.com/">http://www.thisnation.com/</a></li>
      <li>
        An online History of the United States: <a href="http://www.smplanet.com/imperialism/toc.html">http://www.smplanet.com/imperialism/toc.html </a></li>
    </ul>
    <p> </p>
    </body>
    </html>

  • Overriding externally linked CSS

    Hi there,
    Hope someone has an easy solution to my problem. I need to have one externally linked stylesheet override certain style element within another (heading tags). Basically my resource has its own CSS but I have been told by the "managers" it needs to be put in a page with our resource branding applied to it (this is done via another external stylesheet).
    One suggested solution from http://www.yourhtmlsource.com/stylesheets/advancedcss.html whereby the last imported stylesheet overrides the elements in the previosuly imported one. This doesn't work. Even putting "!important" next to the style descrptions within the CSS does not work (i think it only works when trying to ovveride inline styles).
    Is there any quick solution to this other than me having to make custom classes for the heading tags (and a heck of a lot more work!)
    Regards,
    Ryan

    Before you dismiss things like custom classes, here's another take on the topic: Put some kind of contextual id (if it's the Contact Us page, make the body ID "contactuspage", for example) on the body (or other enclosing container) of the page in question. Then you can make specific adjustments to the heading tags in question.
    Say you have styled h1 for your entire site this way:
    h1 {color: green; line-space: 1.5em;}
    In use, you don't have to add anything at all to the h1 tag, anywhere and everywhere h1 will be green with line-space 1.5em.
    On the "Contact Us" page, you want to style h1 in red with line-space 1em:
    add an ID to the Contact Us page: <body id="contactuspage">
    make a style:
    #contactuspage h1 {color: red; line-space: 1em;}
    Because this selector is more specific...it specifies that all h1 tags within the #contactuspage have this new style...it should work no matter where it is defined. Even if you redefined plain old h1 to blue, #contactuspage h1 will keep its red styling.
    This will require you to add some kind of contextual id to some containing element on the pages you want to affect, but that's it...just create the styles in the style sheet, and you don't have to mess up the rest of your page markup.
    Beth

  • External links suddenly open in a new window instead of a tab

    I am using Nightly (20.0a1) on WIndows 8, I use the program Teamspeak 3 and it used to be that whenever I clicked on a link it would just open in a new tab in the Nightly window that was open, but now it opens a completely new Nightly window. I have the box ticked in settings, I've gone through all of the about:config things I've seen online and nothing works, I really have no idea what to do. I just did something with envoirenmental variables which didn't help (meant that it opened a whole new instance of Nightly whenever I clicked on an external link) so I deleted the variable. Anyone got any suggestions? If it is relevant, before this problem started I dragged a tab from one window of Nightly to another (think it might've been the cause of this), and yes, I've tried dragging tabs around from window to window to fix this and it didn't work.

    Thanks, but I already had it set to that, I've heard of many people with this problem and tried literally all fo the about:config fixes that I could find but none worked, I think it is some sort of assosiation problem with hyperlinked text with windows but I really don't know. Anyone who can help me please do, this is getting annoying. Keep in mind that I have Windows 8 when making suggestions also.

  • How to choose witch window will open external links when using multiple Firefox profiles at the same time?

    I am using 2 firefox profiles at the same, one for working and another for reading news. I start them with "firefox -no-remote -P profilename", so there are 2 firefox processes running.
    It works well, but when I click a link in an external app (like in Google Talk), the link is opened in the first firefox process I launched. I mean, if I ran the "news" firefox first, it will always open the external links.
    Is it possible to change this behavior? I'd like all external windows to be opened in the "news" firefox, never in the "working". Of course I'll achieve that if I open it first, but if I first run the "news", then the "working", then I close the news for any reason, now links will always open in the "working" until I close it.
    I running linux (opensuse 11.3).

    '''traysh''',
    Profiles '''''period''''' are "unsupported" by Mozilla. Profiles are "there" but the developers want no part of non-developers using them or fixing anything related to Profiles that has been suggested in a Bug report, or documenting much related to Profiles. Profiles as we know them now are going to disappear from Firefox in the near future, although no specific version number or date has been fixed for that to happen. It is up to us user's to share our experiences with Profiles with other user's. I'm a relative noob to Linux, and all my experience with running multiple Profiles and -no-remote is with Windows OS's.
    '''cor-el''',
    So are you saying that on Linux external links will only open in the first Profile that was opened if multiple Profiles are running?
    And that external links won't open a Profile that isn't already running - if any Profile is already running?
    ''I wish the differences between Windows and Linux as far as '''-no-remote''' and running multiple Profiles were better documented for "us" Linux noobs over at the MozillaZine KnowledgeBase - hint. Unless I am not looking hard enough in the MZ KB for that information....''

  • Cant open external links and multiple instances of the same profile.

    I have multiple firefox profiles.
    I constantly have two profiles running at the same time.
    I use microsoft outlook and see an external link, I click it wishing firefox to open it in the default or new browser. It does not and says "FIrefox is already running, but is not responding. To open a new window, you must first close the existing Firefox process, or restart your system."
    Firefox is running fine.
    How can I open external links with a profile based setup?
    Also, how can I open multiple instances of the same profile? I find that if I click and drag a tab to another monitor, it opens a new "instance" or browser window.

    You say
    ''I have multiple firefox profiles. <br />
    I constantly have two profiles running at the same time. ''
    So you will have discovered ''-no-remote'' Note NOT to use that on the default browser; profile, only on secondary profiles.
    * http://kb.mozillazine.org/Profile_in_use#Common_causes
    You will NOT be able to open multiple instances of the same profile, clone the profile if necessary.
    If you are trying to run multiple Webmail accounts in one profile then you may well find the webmail is identifying and setting the user account that is opened. Use a Private Browsing window to get round that and open a second account.
    * [[Private Browsing - Browse the web without saving information about the sites you visit]]

  • Is there a limit for external links in TOC using RoboHelp 9.2?

    Hi,
    This is my first time posting to the Adobe forums. Here is my problem.
    I have been maintaining help projects using RoboHelp 9.2 for quite some time now to generate WebHelp. I now have four large projects that are linked through a URL in each project's TOC.  Example: I have projects A B C D. In A's TOC, I include a link to B C D default topics. In B's TOC, I include a link to A C D default topics. And so on ... The fourth project (D) is new.
    The problem I've encountered is with the image appearing in the TOC next to the external link entry for project D in the generated WebHelp.  The image showing up for project D is different from the other two, even though the properties for that page are exactly the same as the other two.  This happens in all three remaining projects (A B C). Even when I change the image (from the image index), the same image (i.e. the standard image for a topic page) appears regardless.
    What should appear in all cases is image 13.gif.
    (I'll have to figure out later why 19.gif is selected in the properties dialog, whereas 13.gif is actually showing up in WebHelp. Doh.)
    Any ideas?
    thanks,
    denise

    karl219 wrote:
    1-Time machine seems to be coming up often in the discussions.If my backup is on my external hard drive, why would space be taken up on my macbook hard drive?
    Read the first extract for the definition of backup snapshots and how they are handled by the OS.
    2-Shoud I delete older backups? If for example, all I need from Time Machine is the latest backup done today, can I get rid of the 2+ yeras of backups, or do they not take up that much space?
    No.  Time Machine should be on a separate HDD and will take care of deleting backups when necessary on that drive.
    3-Back to the issue, considering I don't have access to a an apple store for the next few months, what is my best plan of action?
    I would consider installing a larger internal HDD.  Capacities to 1 TB are now available.
    4-I am considering buying a new macbook 15inch, and get more space, however, I'm scared that the same problem will happen again. Is this common on all macs? Will using Time Machine to "Restore" my backups bring along the issues as well?
    All Macs using Time Machine will experience the same conditions.  The problem is that many users do not under stand what 'Other' is and that leads to confusion.  There are many essential OS files in that category that should not be touched as well as some user files.  The issue is not to reduce 'Other' as such, but reduce the total amount of data on the HDD if space is becoming a premium.
    Please read these two extracts:
    http://pondini.org/OSX/LionStorage.html
    http://pondini.org/OSX/DiskSpace.html
    Ciao.

  • Opening external link in a new browser window

    Some of the external links in my web page need to open in
    their own window, leaving my site still open in the background. Can
    anyone tell me how to do this? I don't see an option anywhere when
    I am creating these links.
    The links are to, for example, "The City of ......", and
    could be quite long to traverse. I don't want my visitors to have
    to click their browser's back button who knows how many times to
    get back to my site.
    I would appreciate any suggestions, thanks

    It's not valid in a Strict doctype, either HTML or XHTML.
    A better way to do this would be to see this tutorial -
    http://www.tjkdesign.com/articles/popup_window_with_no_extra_markup.asp
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    ==================
    "Dooza" <[email protected]> wrote in message
    news:gbaiof$17a$[email protected]..
    > Dooza wrote:
    >> malcster2 wrote:
    >>> dooza wrote
    >>>
    >>> malcster2 wrote:
    >>> > highlight your link in design view.
    >>> > > in the properties panel, change the
    target to _blank
    >>>
    >>> FYI this isn't valid XHTML, but is valid HTML,
    depends on what your
    >>> aiming at.
    >>>
    >>> ....
    >>>
    >>> validated ok mate. what exactly isn't valid
    xhtml?
    >>> this would be the code in question:
    >>> <p><a href="
    http://www.thesun.co.uk"
    target="_blank"
    >>>
    class="style1">www.thesun.co.uk</a></p>
    >>
    >>
    http://www.w3.org/MarkUp/2004/xhtml-faq#target
    >>
    >> Dooza
    >
    > But then I find this:
    http://learningtheworld.eu/2007/xhtml-with-target/
    >
    > Dooza

Maybe you are looking for