Opening an external link to a target

Hope this is the right place for this question and that it's
not too stupid............
I'm using CS4 to construct a simple web site using a template
with a navigator bar, header and footer.
In the Left hand navigation panel I want to be able to
associate some buttons (Spry menu maybe ?) to opening an external
URL. So far that's fine, but additionally I want to do the
following when the link opens in my site:-
1) I want the link to open in the main content window on the
RHS of my page (ie I don't want a new browser window to open up)
2) I also want to be able to left or right justify the
content of the page when it opens in the RHS window (I've seen
something called openstyle="rtl" that can be used for languages
that read Right to Left (Hebrew etc)
3) The content of the external URL is an image, ie GIF or
PNG, not text.
On older sites (DW3) I got close to doing this with Frames,
but I still could not do the Right justify bit. The images always
opened left justified and I had to scrolll to the right side
manually. I figured that Frames were rather out of favour now and I
should be moving on with some of the new templates, widgets etc.
You can see my dilema by looking at www.firegrass.co.uk at my
tester page.
Any help or guidance would be much appreciated.
Thanks,
Neil

> 1) I want the link to open in the main content window on
the RHS of my
> page
> (ie I don't want a new browser window to open up)
Then you would have to use frames or iframes to accomplish
that. Ew.
> 2) I also want to be able to left or right justify the
content of the page
> when it opens in the RHS window (I've seen something
called
> openstyle="rtl"
> that can be used for languages that read Right to Left
(Hebrew etc)
You could only do this if you are also in control of the
pages that are
being opened in that frame.
> 3) The content of the external URL is an image, ie GIF
or PNG, not text.
So then why the left/right justification?
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
==================
"CS4Rookie" <[email protected]> wrote in
message
news:[email protected]...
> Hope this is the right place for this question and that
it's not too
> stupid............
>
> I'm using CS4 to construct a simple web site using a
template with a
> navigator
> bar, header and footer.
> In the Left hand navigation panel I want to be able to
associate some
> buttons
> (Spry menu maybe ?) to opening an external URL. So far
that's fine, but
> additionally I want to do the following when the link
opens in my site:-
>
> 1) I want the link to open in the main content window on
the RHS of my
> page
> (ie I don't want a new browser window to open up)
> 2) I also want to be able to left or right justify the
content of the page
> when it opens in the RHS window (I've seen something
called
> openstyle="rtl"
> that can be used for languages that read Right to Left
(Hebrew etc)
> 3) The content of the external URL is an image, ie GIF
or PNG, not text.
>
> On older sites (DW3) I got close to doing this with
Frames, but I still
> could
> not do the Right justify bit. The images always opened
left justified and
> I had
> to scrolll to the right side manually. I figured that
Frames were rather
> out of
> favour now and I should be moving on with some of the
new templates,
> widgets
> etc.
>
> You can see my dilema by looking at www.firegrass.co.uk
at my tester page.
>
> Any help or guidance would be much appreciated.
>
> Thanks,
> Neil
>

