Guestbook and linking to the navigation bar i Iweb

Hi
I have made a site for my dog and want to have a guestbook - so I got a free guestbook and it seem to work fine...
For now I have added a link to the frontpage of the site - but it would have been fun to have it on the navigation bare on ALL my sites. I have seen that somebody has done that but dont know a clue how to do that!
Is there somebody out there that knows how to do this????
http://web.me.com/baiaz/Adino/Velkommen.html
Morten

Create a blank internal page titled "Guestbook" (actually you can name the page whatever you want.) Then in that Guestbook page add an HTML Snippet with the following code:
<script type="text/javascript">
parent.window.location = "http://www.yourguestbook.com"; // change this to your own URL
</script>
...Once published, clicking on "Guestbook" in the navbar will immediately redirect to your external Guestbook page. (Thanks to Cyclosaurus for the code).

Similar Messages

  • How to open a new browser window from a link on the navigation bar

    Hi,
    I entered a URL in the 'URL Target' field for the Navigation Bar Entry. As expected when the I clicked on the link in the Navigation Bar my browser refreshed with the target URL.
    I want to be able to actually open a new window rather than refresh my current window. The help text says, and I quote ...
    "In the link generated for this icon include the following onClick javascript. Use of the onclick javascript could popup a help page in a new window (see example 1).
    Example 1:
    window.open('US/asfhhome.htm','Help','scrollbars=yes,resizable=yes,width=625,height=350,left=25,top=150');return false
    Set the Icon Target attribute to # if you are using OnClick JavaScript. Set the Image Alt Text attribute to the text the user will see to click on."
    So I created similar Javascript as to the example and placed in the 'OnClick Javascript' field, and placed a '#' in the 'URL Target' field.
    When I run it doesn't work, the '#' is picked up and the Javascript is ignored. Can somebody please tell me what I'm doing wrong.
    Thanks

    I had the same problem. I finally ended up just using the standard popupURL javascript. In the URL Target I have:
    javascript:popupURL('<link>')
    This opens a new window but since it is for popups the menus are missing. You may want to write your own javascript function to open the new window with your own settings.
    Search the forums for popupURL for more ideas.
    javascript:popupURL()
    --Jeff                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           

  • How can i edit / customize the font in the navigation bar in iweb?r

    how can I edit / customize font size and color in the navigation bar on an iweb created page?

    This tutorial may help: #24 - How to Change the Basic, Rollover and Visited Color of an iWeb Navbar.  It only applies to the various colors.
    Wyodor has posted code to be put in an HTML snippet that will increase the font size.
    <script language="JavaScript" type="text/javascript">
    <!--
    navDiv = parent.document.getElementById("widget0-navbar-list");
    navDiv.setAttribute("style", "font-size: 1.1em;");
    // -->
    </script>
    Increase the size by increments of .1 until you get the size you want.  You'll need to publish the site before you'll see the change.
    If you only have a couple of pages in your site you can create your own text based navbar.  That will give you complete  control over font, size, color, spacing, etc. However, be sure to use only  Web Safe Fonts or the navbar will not look like you want it on those computers that do not have the font you used installed. This demo page is an example: Text Based Navbar.  With more than a couplke of pages updating such a navbar can become a real pain.  However, it is much more search engine friendly.
    OT

  • Why can't i change the link on the navigation bar?

    In previous versions of Muse i was able to change the link on my navigation bar. For example I was able double click on the navigation bar and highlight one of the pages (let's say registration) and it would allow me to change the link on the registration page so that when you click on the registraion page it would take you to https://events.r20.constantcontact.com/register/eventReg?llr=5qqftnkab&oeidk=a07e69lauti1b 52a1df&oseq=a011mh5tw6bs2 and a not regular page on the website. but now when i try to do the same thing the link area is greyed out and i can't change anything.

    I have installed v2.3 on my Mac, and had to go through and change all the fonts back due to a naming issue in Windows.  That's ok.
    But there are several things that need to be fixed in Muse.  First, everything should work consistently.  If you click on an object that has a hyperlink or a link to another page in the document, that link should be displayed in the control bar.  NO EXCEPTIONS. 
    The control bar should have enough sense to get bigger -- i.e. go to a second row of controls -- whenever there are items that are not being displayed due to window width.  Most sensible programs do not just display part of the info and then leave a blank space to the right, letting the user assume that there is nothng more to be displayed.  While I have 2560 x 1600 monitors, I am running Muse on a 27 inch 1920 x 1200 to avoid eyestrain from the tiny menus.  But there are times I need to make a window much wider than 1920 in order to display everything in the control bar -- and then slide the entire window back and forth.  Poor GUI design.
    I now have a master page menu (all the buttons send the user to other pages in the document) where one of the buttons is sending users to a dead link.  Used to work perfectly, have not changed the name or the link.
    I tried the above advice about opening page without hyperlink (how damnably counterintuitive is that maneuver?) and could then -- voila -- get the hyperlink menu for that menu item and select the page.  I was ecstatic -- until it turned out it didn't work -- either with open page w/hyperlink or without it selected.
    AGAIN -- I will repeat -- one should be able to click on ANYTHING -- a text box, a picture, a menu item, etc. -- and assign a hyperlink from the SAME hyperlink menu -- without exception.  Having different ways to accomplish the same thing is fine unless you can't use any of those methods all the time.
    The ability to resize the assets window so that one could read (without having to hover over each item) the FULL name of an image file, etc, would also be useful.
    BAD DESIGN.  Please fix it.  And tell my how to get my missing link back.
    Jeff Kreines

  • Adding ana archive page with a link in the Navigation bar

    I am really new to all this so don't think that I'm a 'tard. I am building a blog on '06 and I like most of what I can do, but I can't figure out a couple of things. My current blog is with Godaddy (pronounced blow-daddy) and with that blog I have archives, recent entries and a calendar. Is there any way that I can duplicate that here? If not, how about just adding a blank page that I use for archives. I know that I already have one but I can't seem to make it visible in the navigation bar. Any help?

    No, you have to have a page for it to show up in navbar.
    The work around is to use refresh tag to redirect to your email address, here is how:
    http://www.geocities.com/[email protected]/Test/Front.html
    1) make a Front page
    2) make a Contact page, link Contact page to Front page's navbar
    3) editing Front page: search for href="Contact.html" change to target="_blank" href="Contact.html"
    4) copy contents of index.html
    5) editing Contact page: replace contents of Contact the contents of index.html
    6) search for http-equiv="refresh" content="0;url= some page.html" change it to http-equiv="refresh" content="0;url=mailto:[email protected]"
    7) add the following to the end of Contact.html
    <script language="Javascript">
    <!--
    setInterval("window.close()",2000);
    -->
    </script>

  • How to Incorporate "fade" Into the Navigation Bar with iWeb?

    I started wondering about and exploring this topic in another thread. I would like to make the navigation bar shine brightly and then slowly fade whenever the cursor overlaps the navigation buttons. Does anyone have any idea how to do this? For an example of what I'm looking for, please visit Neonsky.com. This company is a website builder that has, as one of its features, the fading navigation bar option that I'm looking to incorporate into iWeb. Just look at some of their featured websites for an example. I also found the following doing a google search. Any thoughts and ideas of how to get this feature on my iWeb designed website would be helpful. Thank you.
    http://dreamweavermenu.com/dreamweaver-navigation-bar-fade.html

    Leave all files in the folder as you downloaded them. Drop the index.html file on the browser icon. You will then see what the menu will look like when published on a page. Edit the index.html file to your needs. Your edits will be shown in the browser window (save file upon edit - don't worry, you can still undo in most editors - and refresh the browser window).
    If required, also edit the main.css and image files.
    When done, copy the contents of the index.html file into a HTML snippet in iWeb. Position the snippet to exactly where you want it to be (height and width accordingly) and publish. Upload the other files manually and make sure that their path on the iDisk/server matches the path mentioned in the index.html and main.css files.
    As you will have gathered, you need to understand some HTML and CSS. You may acquire understanding and knowledge by trial and error.

  • Create a new link in the navigation bar for cutom application

    Dear CRM guru's,
       I am new to CRM 2007 and I need to create a custom application which would present a web form to the user(all CRM business roles), user would fill in few details and upon submit action of the form, I need to write the data into z tables in CRM 2007 Web-UI framework. Can you please share your thoughts here.
    Thanks!
    Surya.

    Hello Surya,
    explaining everything you would have to do in detail is a little bit to comprehensive for this forum. Best thing is to finde someone to explain it to you in person. A colleague or even one of the SAP courses.
    To get you startet:
    Most important is TX BSP_WD_CMPWB here you can create and test your new component.
    From now on look in SPRO for the bold words it is in CRM->UI-Framework section.
    - After you created it, you have to make it known in the component repository and create technical links.
    - For the technical links you can create logical links.
    - These links can be assigned to a logical link group which is then part of your navigation bar profile.
    I hope this will give you a small idea how to get around. As mentioned above this topic is big enough to fill a whole day of training.
    When holding my first CRM 5.1 training back in 2006 it even took me four days to get the fellows started. With 6.0 it is no different

  • URL to launch the navigation bar?

    Hi guys,
    We were provided with an HTML5 app that handles the touch events for the entire page and we run it inside of the web overlay. To exit back to the library we use another overlay on top of the 1st one as a button with the link to goto://ApplicationViewState/library as per:
    http://digitalpublishing.tumblr.com/post/10161880827/creating-super-ov erlays-that-overlay-other
    But what we would like better for this button to do - to call the navigation bar. Can we somehow make this 2nd overlay to respond to the tap and pull out the navigation bar? It would be also nice to have an ability to call it by the link/button as per this request:
    http://forums.adobe.com/message/6207494
    Thank you,
    Gennady

    Hello,
    Yes it will be in your page template. You just need to move #NAVIGATION_BAR# substitution under the #LOGO# substitution tag, probably something like this should work
    #LOGO#&lt;div>#NAVIGATION_BAR#&lt;/div>
    Carl

  • How can I pin the ONLY link I need (Bookmooch java) to the navigation bar instead of opening up a whole new toolbar?

    I sent a better written request with an incorrect email address before ...
    I would like to add a single URL link as a button to the navigation bar, instead of having to open a whole new toolbar for it alone.
    I have moved all my add-ons to this single visible toolbar with the help of an add-on, but there isn't one for the Bookmooch bar. The official one can only be dragged into the bookmarks bar which I never use.
    If I created a whole new bar and moved all the preset tools (home, back, etc) onto it, could I combine them with that URL button?
    Or is the only way to fiddle with the registry and replace bits of the Mozilla code?
    The link to the only person offering custom toolbar icons (I managed to find) won't load.
    Help? Thank you!

    https://support.mozilla.com/en-US/kb/How+to+customize+the+toolbar <br />
    http://kb.mozillazine.org/Toolbar_customization
    When you are in the Toolbar Customize mode, move the '''Bookmarks Toolbar Items''' to the Navigation Toolbar. Then hide the now empty Bookmarks Toolbar.

  • Can we move the navigation bar (prev, next link) of advanced table to left?

    Hi,
    I have a question regarding the OA Framework advancedTable navigation bar.
    Normally it is shown on the top right corner of the table, if it contains more than 10rows,
    it will show on the bottom as well.
    My question is, is there a setting to move this navigation bar (Previous Link, Records List, Next Link)
    from the right side to the left side or to the middle?
    In the OAF Developers Guide it doesn't state about being able to move this navigation bar.
    Navigation
    The navigation bar allows you to traverse across different row ranges of a table and is rendered:
    - At the top of the table if the number of rows in the table is less than 10.
    - At both the top and bottom of the table if the rows in the table is equal to or greater than 10.
    Note: No navigation bar is displayed if the number of rows in the view instance is less than the value specified
    for the advancedTable Records Displayed property.
    When a user first navigates to the page, OA Framework does not know how many rows will be returned to the
    table. The navigation bar simply shows the Previous and Next links.
    Once the user navigates through all the rows, the navigation bar displays the row range as a poplist so that the
    user can navigate directly to a specific range of rows, as shown below.
    Thanks.

    Hi,
    I don't think there is anyway to move the same from right to left/Middle.
    Regards,
    Gyan

  • Tapping on links bring up the navigation bar

    I am working on a digital book using Folio producer and everything is hunky dory! Except when there are buttons or links I want people to be able to tap it also bring sup the reader's navigation bar.
    I want to have the navigation bar in there but maybe only have it pop up when the user taps somewhere specific (along the bottom) or unless the user taps on a button. Is this at all possible?

    This has been the biggest single complaint against DPS since the early Betas (I first raised it 18 months ago). I have watched a countless number of users tapping buttons only to be thwarted by an unwanted menu.
    ADOBE YOU SHOULD BE LISTENING!!
    You have made lots of improvements during the 22 updates of DPS including many of the feature requests that have been lodged in this forum.
    PLEASE do something about this issue.

  • When I select Toolbar-Customize and the options box opens, the Navigation Bar icons disappear.

    Two questions: 1) When I select Toolbar, then Customize, the box with the toolbar options opens, but my Navigation bar icons disappear, so I can't add the spaces, bars, etc. to it. How do I fix that? 2) I can reposition the icons in the Navigation bar without being in Customize, with the exception of the Search Address box. How do I reposition the Search Address box? Thanks.

    Opening in the Sidebar is the default action for bookmarks that are created via a "Bookmark this Page" link or button on a website. Make sure you use the many "Bookmark this Page" methods that are in Firefox instead.
    Right-click those bookmarks and select '''Properties''', then un-check the preference for '''Load this bookmark in the sidebar''', and then click Save.

  • I just upgraded from vista to windows 7 and now when i try to type in a url address in the navigation bar nothing but gibberish appears

    whatever letter i type into the navigation bar, some other letter or number appears. i do not have this problem on chrome or internet explorer.

    go to Help Menu -> select "Restart with Add-ons Disabled"
    Firefox will close then it will open up with just basic Firefox. You can enable the Add-ons later. Check and tell if its working. If this doesn't work then try this
    Update all Firefox Plug-ins -> https://www.mozilla.com/en-US/plugincheck/
    If Updating Plug-ins doesn't work then follow these links.
    Cannot connect after upgrading Firefox
    https://support.mozilla.com/en-US/kb/Cannot connect after upgrading Firefox#w_the-cause
    Error loading web sites
    https://support.mozilla.com/en-US/kb/Error%20loading%20web%20sites#w_connection-errors
    Firefox crashes when loading certain pages
    https://support.mozilla.com/en-US/kb/Firefox%20crashes%20when%20loading%20certain%20pages#w_update-firefox
    Is my Firefox problem a result of Malware
    https://support.mozilla.com/en-US/kb/Firefox%20crashes%20when%20you%20open%20it#Getting_your_crash_report
    Check and tell which solution worked.

  • How do I add a Recent Objects direct link group to the navigation bar?

    Hi
    I've noticed in some of the tutorials in the eLearning section there is a Recent Objects direct link group. I presume this is a dynamic collection of recent activities the user has created similar to the My Recent Documents folder you see in the Start menu in Windows XP.
    Does anyone know how to implement this functionality to the navigation bar in the WebClient UI? I know how to add a direct link group to the navigation bar but I don't see any trace of this recent objects functionality.
    Cheers
    Declan

    Hi Vikash
    Thank you for you advice. However the IMG activity Define Business Role does not allow me to add a new entry.
    Instead I used the IMG activity: CRM > UI Framework > Technical Role Definition > Define Navigation Bar Profile. I double clicked on Define Profile, selected my business role and double clicked on Assign Direct Link Group. I tried to enter the Group ID REC_ITEMS but it produced an error saying Entry REC_ITEMS does not exist in CRM_UI_DLG (check entry).
    Can you advise further please?
    Cheers
    Declan

  • With version 5 of Firefox, if I open more than 1 session, most of the time I cannot see anything in the navigation bar and my back and forward buttons do not work.

    I open 1 session of Firefox 5.0.1 and everything seems to work fine. Then I open a second session of Firefox and most of the time the navigation bar does not show the page that I am on and the back and forward buttons do not work. When this happens, the first session always remains working. I am an internet marketer so I have at least 2 or 3 sessions going at any given time.

    A possible cause is a problem with the file places.sqlite that stores the bookmarks and the history.
    *http://kb.mozillazine.org/Bookmarks_history_and_toolbar_buttons_not_working_-_Firefox
    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

Maybe you are looking for

  • MAC Desktop software lack of support

    New to this board, but have posted in numerous other boards.   When is RIM going release a desktop mgr software that is compatible with MAC?  Yes, I know there is Pocketmac, but that application is worth the price that you pay for it...nothing.   I h

  • Question mark on some of my folders in LR3 on a Mac.  Right click does not result in anything... no drop down menu to fix the problem

    I am trying to learn Lightroom 3 on my Mac.  I mistakenly renamed some folders (not while in Lightroom) by adding a subject to the date.  Lightroom could not find the photos in the folder and gave me an error message that "the file named ... is offli

  • Wanting to buy photoshop elements  7

    can you change backgrounds in photoshop elements 7 I have digital backdrop cd

  • Vid card issues I think??

    Good day, I'm having some major issues with my card "I think" When playing MOH Pacific Assault, Battlefield Vietnam, and Doom3 my sys locks up and/or I get major video corruption. I have tried updating all of the drivers forward and backward and no l

  • Web Dispatcher Settings

    Hello, We have portal nw'04 SP15 with KMC. The following is the landscape. DB on db node CI on ci node app1 and app2 on seperate nodes We are accessing the portal using "SAP Web Dispatcher" When i access the portal through dispatcher and access the s