PC Review


Reply
Thread Tools Rate Thread

How to I creat a a back text link

 
 
=?Utf-8?B?Z2FsbGFnaGVybQ==?=
Guest
Posts: n/a
 
      24th May 2005
Hello,

I am trying to create a hyperlink in a web page that returns the viewer to
the previous page from which they came.

Can anyone help? The back/next text buttons are not the issue, the word back
is in the text body and requires the hyperlink.

Many thanks
Martin
 
Reply With Quote
 
 
 
 
Ronx
Guest
Posts: n/a
 
      24th May 2005
<a href="javascript:history.go(-1)">previous page</a>

--
Ron Symonds
Microsoft MVP (FrontPage)
Reply only to group - emails will be deleted unread.

"gallagherm" <(E-Mail Removed)> wrote in message
news:6E25B1C2-01FE-440D-B319-(E-Mail Removed)...
> Hello,
>
> I am trying to create a hyperlink in a web page that returns the
> viewer to
> the previous page from which they came.
>
> Can anyone help? The back/next text buttons are not the issue, the
> word back
> is in the text body and requires the hyperlink.
>
> Many thanks
> Martin



 
Reply With Quote
 
=?Utf-8?B?Z2FsbGFnaGVybQ==?=
Guest
Posts: n/a
 
      24th May 2005
Thanx Ronx.

Funny thing, as I was trying some script out I got a 404 error bage which
had the word 'Back' in red text. I copied the hyperlink which gave the script:

javascript:history.back(1)

This works too. Amazing, as I have been puzzeling over this for several
hours haha!

Again many thanks for your prompt and informative response

God bless all

Martin

"Ronx" wrote:

> <a href="javascript:history.go(-1)">previous page</a>
>
> --
> Ron Symonds
> Microsoft MVP (FrontPage)
> Reply only to group - emails will be deleted unread.
>
> "gallagherm" <(E-Mail Removed)> wrote in message
> news:6E25B1C2-01FE-440D-B319-(E-Mail Removed)...
> > Hello,
> >
> > I am trying to create a hyperlink in a web page that returns the
> > viewer to
> > the previous page from which they came.
> >
> > Can anyone help? The back/next text buttons are not the issue, the
> > word back
> > is in the text body and requires the hyperlink.
> >
> > Many thanks
> > Martin

>
>
>

 
Reply With Quote
 
=?Utf-8?B?TWFjaWVq?=
Guest
Posts: n/a
 
      19th Jul 2005
How one creates a 'next' page text link, that will be automatically updated
when the navigation structure changes? Many thanks
 
Reply With Quote
 
Kevin Spencer
Guest
Posts: n/a
 
      19th Jul 2005
"Next" implies some sort of sequence of pages, which is not typical in web
sites. Can you clarify as to what your specific requirements are?

--
HTH,

Kevin Spencer
Microsoft MVP
..Net Developer
The sun never sets on
the Kingdom of Heaven

"Maciej" <(E-Mail Removed)> wrote in message
news:13D1AD7D-2CB5-40E7-9683-(E-Mail Removed)...
> How one creates a 'next' page text link, that will be automatically
> updated
> when the navigation structure changes? Many thanks



 
Reply With Quote
 
Thomas A. Rowe
Guest
Posts: n/a
 
      19th Jul 2005
You have to manually do this so that you can indicate what the next and previous page is. There is
no way for the navigation structure to determine what should be the next or previous page based on
the navigation structure.

--
==============================================
Thomas A. Rowe (Microsoft MVP - FrontPage)
==============================================
If you feel your current issue is a results of installing
a Service Pack or security update, please contact
Microsoft Product Support Services:
http://support.microsoft.com
If the problem can be shown to have been caused by a
security update, then there is usually no charge for the call.
==============================================

"Maciej" <(E-Mail Removed)> wrote in message
news:13D1AD7D-2CB5-40E7-9683-(E-Mail Removed)...
> How one creates a 'next' page text link, that will be automatically updated
> when the navigation structure changes? Many thanks



 
Reply With Quote
 