Similar Messages

  • Opening an external link in a new window

    I have several external links on my web page. When I click on them, they open in the current window. I would like them to open in a seperate window. Is this possible?

    Here are some great sites that will give you step by step instructions for editing the html pages post-publishing:
    http://www.rowan-cottage.co.uk/Site/Target%20Blank.html
    http://web.mac.com/varkgirl/iWeb/Aardvarkland/Open%20links%20in%20new%20window.h tml
    hope that's helpful...

  • Opening dynamic external link in new window

    Hi,
    I have a XML file with data and one field is an http external
    url address, what I'm trying to do on the frontend is create a
    button that will call that url from my XML file it goes in the
    format of {product.link}. I've looked at flex examples around the
    net about opening external links in new windows but nothing to use
    an url that has been called via a datasource.
    Ideally it would also bypass the popup blocker issue and also
    allow me to choose to display toolbars, scrollbars etc.
    If anyone could help I would be very greatful
    Thanks

    hi,
    I believe what you looking can be meet by working on Portal Content administration and in SPRO, navigation. Please eloborate more on what you have done and how you want your custom link to appear in portal e.g iview, tab, or seperate window.
    Information from your end could help to understand or even to get more knowledge about this.
    Pramod

  • Opening an external link using javascript.  Keeping new window in front

    I am displaying a photo from an external link when called upon from my swf.  When the user clicks a button, up pops a corresponding photo in a new browser window.  After the photo window has opened, if the user clicks another button the photo browser will update but its no longer in front.  I know I need to use the focus() command but cannot figure how to incorporate it into my AS3 code.
    var req=new URLRequest();
    function scrollPanePopulate(event:Event){     
         //create the temp variables
         var calledPhoto=pntxml.row[pointindex].PhotoUrl;
         req=pntxml.row[pointindex].PhotoUrl;
         var jscommand:String = "var newwin=window.open('"+req+"','win','height=400,width=600,left=650,top=50,toolbar=no,scrollbars=yes,location=no');";
         var url:URLRequest = new URLRequest("javascript:" + jscommand +"void(0);"); navigateToURL(url, "_self");
    The above code works great but I want to keep the photo window in front when it is refreshed.  Any suggestions?
    thanks in advance...
    -josh

    var req=new URLRequest();
    function scrollPanePopulate(event:Event){    
         //create the temp variables
         var calledPhoto=pntxml.row[pointindex].PhotoUrl;
         req=pntxml.row[pointindex].PhotoUrl;
         var jscommand:String = "var newwin=window.open('"+req+"','win','height=400,width=600,left=650,top=50,toolbar=no,scrollbars=yes,location=no');";
         var url:URLRequest = new URLRequest("javascript:" + jscommand +"void(0);newwin.focus();");
    navigateToURL(url, "_self"); }
    //  p.s.  you should be using externalinterface class.

  • Flash menu doesn't work after opening an external link.

    Hi,
    I have this problem - I made a simple website with a flash menu, that opens internal links in an iframe. However, I have a few other (not included in the menu) external links, which open in the same iframe. And after I click on one of them and it loads in the iframe, the buttons on the menu stop working. I'm beginning to think it has something to do with the internet explorer, since it works on some computers. But I'm not sure... not very good at this.
    I've been searching for an answer here and there, but still haven't found anything. Please, help.
    Thank you!

    Here it is: http://kiss4eto.is.com/. Click on the Me button, for example. It should work. Then click on the "Addicted to Facebook" link on the right and after that try the Me button again. It doesn't work any more. At least on my computer.
    Thanks, again.

  • Is there any way to configure iBooks to open an external link (Spotify app) when clicking on a link like "spotify:track:78nySCOb8jDsRufLOyai8r" ?

    Surprisingly, clicking on an external link such as "spotify:track:78nySCOb8jDsRufLOyai8r" opens the Spotify app on mobile devices with iOS 7.0.3 but not on computers with Mac OS X 10.9...

    thanks for your help.
    I may have been confusing a "acrobat bookmark" and a bookmark in a word file that is converted to a pdf and ends up being a
    link of the type:
    "Go to a page in this document"
    which I do not want in my array vs
    a link of the action type:
    "Open a web link"
    Which I do want
    John
    My code, note how I have to skip pages with "Go to a page in this document" links depending on the document, I would like to use the same code for each document and skip over the "Go to a page in this document" links :
    global.ilinkindex = 1; 
    global.aLinkquads = [ [0, 1, 1, 0, 0],
           [0, 0, 0, 0, 0] ];
    function GetLinkArray()
    global.ilinkindex = 1;
    var iTotalLinks=0;
    // for ( var p = 0; p < this.numPages - 8 ; p++)                   // end before bookmarks for each page of the file x.pdf
    //  for ( var p = 0; p < this.numPages; p++)                     // for each page of the file
    for ( var p = 23; p < this.numPages; p++)                     // start after bookmarks for each page of the file y.pdf
      var cropbox = this.getPageBox("Crop", p);
      var alinksonpage = this.getLinks(p, cropbox);            // get array of links on page
      for ( var ll = 0; ll < alinksonpage.length; ll++)
       var linkquads = alinksonpage[ll].rect;     // get link Quads
       linkquads[4] = p;          // add page number to link Quads array
        global.aLinkquads[global.ilinkindex] = linkquads; // add quads to global link Quads array
        global.ilinkindex++;
    iTotalLinks = global.aLinkquads.length - 1;
    global.ilinkindex = 1;
    app.alert("Number of Links in Document is " + iTotalLinks );

  • Opening an externally-linked chm in a new window?

    I have tried to get my external chms to open in a new window,
    but am stuck. RH7 doesn't give me the option to open it in a new
    window; all I can do is have it open in the topic frame, but then
    it obviously still shows the original chm TOC in the left pane, and
    not the externally-referenced chm TOC....Can anyone help?

    See if
    this link
    helps.

  • When trying to open an external link like updating a program firefox says its already running but is not responding how do I fix this?

    Basically when I try to update Ccleaner or any other program tries to open a link it shows this error message. Like when I try to start BF3 from origin It shows the error message so I have to open battlelog by typing it into the browser. I dont recall me having this issue on my windows 7 64 bit laptop, but on my windows 7 32 bit desktop I have the problem. Any and all help is appreciated.

    Make sure that you do not start Firefox with the -no-remote switch or have set the environment variable MOZ_NO_REMOTE=1 (Control Panel > System > Advanced > Environment variables).
    * http://kb.mozillazine.org/Opening_a_new_instance_of_Firefox_with_another_profile
    * http://kb.mozillazine.org/Using_multiple_profiles_-_Firefox

  • How to open an external link with NTLM authentication

    Hi,
    My customer needs to open a link with parameters, and go directly to a specific page. The problem is the application uses NTLM to get the session first. After silence login, the parameter value is lost. Here is the link look like:
    f?p=200:1:0::::P1_ID:602:
    After authentication, it gets session and becomes:
    f?p=200:1:24365643544345
    Can anybody help me with this?
    Edited by: user8991541 on Apr 20, 2011 5:57 AM

    A UDL is technically a text file, so you could open it with "Read Characters from file", put the result string into a string control, edit it and save it back using the "Write Characters to File".
    UDLs however have their own configuration dialog embedded in the Windows OS. You can use this dialog in your LabVIEW application. The attached VI shows how to create a new UDL. You can edit an existing UDL by switching the method node to PromptEdit and wiring in an open ADO connection reference.
    Attachments:
    ConfigureDatabaseConnection.vi ‏26 KB

  • 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....''

  • 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.

  • How do I configure safari to open external links in the existing window

    The current version of Safari (8.02) always opens an external link (such as from Mail) in a new tab.  I would like to configure so that it loads the link in the existing open tab (window).  Is there a way to do that?  If so can some one tell me how to do that?

    Linc:  I have seen that configuration page and none of those options allows you to configure Safari so that it will load an external link in an already open tab or window.  I have looked in two different reference books on OS X (Mavericks not Yosemite) and not found any relevant information in their discussions of Safari.

  • Safari Not Opening External Links

    When I click on any external link, eg: from Mail, Dashboard, a link icon on my Desktop, etc, Safari comes to the front, but does not open the link. Also when I try to "Reopen All Windows From Last Session", after reopening it, nothing happens. If I have a window open, I can drag a link off my desktop, drop it on the window, and the link will open.
    I have tried resetting the cache per this link:
    http://discussions.apple.com/thread.jspa?messageID=8777756&#8777756
    Also running Macjanitor, and repairing permissions. None of these worked. Any suggestions?

    That worked, thank you so much. Although I am a bit embarrassed that I didn't think to do that in the first place.
    I also want to explain what caused it, and what happened after I reopened safari. The problem started after I installed Verizon Access to use with Verizon's wireless broadband; it crashed Safari, but at the time I didn't notice any anomalies upon restarting Safari. It took a couple days to realize that Safari wasn't opening any external links.
    When I went to the preferences folder to remove the safari preference, there were two: one was "com.apple.Safari.plist" and the other was "com.apple.Safari.plist.saved". I put them both on the Desktop and reopened Safari.
    I don't have a Home Page selected, I prefer just a blank window when I open Safari, but it opened a Verizon page instead. So I went to Safari's Preferences and removed it. Restarted the browser, but it was back. It took a couple tries, but now Safari opens with an empty window again, and everything else is back to normal.
    What's odd is that the Verizon page didn't show up as the home page until I removed the .plist files from the Library.

  • Open the external web link from the help contents in EclipseRCP Action bar advisor

    Hi Team,
    I am working on the eclipse rcp application(eclipse 3.3), I want to open the external web link(www.test.com) when user clicks on the help contents in help section. how to achieve this.
    And also i want to open the external link from toc.xml file, when i add the external link using href command in toc.xml the help contents will be disappearing.
    sample code:
    ?xml version='1.0' encoding='ISO-8859-1' ?>
    <?NLS TYPE="org.eclipse.help.toc"?>
    <toc label="ddd" >
    <topic label="guide" href="http://www.test.com" />
    </topic>
    </toc>
    can you guys please help me how to do this.
    appreciate your help.
    Thanks.
    Raju

    Eclipse 3.3? Seriously?
    > Hi Team,
    >
    > I am working on the eclipse rcp application(eclipse 3.3), I want to open
    the external web link(www.test.com) when user clicks on the help contents in
    help section. how to achieve this.
    >
    > And also i want to open the external link from toc.xml file, when i add the
    external link using href command in toc.xml the help contents will be
    disappearing.
    > sample code:
    > ?xml version='1.0' encoding='ISO-8859-1' ?>
    > <?NLS TYPE="org.eclipse.help.toc"?>
    > <toc label="ddd" >
    > <topic label="guide" href="http://www.test.com" />
    > </topic>
    > </toc>
    >
    > can you guys please help me how to do this.
    >
    > appreciate your help.
    >
    > Thanks.
    > Raju

  • 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

  • How can i view a list of all upcoming dates in my calendar?

    i love my iphone 5 and use the calendar function allot to record upcoming meetings etc. Is there any way I can view a list of all of my events in my calendar? i dont have a pc or a mac and just use my iphone exclusively but the way the calendar is st

  • App Store does not open!

    I really don't know what happened, but i click the button to open app store, but does not open!!!!! I had already reboot the system several times but still not opening. The same happens to Calendar! Please help me. Thank you in advance Regards

  • Pro Cam pictures problem - reframing option broken

    Ok not the best description of a problem!  But let me tell you what has happened. I took some 200 photos on my new Lumia 1020 on a recent holiday in Ibiza using Pro Cam (5mp & 34mp mode).  When I got home I *moved* all of these photos (both "pro" and

  • Why can't i manually switch apps off?

    Work iPhone 4S on 7.0.2. It's laggy as ****. Why can't I manually switch off apps I don't use like maps, reminders & tomtom? On Android I can go into each app and switch them off when I don't want them in use. Why can't I do this on iOS? So far, I'm

  • IPhoto stops importing pictures

    I don't know why iPhoto always does this to me. Whenever I try to import pictures from a folder on my desktop into iPhoto, it'll show that the pictures are being imported in there. However, whenever we get down the the last three pictures, it freezes