How to make an anchor link also refresh the page?

I'm trying some new things with some widgets (compositions) and I'd like to make certain anchor links also refresh my page (on the mobile version of my website). I tried putting the entire link in instead of just selecting my anchor (.com/mypage#myanchor) but that only works the first time (maybe because the user already is on .com/mypage#myanchor ?)
A bit of Googling found me a way to do this:
window.location.href = 'mypagetoreload.htm#jumptosection1';
window.location.reload(true);
but I don't know how to use this in Muse..
Thanks in advance!

Im experimenting with some different versions of a mobile version of my website. In this one I'm trying to put all content (everything except the header and footer) in a composition slideshow. I made the triggers invisible and placed them over my menu buttons in the header, so that the content scrolls horizontally. I like this because people only need to load 1 page (my mobile version only has about 6 pages) and they can also swipe between content, like my product pages.
This all worked out fine, but now every "page" is the same length (because in reality its just one page with a slideshow on it). So now I had to add content to some pages (like home and about us) to kinda fill all space (the pages with my products on it have alot more content). I decided to put pages together, like put "about us" on the same page as "home". I made an anchor and linked to that anchor with my "about us" menu button. But, as "about us" is on slide 1 with home, the slideshow must also reset when people click it (otherwise you would only scroll down on the wrong slide). If I make my website refresh the slideshow resets (it would also work if i open the link in a new window, but that'd be very annoying).
English isn't my first language, please excuse my bad grammer.
Thanks in advance!

Similar Messages

  • How to make session invalid when user refresh the page?

    How to make session invalid when user refresh the page?

    I have a <form> in a JSP file that has another JSP file as an action.
    I have main.jsp that has <form> with action.jsp file as an action.
    Now when I submit the <form>, request forwarded to action.jsp and it will take the action. But this file is taking so long, hence user refresh the page again and again, hence duplicate request processing is occuring.
    I want to prevent this.

  • How to make an item be remembered once the page is changed?

    Hi,
    For my school project I am trying to create a drag and drop product on Adobe Flash CS4 using Action Script 3.0.
    I have three keyframes:
    - The first one has tops to be dragged and dropped onto the model
    -The second one has skirts/trousers to be dragged and dropped onto the model
    -The third has shoes to be dragged and dropped onto the model
    But once the top has been dragged and droped and the next button is selected displaying the skirts/trousers, the top which has been dragged and dropped onto the model is no longer displayed.
    Does anyone know what coding I need to add to get each item of clothing to be remembered once it has been dragged and dropped onto the model, so it is visible on the following pages?
    Many Thanks

    Thank you very much for your response.
    I'm so sorry, this is probably a really silly question but how can I make the items of clothing hidden on the layers where I don't want them seen?
    I am also having real problems with my 'next' button in the second key frame.
    I am recieving two errors for this button and have tried everything that I can think of, so was wondering if you were able to have a look at my coding for this button and tell me if it is correct bearing in mind that the button is on the second keyframe but should take you to the third.
    The first error I am recieving is:
    'TypeError: Error #1010: A term is undefined and has no properties'
    for the line
    'femaleDragAndDropPage.femaleMenu.nextButtonBottoms.addEventListener(MouseEvent.CLICK, onNextButtonBottomsClick);'
    -The nextButtonBottoms is the button leading from the second to the third key frame-
    The second error I have is:
    'TypeError: Error #1034: Type Coercion failed: cannot convert NextButton@246159c1 to PinkNextButton.
    at flash.display::MovieClip/gotoAndStop()
    at Main/onNextButton3Click()'
    for the line
    'femaleDragAndDropPage.femaleMenu.gotoAndStop(2);'
    -This line is for my next button on the first keyframe which leads to the second one and only appears when it is selected-
    On the first keyframe, there is also a next button (with a different instance name) which leads to the second keyframe which works fine so I used the same coding for the next button leading from the second to third keyframe but changed the instance name. This is where I then recieved the errors so cannot view the rest of my pages which come after this one.
    Thank ypu so much for your help!

  • How can I post a link so that the page opens in FireFox, bc the target won't work in IE, & I cannot change the default browser at my school.

    I learned about the 'a ref' code to put into a link that makes the new page open in a new tab. Is there a code to add to the start of a link that I post online so that it always opens the new page using FireFox?

    hello sss30813, it's not possiblefor a link in a website to trigger the opening of a site with a certain browser. the only thing i could imagine to work, is when you create a local shortcut on the pcs for firefox (on the desktop for example) with the command line arguments to open a certain page: http://kb.mozillazine.org/Command_line_arguments

  • How to make top level navigation not refresh

    Hello Guys,
    I have a question concerning on my External Facing Portal, my boss wants that when I click on a tab or a link in the Top Level Navigation , to load the content in the Content Area without refreshing the whole page, What I want is that when I click on a tab or link of the Top Level Navigation , the Top Level Navigation and the MasterHead not to refresh and that the content be loaded and refreshed only in the Content Area. The only way I know to do this is by making a frameset of my page and to make the masterhead and toplevel navigation a frame and the detalied navigation a frame and the content area a frame, and in the links to put the target property to the name of the content area frame, but I don't know if this is possible to do in the portal, I see that all is embedded and I don't know how to make a frameset like this in the portal.
    Any highlights to solve this will sure be appreciated.
    Thanks
    Rewarding points will be given.
    Luis

    Hi,
       When you are implementing External Facing Portal, i think you have used Light Framework Page.  In Light Framework Page, only one Framework has been used, so when you click on the top level navigation, the whole page will get refresh, so there is no otherway as of my knowledge.  If you use standard framework page in portal, it is possible to do (i.e. the content area only get refresh)  and the concept of your External Facing Portal is eliminated here.
    Regards,
    Venkatesh. K
    /* Points are Welcome */

  • How can I make the spry accordion remember the panel open when I refresh the page or jump to a new page?

    How can I make the spry accordion remember the panel open
    when I refresh the page or jump to a new page?
    I am using the accordion feature on all my pages as a
    navigation aid. It has three panels. When you refresh the page the
    panel goes back to the default pane... Is there a way of
    controlling this so that the browser can remember the pane that is
    open (say set a variable, cookie, other?)

    Look for "Set the default open panel" on the following page:
    http://labs.adobe.com/technologies/spry/articles/accordion_overview/index.html
    Keep in mind you would need to change that bit of code on
    every page. The only way to do it more dynamically would be to
    include a custom javascript or PHP/ASP style script in order to
    change the value.

  • Firefox open images in a new tab upon clicking the link,how to make firefox to save images in the folder upon clicking the link

    firefox open images in a new tab upon clicking the link,how to make firefox to save images in the folder upon clicking the link.

    You can right-click the image and use "Save Image As" to save that image.

  • How to make an hypertext link workable with adobe reader for IOS ?

    Hello,
    Hypertext links in a PDF file work perfectly well on Mac OS (Yosemite).
    The same document on an IPAD with IOS is not able to open an hypertext link ...
    How could I do to solve this problem ?
    An author who want to publish electronic books with hypertext links on mobile devices

    Hello Steve,
    All my best wishes for the new year.
    To answer your question :
    . I am writing books on my IMAC with Yosemite  (10.10.1) using Word (14.4.7)
    of  OFFICE MAC.
    . I can open Hyperlink connection by clicking on the link
            . I save the document in a .PDF format
    . This document is sent to my IPAD with IOS 8.1.2
    . In this .PDF document I am no more able to open hyperlink connection
    Please see attached an abstract of my book.
    Thanks a lot for your help and advices.
    Michel Poncet
    Tel: +33 4 76 89 50 82
    http://www.amazon.fr/Glariand-Copent/e/B007NXP7FU
    De :  Steve Werner <[email protected]>
    Répondre à : 
    <[email protected]>
    Date :  vendredi 2 janvier 2015 03:34
    À :  Michel Poncet <[email protected]>
    Objet :   How to make an hypertext link workable with
    adobe reader for IOS ?
    How to make an hypertext link workable with adobe reader for IOS ?
    created by Steve Werner <https://forums.adobe.com/people/Steve+Werner>  in
    Adobe Reader for iOS - View the full discussion
    <https://forums.adobe.com/message/7058559#7058559>
    Hyperlinks can be of several types. What are you linking to? Exactly what
    application did you test the hyperlinks with on the Mac? What application
    did you use to create the hyperlinks?
    If the reply above answers your question, please take a moment to mark this
    answer as correct by visiting:
    https://forums.adobe.com/message/7058559#7058559 and clicking ŒCorrect¹
    below the answer Replies to this message go to everyone subscribed to this
    thread, not directly to the person who posted the message. To post a reply,
    either reply to this email or visit the message page:
    Please note that the Adobe
    Forums do not accept email attachments. If you want to embed an image in
    your message please visit the thread in the forum and click the camera icon:
    https://forums.adobe.com/message/7058559#7058559 To unsubscribe from this
    thread, please visit the message page at
    , click "Following" at the
    top right, & "Stop Following" Start a new discussion in Adobe Reader for iOS
    by email
    <mailto:[email protected]eso
    ftware.com>  or at Adobe Community
    <https://forums.adobe.com/choose-container.jspa?contentType=1&containerType=
    14&container=4631>  For more information about maintaining your forum email
    notifications please go to https://forums.adobe.com/thread/1516624.

  • How do you refresh the page from an action

    Hi,
    I have a page in portal 8.1 containg 6 different portlets. 1 of these
    portlets listens to another, and when called sets a property in a session
    property set. This property is used in a rule so that depending on this rule
    some portlets are only shown (via entitlements) for some values of the
    property. This works fine except for the fact that when pressing the link
    that calls the action in the listening portlet the entire page is not
    refreshed, so the portlets are only replaced whith the next press on a link
    or a page refresh. Now the question is: How do I call an action that
    forwards to a new jsp and at the same time refreshed all the page.
    /Steen

    I think I am doing as you suggest at the moment, by having my action return
    a Forward object , which then calls another action which goes to the jsp.
    This works but is somewhat roundabout, and also I seem to have to use the
    desktop url, which ruins developing in .portal mode (not a big deal since
    entitlements doesn't work there either). However I would like to build my
    url dynamically, but I have not been able to find a way to get the current
    desktop pragrammatically. I can see on this list that others have asked
    about getting the desktop url from a pageflow but without reply, so I had
    hoped there would be another way of refreshing the page.
    /Steen
    "Phil Griffin" <BEA> skrev i en meddelelse
    news:[email protected]..
    Steen,
    If the result of processing changes which pages should be shown, you
    must force those entitlements to be reevaluated by (restarting therequest)
    redirecting the user back to the portal. Otherwise, only the resourceswhose
    entitlements haven't been evaluated to this point (like portlets) will be
    effected on the same request.
    -Phil
    "Steen Larsen" <[email protected]> wrote in message
    news:[email protected]..
    Hi,
    I have a page in portal 8.1 containg 6 different portlets. 1 of these
    portlets listens to another, and when called sets a property in a
    session
    property set. This property is used in a rule so that depending on thisrule
    some portlets are only shown (via entitlements) for some values of the
    property. This works fine except for the fact that when pressing the
    link
    that calls the action in the listening portlet the entire page is not
    refreshed, so the portlets are only replaced whith the next press on alink
    or a page refresh. Now the question is: How do I call an action that
    forwards to a new jsp and at the same time refreshed all the page.
    /Steen

  • When one pushes the + in a tree, it automatically refreshes the page, how..

    How do you stop this? If someone browses my tree and pushes on the + (expand/contract)it shouldn't refresh the page. Where is this parameter set?
    Peter
    Message was edited by:
    Pete

    Hello,
    Thats standard HTML functionalitywhat your going to need to do if possible is provide a name to the link you just pressed so you can target it then add that name to the end of the link on the tree.
    The destination anchor of a link may be an element within an HTML document. The destination anchor must be given an anchor name and any URI addressing this anchor must include the name as its fragment identifier.
    Destination anchors in HTML documents may be specified either by the A element (naming it with the name attribute), or by any other element (naming with the id attribute).
    http://www.w3.org/TR/REC-html40/struct/links.html
    Carl

  • When I place a post on facebook it disappears when I go back in to check on it. My friend told me to refresh the page but I don't know how to do that.

    <blockquote>Locked by Moderator as a duplicate/re-post.
    Please continue the discussion in this thread: [/forum/1/675115]
    Thanks - c</blockquote>
    == Issue
    ==
    I have another kind of problem with Firefox
    == Description
    ==
    My post on facebook disappear. My friend told me to try refreshing the page but I don't see a refresh button. How can I do this?
    == This happened
    ==
    A few times a week
    == when i began posting on facebook
    ==
    == Troubleshooting information
    ==
    none
    == Firefox version
    ==
    3.6.3
    == Operating system
    ==
    Windows XP
    == User Agent
    ==
    Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.2.3) Gecko/20100401 Firefox/3.6.3 (.NET CLR 3.5.30729)
    == Plugins installed
    ==
    *-getplusplusadobe16249
    *nphpclipbook
    *DivX Web Player
    *Office Plugin for Netscape Navigator
    *Adobe Shockwave for Director Netscape plug-in, version 10.2
    *The QuickTime Plugin allows you to view a wide variety of multimedia content in Web pages. For more information, visit the QuickTime Web site.
    *Coupons, Inc. Coupon Printer DLL
    *Adobe PDF Plug-In For Firefox and Netscape
    *Default Plug-in
    *Shockwave Flash 10.0 r45
    *iTunes Detector Plug-in
    *Windows Presentation Foundation (WPF) plug-in for Mozilla browsers
    *Next Generation Java Plug-in 1.6.0_17 for Mozilla browsers
    *Npdsplay dll
    *DRM Store Netscape Plugin
    *DRM Netscape Network Object

    See Here  >  http://support.apple.com/kb/HT1808
    You may need to try this More than Once...  Be sure to Follow ALL the Steps...
    Take your time... Pay particular attention to Steps 3 and 4.
    Some users have reported as many as 8 or 9 attempts were necessary before success.
    If the issue persists...
    Then a Visit to an Apple Store or AASP (Authorized Apple Service Provider) is the Next Step...
    Be sure to make an appointment first...

  • How to make a short clip out of the original one ?

    Some days ago, I asked a question on editing a clip in this forum. The responder asked me to provide a few seconds of the clip for his examination. But I got stuck. I didn't know how to make a clip of a few seconds out of the original clip and that it had the exact same format and properties as the original clip.
    Neither Premier nor After Effect have an ouput option such as "same as original source" .
    So, my question is how to make a short clip out of the original one with everything the same properties as the original one.
    Thanks in advance.

    May be I haven't made myself clear
    Sorry, but I think that I am still not following you.
    I want to export and render the short clip to a new file which I want to have everything the same as the original clip. Just like I cut off a few seconds off it and that few seconds becomes an independent file.
    OK, you have your original source file. It is complete and is also unaltered. If you want a "Copy" of it, just use Windows Explorer, or similar to make that Copy. If you want a separate file of your edited version of that source file (as it appears in the Timeline), use the WAB (Work Area Bar) to include just that edited instance of the source footage, and Export just the WAB. This will give you a separate file with the edits in it.
    I still feel that neither is what you want. If you can step me through, maybe with screen-caps, what you have and what you wish to end up with, I can see the operation more clearly.
    Good luck,
    Hunt

  • HT1365 How can I get my iPhone 4 to update my updates from my app store of it keeps telling me error 3150 or it tell me to refresh the page after updates and the updates are still there asking me to update them again

    How can I get my iPhone 4 to update my updates from my app store of it keeps telling me error 3150 or it tell me to refresh the page after updates and the updates are still there asking me to update them again?

    Make sure iTunes on the computer is logged into the account on the phone.
    Plug the iPhone in.
    In the popup window warning about wiping your phone, hit cancel.
    In the left pane of iTunes, the phone icon should be there.
    Right click on it, select transfer purchases.
    Note: this will only transfer music bought from iTunes. Not mp3's from amazon or ripped from CD's.

  • How to Refresh The Page When The Value of selectinputData Changes

    Hi;
    I have a select input date component and I want to refresh the page when the value of selectinputdate changes. What is the way to do it?
    Also what is the way to do the same thing with choosedate component?
    Thank you very much...

    Hi Turhan,
    You may want to read about the Partial Page Refresh (PPR) capabilities in ADF Faces. You can make the selectInputDate's partialSubmit property "true" and then cause the specific components you wish refreshed have their partialTriggers property set to the ID of the selectInputDate.
    Hope this helps,
    John

  • I am forced to hold shift and refresh the page on 99% of the sites I visit. How do I fix this from happening? If I don't the pages are missing style sheets and etc.

    When ever I go to sites they half load or are missing style sheets. If I view the source for the page and click on a style sheet link I get the following error:
    Content Encoding Error
    The page you are trying to view cannot be shown because it uses an invalid or unsupported form of compression.
    If I hold shift and refresh the page loads as normal.
    It's happening on 99% of the sites I visit. I have disabled my plugins and add-ons.
    I do have some add-ons or plugins that I would like to remove completely but there is no uninstall or remove option, neither in regular or safe mode.

    '''I'm NOT buying a backup Computer till, Firefox will Run on Windows 8 !'''

Maybe you are looking for

  • How to submit a  report program to a standard program.

    I want to submit a report program to a slection screen program which is standard with some values. can any one help me out. here is the code. CONSTANTS:  w_object(10)   type c value  'ZCOST2',            k_projet(10)   TYPE c VALUE 'AIN_AUSA2',      

  • Updating target table with date in owb using mapping

    I want to update the effetive begin date (month begin date) when we load the target table. I have field in target table has Eff_updated_dt defined as DATE. If I use the Data generator operator and then expression operator (trunc (sysdate,'mm' ) it gi

  • Generic Extraction Problem

    HI There, I am trying to creat grneric extractor (with Table) on MBEW table .while i saving it is not saving.it is showing some some error . *ERROR IS Diagnosis You tried to generate an extract structure with the template structure MBEW. This operati

  • Newbie with LOM Questions

    I recently setup our new Intel xServe, mainly for file and print services. I have no problems using or connecting to the LOM processors with the Server Monitor App. But my question is which LOM port should I be using to connect with Server Monitor? I

  • Getting empty namespace (xmlns="") in output of XSLT

    Hi, I am trying to copy data from an input XML to output using XSLT in ESB 10.1.3.4. But empty namespaces are getting added to some tags. Input: <Root> <Node> <Parent1> <Child1> <Child2> <Child3> </Parent1> <Parent2> <Child1> <Child2> <Child3> </Pare