Stefan B Rusynko
Guest
Posts: n/a
 
      20th Jul 2005
Insert a nav bar and then select nav bar properties - same level

--

_____________________________________________
SBR @ ENJOY (-: [ Microsoft MVP - FrontPage ]
"Warning - Using the F1 Key will not break anything!" (-;
To find the best Newsgroup for FrontPage support see:
http://www.net-sites.com/sitebuilder/newsgroups.asp
_____________________________________________


"Maciej" <(E-Mail Removed)> wrote in message news:13D1AD7D-2CB5-40E7-9683-(E-Mail Removed)...
| How one creates a 'next' page text link, that will be automatically updated
| when the navigation structure changes? Many thanks


 
Reply With Quote
 
=?Utf-8?B?TWFjaWVq?=
Guest
Posts: n/a
 
      27th Jul 2005
I find FP navigation bars based on navigational structure v. useful. Since
'next' and 'previous' links in the navigational bars get updated
automatically when the order of the same level pages in navigational view is
changed, I was hoping that I could use the same structure in straight
hyperlinks.

In other words, I wanted to insert a hyperlink (but not a full link bar)
that will point to the next page ('next' being determined by navigational
structure order of pages on the same level) that will be updated when the
structure is rearranged. Many thanks.


| How one creates a 'next' page text link, that will be automatically updated
> | when the navigation structure changes? Many thanks
>
>
>

 
Reply With Quote
 
Stefan B Rusynko
Guest
Posts: n/a
 
      27th Jul 2005
Not possible, since only the FP nav bars look at the FP Nav structure

--

_____________________________________________
SBR @ ENJOY (-: [ Microsoft MVP - FrontPage ]
"Warning - Using the F1 Key will not break anything!" (-;
To find the best Newsgroup for FrontPage support see:
http://www.net-sites.com/sitebuilder/newsgroups.asp
_____________________________________________


"Maciej" <(E-Mail Removed)> wrote in message news:E6630E12-BF58-4FB1-B1A6-(E-Mail Removed)...
|I find FP navigation bars based on navigational structure v. useful. Since
| 'next' and 'previous' links in the navigational bars get updated
| automatically when the order of the same level pages in navigational view is
| changed, I was hoping that I could use the same structure in straight
| hyperlinks.
|
| In other words, I wanted to insert a hyperlink (but not a full link bar)
| that will point to the next page ('next' being determined by navigational
| structure order of pages on the same level) that will be updated when the
| structure is rearranged. Many thanks.
|
|
|| How one creates a 'next' page text link, that will be automatically updated
| > | when the navigation structure changes? Many thanks
| >
| >
| >


 
Reply With Quote
 
=?Utf-8?B?TWFjaWVq?=
Guest
Posts: n/a
 
      27th Jul 2005
Thanks. So there is no access to the Nav structure even programatically?
Failing that, is there a way of including 'Previous/Next' Nav. bar but
formating 'Previous' and 'Next' text as say, left and right arrows or '< |
>'? Cheers.


"Stefan B Rusynko" wrote:

> Not possible, since only the FP nav bars look at the FP Nav structure


 
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
How to creat a new table to the back end (BE) from the front end ( Ben Microsoft Access VBA Modules 4 20th Nov 2008 04:28 PM
creat text box link =?Utf-8?B?WXZlcw==?= Microsoft Word Document Management 2 21st Apr 2006 08:15 PM
Creat a Back order =?Utf-8?B?QWx2aW4gU21pdGg=?= Microsoft Access Forms 1 5th Feb 2005 11:31 PM
How to use a dynamic text link as a post-back trigger? darrel Microsoft ASP .NET 1 28th Jan 2005 12:56 AM
D-Link - Cannot creat ics connection lori Windows XP Networking 1 20th Oct 2003 10:36 AM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 11:59 AM.