PC Review


Reply
Thread Tools Rate Thread

"back" navigation how to?

 
 
jd
Guest
Posts: n/a
 
      4th Nov 2004
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!


 
Reply With Quote
 
 
 
 
Murray
Guest
Posts: n/a
 
      4th Nov 2004
Without using js? Can't be done. Why not use js?

--
Murray

"jd" <(E-Mail Removed)> wrote in message
news:%(E-Mail Removed)...
> 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!
>
>



 
Reply With Quote
 
=?Windows-1252?Q?Rob_Giordano_\=28aka:_Crash_Gordo
Guest
Posts: n/a
 
      5th Nov 2004
I can't see what shared borders has to do with this?

"Murray" <(E-Mail Removed)> wrote in message news:(E-Mail Removed)...
| Without using js? Can't be done. Why not use js?
|
| --
| Murray
|
| "jd" <(E-Mail Removed)> wrote in message
| news:%(E-Mail Removed)...
| > 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!
| >
| >
|
|
 
Reply With Quote
 
Don
Guest
Posts: n/a
 
      5th Nov 2004
JavaScript is no big deal!

Try this
<input type="button" value="Back" onclick="history.go(-1)">

Don
"jd" <(E-Mail Removed)> wrote in message
news:%(E-Mail Removed)...
| 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!
|
|


 
Reply With Quote
 
jd
Guest
Posts: n/a
 
      5th Nov 2004
You're right- js is no big deal and I already know how to do it.

Let me elaborate. I've been playing around with MS Commerce Manager. This is
their secure shopping cart service. Say I have a "buy" link next to a
product that is shown on a page that's 5 pages deep into my site. I click on
"buy" and get immediately taken to MS's secure server where I see my cart
and the item I just bought. All is well. I click on continue shopping and go
back to the product page. Now the problem- I then click the browser "Back"
button and wham, I'm back to the shopping cart and stuck in a loop. There is
no way to move back up in my site using the browser "Back" button and MS
tech support says do NOT use js to make a "back" link.


"Don" <~-~@nowhere.org> wrote in message
news:(E-Mail Removed)...
> JavaScript is no big deal!
>
> Try this
> <input type="button" value="Back" onclick="history.go(-1)">
>
> Don
> "jd" <(E-Mail Removed)> wrote in message
> news:%(E-Mail Removed)...
> | 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!
> |
> |
>
>



 
Reply With Quote
 
Don
Guest
Posts: n/a
 
      5th Nov 2004
Then you want the button to take you where?

Don
"jd" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
| You're right- js is no big deal and I already know how to do it.
|
| Let me elaborate. I've been playing around with MS Commerce Manager. This
is
| their secure shopping cart service. Say I have a "buy" link next to a
| product that is shown on a page that's 5 pages deep into my site. I click
on
| "buy" and get immediately taken to MS's secure server where I see my cart
| and the item I just bought. All is well. I click on continue shopping and
go
| back to the product page. Now the problem- I then click the browser "Back"
| button and wham, I'm back to the shopping cart and stuck in a loop. There
is
| no way to move back up in my site using the browser "Back" button and MS
| tech support says do NOT use js to make a "back" link.
|
|
| "Don" <~-~@nowhere.org> wrote in message
| news:(E-Mail Removed)...
| > JavaScript is no big deal!
| >
| > Try this
| > <input type="button" value="Back" onclick="history.go(-1)">
| >
| > Don
| > "jd" <(E-Mail Removed)> wrote in message
| > news:%(E-Mail Removed)...
| > | 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!
| > |
| > |
| >
| >
|
|


 
Reply With Quote
 
jd
Guest
Posts: n/a
 
      5th Nov 2004
Back to the 4th page- not back to the shopping cart. Going back to the
shopping cart seems to me like clicking on "forward", not "back".


"Don" <~-~@nowhere.org> wrote in message
news:%(E-Mail Removed)...
> Then you want the button to take you where?
>
> Don
> "jd" <(E-Mail Removed)> wrote in message
> news:(E-Mail Removed)...
> | You're right- js is no big deal and I already know how to do it.
> |
> | Let me elaborate. I've been playing around with MS Commerce Manager.

This
> is
> | their secure shopping cart service. Say I have a "buy" link next to a
> | product that is shown on a page that's 5 pages deep into my site. I

click
> on
> | "buy" and get immediately taken to MS's secure server where I see my

cart
> | and the item I just bought. All is well. I click on continue shopping

and
> go
> | back to the product page. Now the problem- I then click the browser

"Back"
> | button and wham, I'm back to the shopping cart and stuck in a loop.

There
> is
> | no way to move back up in my site using the browser "Back" button and MS
> | tech support says do NOT use js to make a "back" link.
> |
> |
> | "Don" <~-~@nowhere.org> wrote in message
> | news:(E-Mail Removed)...
> | > JavaScript is no big deal!
> | >
> | > Try this
> | > <input type="button" value="Back" onclick="history.go(-1)">
> | >
> | > Don
> | > "jd" <(E-Mail Removed)> wrote in message
> | > news:%(E-Mail Removed)...
> | > | 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!
> | > |
> | > |
> | >
> | >
> |
> |
>
>



 
Reply With Quote
 
