Re: "back" navigation how to?

Tech-Archive recommends: Repair Windows Errors & Optimize Windows Performance

From: Ronx (ronx917_at_hotmail.com)
Date: 11/05/04


Date: Fri, 5 Nov 2004 21:59:31 -0000

The FrontPage Back and Next links use Navigation Bars. The links are
calculated when the page is saved and the hyperlinks are hard coded to point
to the adjacent pages in navigation view. They do not emulate the browser
Back and Forward buttons.

You could investigate opening the cart pages in a new browser window (the
"buy now" links will include the attribute target="_blank", then closing
the cart will re-establish the original product page. The browser Back
button, and JavaScript emulations, will work perfectly.
However, if the user does not close the cart, it is possible that purchasing
several products will result in several carts being opened - all showing
different information. Which window is the current window?
Using target="cart" in the links will limit the number of cart windows to
one, but if the user minimises the window, a subsequent transaction will
leave it minimised, possibly leaving the user in a state of confusion.

-- 
Ron Symonds   (Microsoft MVP - FrontPage)
Reply only to group - emails will be deleted unread.
"jd" <groundzero@earthlink.net> wrote in message 
news:u0qu8N1wEHA.1392@tk2msftngp13.phx.gbl...
> Javascript simply will not work. The MS tech support guy was correct. Both
> js and the browser back button lock you into a page/cart loop.
>
> I believe FP can create "back" and "forward" links that don't rely on JS. 
> At
> least that's what I think the FP online help is telling me. And I'm 
> guessing
> the links use FP extensions.
>
> Maybe an MVP will pick up this thread and comment.
>
>
>
>
> "Andrew Murray" <SPAMadBUSTERmurray@iinet.net.au> wrote in message
> news:418b4613$0$6554$5a62ac22@per-qv1-newsreader-01.iinet.net.au...
>> can't be done without one of the things you've mentioned.
>>
>> even <a href="#" onclick="go.history(-1);"> is javascript though probably
> the
>> smallest bit of JS you're likely to see.
>>
>>
>>
>> Otherwise get uses to press the back button on their browser.
>>
>> Or create a link, physically linking the page before.
>>
>> the above javascript is better though.
>>
>>
>> "jd" <groundzero@earthlink.net> wrote in message
>> news:%231V8pPswEHA.3832@TK2MSFTNGP10.phx.gbl...
>> > FP2002 question
>> >
>> > How do I add a "back" navigation link on my pages without resorting to
>> > Javascript? I do not use shared borders or FP generated nav bars on any
> of
>> > my pages. Can this be done or must I start over with shared borders?
> I've
>> > tried reading the FPonline help but this is one confusing topic!
>> >
>> >
>>
>>
>
> 


Relevant Pages

  • Phantom focus
    ... and focus as the only means of navigation. ... it's only tags) the browser wants to set focus to other elements, ... e.g., the address bar, the entire window, etc. ... I've been able to turn off toolbars and set the browser in full screen ...
    (comp.lang.javascript)
  • Phantom focus
    ... and focus as the only means of navigation. ... it's only tags) the browser wants to set focus to other elements, ... e.g., the address bar, the entire window, etc. ... I've been able to turn off toolbars and set the browser in full screen ...
    (comp.lang.javascript)
  • Re: NewWindow2 handling example
    ... invisible window hosting a WebBrowser ... this temporary browser will be ... > information to cancel the navigation, ... could you please post here the value of the NewWindow3 event? ...
    (microsoft.public.inetsdk.programming.webbrowser_ctl)
  • Re: Get viewers browser to open second copy?
    ... Idea, of course, is to bring viewers ... most-commonly used piece of navigation on the web (hyperlinks are ... window stops people using the back button to return to your site. ... their browser, but then they'll probably close that too. ...
    (comp.infosystems.www.authoring.html)
  • comp.lang.javascript FAQ - Quick Answers 2008-10-13
    ... Javascript Tips ... _How can I disable the back button in a web browser_? ... _How do I check to see if a child window is open, ... upon the cache headers that your server sends. ...
    (comp.lang.javascript)