Navigation Bar Link opening in a New page??

Hi,
In the navigation bar link , how do we make the link open in a new browser page ?
e.g:- The navigation bar "Help" is present whose target type is an URL sepecified to some valid URL but when the user clicks on "Help" the URL should open up in a new Browser Window..
thanks in advance
Naveen

You can put target="_blank" right before href and it should work.
where, in the following page, would i put the 'blank'
code to force the link to open a new page?
href="http://www.macievideo.com/tips/standard.html"
title="http://www.macievideo.com/tips/standard.html"
style="line-height: 20px; opacity: 1.00; ">Roger
Macie<span style="color: #666666; line-height:
20px; opacity: 1.00; "
thanks!</div>

Similar Messages

  • How do you make a link open on a new page (typically the target="_blank" command) in MUSE?

    how do you make a link open on a new page (typically the target="_blank" command) in MUSE?

    Newer version does not have the same interface.  I'm stuck trying to understand how to add a "blank" target to a hyperlink...  See how your screenshot has a dropdown associated with the "Hyperlink" object?  Mine doesn't...

  • Guided Nav. Link does not open in a new page

    Hi,
    I am using Guided navigation links in OBIEE dashboards to link some of my reports.
    When i click on the Link it opens the report on the same page. Instead i have to open the report in a new page. This Option is available in 'Link OR Image' section, not in 'Guided Nav. Link' section. Please suggest me if there is any way to achieve this.
    I am using 'Guided Nav. Link' because I need to feed the dashboard prompt values to the navigated reports and this option is not available in 'Link OR Image' .
    Please help me out
    Thanks,
    Santanu

    yes Guided nav doesnot open in a new page so if you need them in a new page u shd use the link or image which has a option for a new page so is there any thing restricting you using link or image things if so you can tell them so we can discuss for a better option
    ty

  • Can links inside "set text of container" behaviours open in a new page?

    I am using the set text of container behaviour to show different information within the same page, to keep things neat and simple to navigate. Some of the text needs to be external links, but they open in the current page, not a new page even though I have set the target to _blank.
    Is there another way to keep using the set text of container and have the links open in another page?
    thanks!
    Using CS6 on Macbook Pro 2.6Ghz OSX10.8

    gryffun wrote:
    Well, after some further google searches, I'll answer my own question...
    selecting the link inside the set text of container and adding a behaviour to it -  "open in browser" will make the link open in a new window.
    Or ading target="_blank" to each link will do the same

  • Front page opens works shortly freezes. only yellow green buttons work. I click yellow to minimize normal top bar menu appears I choose new page, opens works normally. The restart saved tabs does not work on that first page.

    front page opens works shortly freezes.
    only yellow green buttons work. I click yellow to minimize normal top bar menu appears I choose new page, opens works normally.
    The restart saved tabs does not work on that first page.

    Hi @prdstudio3 ,
    Thank you for visiting the HP Support Forums. The Serial Number needed to be removed from your Post. This is From our Rules of Participation:
    Protect privacy - yours and others'. Don't share anything about yourself that you would not want to see on a road-side billboard. Don't post contact or other personal information-your own or anyone else's-or any content that you receive in one-to-one communications without the author's consent. For example, don’t post your computer’s serial # or contact information publicly, and do not allow someone you don’t know to remotely take control of your computer.
    If you need people to contact you directly, either ask them to send you a private message or subscribe to the thread so you will be notified when there are replies. You may also click on your name anywhere in the forum and you will be taken to your profile page, where you can find a list of threads you have participated in.
    Sharing personal email addresses, telephone numbers, and last names is not allowed for your safety. If you have any questions feel free to send me a private message in reply.
    Thank you
    George
    I work for HP

  • Just upgraded  iWeb app to version 3.0.4 from an iLife 11 disk. I like some of the newer features but it seems to have one glitch: when I upload the pages to my ftp server, the automatic navigation bar at the top of the page disappears. Any ideas?

    Just upgraded my old iWeb app to version 3.0.4 from an iLife 11 disk. I like some of the newer features but it seems to have one glitch: when I upload the pages to my ftp server, the automatic navigation bar at the top of the page disappears. Any ideas? Thanks.

    Looks like a couple scripts are missing:
    If you republish the entire site iWeb should recreate these for you...
    I don't use the built-in navigation. I usually just create my own:
    http://jeffnitschke.com/Home.html

  • Please see my site about Navigation Bar Links not working

    Greetings,
    I have an urgent issue with www.ForexProFund.com and it's navigation bar links. For some reason only some of the links work in the navigation bar. I have tried and recreated new pages and moved all the content over to the new pages with no luck. I moved the nav bar to the most "forward" position and pushed everything else to the back so it's on the top for sure. You can see that on the "contact" page, the navigation bar does not work, and I have no idea why...it's the same on the "Open Account" page.
    I really need this fixed, as I am sure many of you do.
    Thanks in advance for any input or ideas.
    Jason :>

    Hi there,
    Can you tell me how to "reduce" these things? I am not sure why some links in the nav bar and others do not...maybe I am doing something wrong? Very frustrating since Mac. does not let you simply setup a nav bar....it all has to be template based and then these types of things happen. Either way, if you have details of how to remedy this, please let me know. I tried to remove the line under the nav bar on the first two pages and still no luck.
    Thank you!

  • Navigation Bar - links

    I have an application with a button in the navigation bar which opens an URL. In this URL are a number of (3 or 4) user preference values which are derived from tables held within the database.
    Currently I am running an "On Create Session" application process which loads up some hidden fields on page 1 of the app. These are then referenced by a javascript function to link to the dynamically created URL. Within this js function I am using a html_GetElement('P1_PARAM').value to build up the URL string and this works just fine... for page 1.
    I don't want to load up hidden fields on every page to allow the Navigation Bar buttons to work from each page so I guess application level items would be the practical objects to use here.
    The problem I am having then lies in the fact that the application items are not rendered in the html and so therefore are not going to be seen by the html_GetElement() function.
    Can anyone point me in the right direction here.
    Thanks in advance,
    Mike

    Hi Mike,
    I think that the value of any Application Item is rendered.
    1. If you check the session state that item is not shown, but is there.
    I set Page region/Title to “Name   F111_TEST” and it’s there
    2. If you use Debug can see that the value of the Application Item “0.20: ...F111_TEST session state saving same value: Hello Konsta”.
    3. Define an Application Item and do Application Computation on Before Regions for instance. Set Static Assignment 20 for instance. The VAT in Bulgaria is fixed to 20%.
    4. In Page Attributes/HTML Header:
    <script language="JavaScript" type="text/javascript">
    <!--
    function sumVAT(){
    function getVal(item){
    if(document.getElementById(item).value != "")
    return parseFloat(document.getElementById(item).value);
    else
    return 0;
    document.getElementById('P306_VAT').value =
    getVal('P306_SALES_PRICE') * &F101_TEST. / 100;
    //-->
    </script>
    5. You probably have tried getVal(' F101_TEST ') instate &F101_TEST.
    The example above shows that Application Items are rendered and one could use them in JavaScript. I will be happy if you send a complete solution for Navigation bar.
    Good luck
    Konstantin
    [email protected]

  • Make every link open in a new tab?

    How to make every link open in a new tab?

    Hello Sammy90
    first be sure that you have the next 2 options in [http://kb.mozillazine.org/About:config about:config] :
    * '''browser.link.open_newwindow''' = 3
    * '''browser.link.open_newwindow.restriction''' = 2
    to check that :
    # In the [[Location bar autocomplete|Location bar]], type '''about:config''' and press '''Enter'''. The about:config "''This might void your warranty!''" warning page may appear.
    # Click '''I'll be careful, I promise!''', to continue to the about:config page.
    # in the search field type(or copy paste from here) '''browser.link.open_newwindow'''
    # if the value is 3, you are ok, otherwise double-click on it and change the value to 3, click OK to save it
    do the same with '''browser.link.open_newwindow.restriction''', remember we need 2 as value.
    '''now''' do the same with '''browser.link.open_newwindow.override.external''' and '''change''' the value to '''3''' (it is -1 by default).
    probably you are OK now.
    thank you

  • Some navigation bar links have suddenly stopped working

    I have been producing a site in iWeb '09 for some time, with no problems. It is hosted by MobileMe.
    I use a custom-built navigation bar that is saved as a test page and duplicated as and when I need a new page. There have been no problems at all until suddenly the links on the navigation bar on one page (Blogs) ceased to work. At this point nothing had been modified at all. All the other links on the page work perfectly.
    Naturally I checked to see if a) here was something masking the links or b) if, for some reason, the link-enabled text boxes had been moved Backwards. They hadn't. The links on my test page are still working, as are all the other navigation bar links on the site.
    As I was planning to stop the use of comments on the Blogs page, I created a new page, using the White Blogs template, but without the ability to comment. I recreated the content and used the same working navigation bar as before, copied and pasted into place. All the navigation bar links work perfectly in iWeb '09 but once again, fail to work when published. The other links on the new page work perfectly.
    Main site is: http://www.midsomernortonplatoonacf.org.uk.
    Click on the Blogs link to see what I mean. Now try the following URL: http://www.midsomernortonplatoonacf.org.uk/MidsomerNortonPlatoon/TESTPAGE.html that will take you to the hidden test page. Click on the Reports link, that works perfectly, to go to my newly created, comment-less, "Blog" page - same problem!
    Any suggestions would be very much appreciated.

    Dirtyrobot,
    Ah ha! A cunning plan, but I'm sorry to say that, whilst it's a great idea, I'm one step ahead of you. I've done the usual Cmd+A to reveal everything, but there is nothing extra. I've brought all the text boxes with the links to the front as you suggested, but again nothing.
    The only thing that I did notice, whilst moving the entire contents of the page up and down, was that there was a hidden line near the top of the page - not an actual physical line that could be selected, but a sort of 'edge of code area' that was sometimes visible, BUT only when moving a block up or down over it. Neither changing Footers and Headers nor the Padding makes any difference. There is obviously something in the page code that I can't access using any of the tools in the page layout or format boxes in the Inspector. The fact that it HAS worked before, with absolutely NO changes to the page, is what has got me hacked off! The identical Nav Bar works on every other page, being merely copied and pasted from my master test page each time.
    Curious...

  • How do i make links open in a new tab

    Hi There,
    Can someone please tell me how to get iWeb to set pages to open on a new tab when links are clicked.
    Like when someone is viewing my website, I want the links in that website to open in a new tab within the web-browser when someone clicks on them. I know I can make links open in a New window but how do I make them open in a new tab.
    Thanks a bunch
    Jason

    There is no HTML command to open windows in tabs.
    Only these commands are available :
    target="_blank"
    target="_top"
    target="_new"
    Opening a new page in a tab is decided by the browser preferences.
    In Safari : Preferences > Tabs

  • How do I add Auto Complete and how in the world do I get searches to open in a new page.

    I just downloaded FireFox and need help with two things.
    One how do I get auto complete in FireFox. The download has removed this feature in my Google toolbar.???
    and two how do I get the searches set to open in a new window. I do not like tab browsing.
    I went to tools and checked the box to open new windows in a new tab, but i don't see this happening. Maybe I am just assuming that this is the right setting to select.
    I just want my searches to open in a new window, not in the same window or tab.
    I have Firefox, Google, Bing and Norton search bars. I need all 4 in my business.
    Before the download I was at least able to get Google, Bing and Norton to open in new windows but now they are not. Nothing from any of the search bars will open in a new window

    Did you install the Google Toolbar for Firefox? It has its' own autofill setup, separate from the rudimentary "form fill" that Firefox has. It also has its' own Searchbar, with its' own settings..
    If you are talking about having searches from the Firefox Search Bar open in a new Tab. ''There is no setting for opening a search in a new window.'' <br />
    Type '''about:config''' in the URL bar and hit Enter. <br />
    ''If you see the warning, you can confirm that you want to access that page.'' <br />
    Filter = '''browser.search.openintab''' = double-click that preference to toggle it to '''''true''''', then restart Firefox

  • Captivate 3: Getting a URL to open in a new page (help!)

    Hi,
    I was wondering if anyone would be able to help me…it’d be much appreciated!
    I’m using captivate 3 to combine a power point presentation and an audio file to publish as a flash player on the internet. I need to include some form of assessment form to but having read the many discussions here about how using the quiz function is unreliable I’m going to use surveymonkey or the likes.
    My question is…how do I put a link for the webpage into the flash presentation?
    I read through all the discussions about this on the forum and have tried a good couple of things but still have no luck!
    -         Tried making a click box and choosing on success open URL or File and then pick it to open on a new page (nope)
    -         Tried making it so that when the last slide is finished a new page and the URL would open (nope)
    Etc etc
    I’ve read a couple of times here that it could be the flash settings that are the problem but if this is the case then I can’t get everyone who views the presentation to change their flash settings.
    Am I doomed to have no assessment forms?? (oh the horror!)
    Any suggestions would be great J

    Hi there
    My guess is that indeed it is the Flash Settings blocking you. Check my blog link below for more.
    I might ask where your users will be running the presentation from? If you come back and report that they will be clicking a link to run it from your web server, then your worries are unfounded. This is because the Flash Player doesn't block links to URLs when you run from the server. When you run from the server, you are in a different security zone.
    Cheers... Rick
    Helpful and Handy Links
    Captivate Wish Form/Bug Reporting Form
    Adobe Certified Captivate Training
    SorcerStone Blog
    Captivate eBooks

  • What good are tabs if links open in a new window?

    I seem to be gradually switching to all Apple: first the computer, then to Mail from Thunderbird, then iWork from OpenOffice, now I'm giving Safari a try, and I'm puzzled: there seems to be no way to get links to open in a new page.
    At least when I selected what I thought was that option I has no effect. And what I thought applied to that option has the curious explanation that it applies only to links opened from other applications.
    What purpose then is served by tabs.
    Thanks,
    Eric Weir

    Go to System Preferences >> Mouse.
    Set the scroll wheel to Button 3. Now when you mouse over a link, hit the scroll as a button, the link will now open in a new tab.
    I agree with the OP, why can't we have the option like we did/do with Firefox?

  • IWeb 08, Publish Videos, Navigation Bar link stops working.  Why?

    In iWeb, I am building a site with that includes two movie pages, each has a video (QT H.264, 640x280, medium quality). One movie per page. When I publish to a folder, I test both with Safari and Firefox. Each displays the same problem. When I click on the navigation bar link and go to the first video, the navigation bar ceases to work after I'm on the movie page. I can play the video, but I have to browser back because the navigation bar doesn't highlight, rollover, or anything. Both browsers exhibit this. Thanks.

    Make sure you don't have any other objects overlapping the navbar.
    OT

Maybe you are looking for