Don
Guest
Posts: n/a
 
      5th Nov 2004
OR the button could take them to

<input type="button" value="Back" onclick="history.go(-3)">

Witch would take them to (not the page they were on and not the cart "thats
2" but the -3 takes them to the page they were on before the page of the
product )

Just a thought

Don

"jd" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
| You're right- js is no big deal and I already know how to do it.
|
| Let me elaborate. I've been playing around with MS Commerce Manager. This
is
| their secure shopping cart service. Say I have a "buy" link next to a
| product that is shown on a page that's 5 pages deep into my site. I click
on
| "buy" and get immediately taken to MS's secure server where I see my cart
| and the item I just bought. All is well. I click on continue shopping and
go
| back to the product page. Now the problem- I then click the browser "Back"
| button and wham, I'm back to the shopping cart and stuck in a loop. There
is
| no way to move back up in my site using the browser "Back" button and MS
| tech support says do NOT use js to make a "back" link.
|
|
| "Don" <~-~@nowhere.org> wrote in message
| news:(E-Mail Removed)...
| > JavaScript is no big deal!
| >
| > Try this
| > <input type="button" value="Back" onclick="history.go(-1)">
| >
| > Don
| > "jd" <(E-Mail Removed)> wrote in message
| > news:%(E-Mail Removed)...
| > | 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!
| > |
| > |
| >
| >
|
|


 
Reply With Quote
 
Don
Guest
Posts: n/a
 
      5th Nov 2004
Another thought...

If you are using a data driven site just make the link to the selection page
for the products.
Sometimes the simple approach is the best.

Don
"jd" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
| You're right- js is no big deal and I already know how to do it.
|
| Let me elaborate. I've been playing around with MS Commerce Manager. This
is
| their secure shopping cart service. Say I have a "buy" link next to a
| product that is shown on a page that's 5 pages deep into my site. I click
on
| "buy" and get immediately taken to MS's secure server where I see my cart
| and the item I just bought. All is well. I click on continue shopping and
go
| back to the product page. Now the problem- I then click the browser "Back"
| button and wham, I'm back to the shopping cart and stuck in a loop. There
is
| no way to move back up in my site using the browser "Back" button and MS
| tech support says do NOT use js to make a "back" link.
|
|
| "Don" <~-~@nowhere.org> wrote in message
| news:(E-Mail Removed)...
| > JavaScript is no big deal!
| >
| > Try this
| > <input type="button" value="Back" onclick="history.go(-1)">
| >
| > Don
| > "jd" <(E-Mail Removed)> wrote in message
| > news:%(E-Mail Removed)...
| > | 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!
| > |
| > |
| >
| >
|
|


 
Reply With Quote
 
Don
Guest
Posts: n/a
 
      5th Nov 2004
You are right that would be -4

Don

"Don" <~-~@nowhere.org> wrote in message
news:%23F$(E-Mail Removed)...
| OR the button could take them to
|
| <input type="button" value="Back" onclick="history.go(-3)">
|
| Witch would take them to (not the page they were on and not the cart
"thats
| 2" but the -3 takes them to the page they were on before the page of the
| product )
|
| Just a thought
|
| Don
|
| "jd" <(E-Mail Removed)> wrote in message
| news:(E-Mail Removed)...
|| You're right- js is no big deal and I already know how to do it.
||
|| Let me elaborate. I've been playing around with MS Commerce Manager. This
| is
|| their secure shopping cart service. Say I have a "buy" link next to a
|| product that is shown on a page that's 5 pages deep into my site. I click
| on
|| "buy" and get immediately taken to MS's secure server where I see my cart
|| and the item I just bought. All is well. I click on continue shopping and
| go
|| back to the product page. Now the problem- I then click the browser
"Back"
|| button and wham, I'm back to the shopping cart and stuck in a loop. There
| is
|| no way to move back up in my site using the browser "Back" button and MS
|| tech support says do NOT use js to make a "back" link.
||
||
|| "Don" <~-~@nowhere.org> wrote in message
|| news:(E-Mail Removed)...
|| > JavaScript is no big deal!
|| >
|| > Try this
|| > <input type="button" value="Back" onclick="history.go(-1)">
|| >
|| > Don
|| > "jd" <(E-Mail Removed)> wrote in message
|| > news:%(E-Mail Removed)...
|| > | 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!
|| > |
|| > |
|| >
|| >
||
||
|
|


 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
"subject" to show below the "from" in the navigation pane Mike Microsoft Outlook Discussion 3 26th Oct 2009 01:43 PM
"Tasks" & "Calender" have disappeared from my Navigation Pane ? Snorbens Microsoft Outlook Discussion 1 5th Nov 2008 09:35 PM
I can't find the "Outlook Today" folder in the "Navigation Pane" =?Utf-8?B?am9obiBoIHN0ZWluYmVyZw==?= Microsoft Outlook Discussion 2 19th Sep 2006 02:35 AM
"Enable" download setting mysteriously switched back to "Disable" =?Utf-8?B?a3B5?= Windows XP Internet Explorer 5 9th Dec 2005 02:40 PM
Ted" <"""""""""" Is Back , Ignore his posts. Bob S Windows XP General 3 24th Jul 2003 11:21 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 05:08 AM.