Re: "back" navigation how to?
From: Ronx (ronx917_at_hotmail.com)
Date: 11/05/04
- Next message: jvgallegos: "non-active server password-protected Web page"
- Previous message: crmakara: "Looking for FrontPage graphic or icon."
- In reply to: jd: "Re: "back" navigation how to?"
- Messages sorted by: [ date ] [ thread ]
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! >> > >> > >> >> > >
- Next message: jvgallegos: "non-active server password-protected Web page"
- Previous message: crmakara: "Looking for FrontPage graphic or icon."
- In reply to: jd: "Re: "back" navigation how to?"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|