PC Review


Reply
Thread Tools Rate Thread

Bookmarks to different sections on another page

 
 
=?Utf-8?B?cGF1bHM=?=
Guest
Posts: n/a
 
      25th Jun 2005
I am creating a main page of which I wish to have hyperlinks to bookmarked
areas on another page. The problem I am having is that I want to display
only the bookmarked section of the page. When I create and display the
bookmarked hyperlink on my main page in the frame, I not only see the text
where the book mark is but I also see the rest of the page. So I only want a
certain sections, say paragraph 2 and 3, to be shown in my frame when I click
the hyperlink.

How I created the bookmarked page. Created a blank web page, added the
text/paragraphs, then at certain paragraphs I inserted the bookmark using a
unique name for each one. So bookmark1 would be for paragraphs 2&3 and then
bookmark2 would be for paragraphs 5&6. So how can you display only the booked
marked paragraphs for bookmark1 when you click the hyperlink?

Hope I made sense of this to you.

 
Reply With Quote
 
 
 
 
Thomas A. Rowe
Guest
Posts: n/a
 
      25th Jun 2005
Sorry, that is how bookmarks work.

You can look into using CSS / Layers, which may help or you can look into custom server-side
scripting, such as ASP, ASP.net, PHP to accomplish.

--
==============================================
Thomas A. Rowe (Microsoft MVP - FrontPage)
WebMaster Resources(tm)
http://www.ycoln-resources.com
FrontPage Resources, WebCircle, MS KB Quick Links, etc.
==============================================
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.
==============================================

"pauls" <(E-Mail Removed)> wrote in message
news:20324955-99BC-47C4-8C08-(E-Mail Removed)...
>I am creating a main page of which I wish to have hyperlinks to bookmarked
> areas on another page. The problem I am having is that I want to display
> only the bookmarked section of the page. When I create and display the
> bookmarked hyperlink on my main page in the frame, I not only see the text
> where the book mark is but I also see the rest of the page. So I only want a
> certain sections, say paragraph 2 and 3, to be shown in my frame when I click
> the hyperlink.
>
> How I created the bookmarked page. Created a blank web page, added the
> text/paragraphs, then at certain paragraphs I inserted the bookmark using a
> unique name for each one. So bookmark1 would be for paragraphs 2&3 and then
> bookmark2 would be for paragraphs 5&6. So how can you display only the booked
> marked paragraphs for bookmark1 when you click the hyperlink?
>
> Hope I made sense of this to you.
>



 
Reply With Quote
 
=?Utf-8?B?cGF1bHM=?=
Guest
Posts: n/a
 
      25th Jun 2005
I might have found a way around this, maybe. What I did was set the frame to
a specified size and then went to my page where the data is that that I want
to display and created tables for my data and set the tables to the same size
as my frame. By doing this I seem to be able to present only the data that I
want to in my frame on my main page. Going forward for now, the data that I
am working with will always be of a certain amount so I can fit that into my
table and frame.

Yes as time goes on ASP would make the most sense.

"Thomas A. Rowe" wrote:

> Sorry, that is how bookmarks work.
>
> You can look into using CSS / Layers, which may help or you can look into custom server-side
> scripting, such as ASP, ASP.net, PHP to accomplish.
>
> --
> ==============================================
> Thomas A. Rowe (Microsoft MVP - FrontPage)
> WebMaster Resources(tm)
> http://www.ycoln-resources.com
> FrontPage Resources, WebCircle, MS KB Quick Links, etc.
> ==============================================
> 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.
> ==============================================
>
> "pauls" <(E-Mail Removed)> wrote in message
> news:20324955-99BC-47C4-8C08-(E-Mail Removed)...
> >I am creating a main page of which I wish to have hyperlinks to bookmarked
> > areas on another page. The problem I am having is that I want to display
> > only the bookmarked section of the page. When I create and display the
> > bookmarked hyperlink on my main page in the frame, I not only see the text
> > where the book mark is but I also see the rest of the page. So I only want a
> > certain sections, say paragraph 2 and 3, to be shown in my frame when I click
> > the hyperlink.
> >
> > How I created the bookmarked page. Created a blank web page, added the
> > text/paragraphs, then at certain paragraphs I inserted the bookmark using a
> > unique name for each one. So bookmark1 would be for paragraphs 2&3 and then
> > bookmark2 would be for paragraphs 5&6. So how can you display only the booked
> > marked paragraphs for bookmark1 when you click the hyperlink?
> >
> > Hope I made sense of this to you.
> >

>
>
>

 
Reply With Quote
 
Trevor L.
Guest
Posts: n/a
 
      26th Jun 2005
I just browsed through this thread and the thought that came to mind was -
Why not use style="hidden" and tyle ="show" ( if that's the correct syntax -
back to the manual to check)

This way you could set up hyperlinks which when checked set the style of all
text you wanted to see to "show" and that of all text you didn't want to see
to "hide".

Does it make sense, and what do the experts think?

--
Cheers,
Trevor L., WIP (Web Interested Person)
Website: http://tandcl.homemail.com.au

pauls wrote:
> I might have found a way around this, maybe. What I did was set the
> frame to a specified size and then went to my page where the data is
> that that I want to display and created tables for my data and set
> the tables to the same size as my frame. By doing this I seem to be
> able to present only the data that I want to in my frame on my main
> page. Going forward for now, the data that I am working with will
> always be of a certain amount so I can fit that into my table and
> frame.
>
> Yes as time goes on ASP would make the most sense.
>
> "Thomas A. Rowe" wrote:
>
>> Sorry, that is how bookmarks work.
>>
>> You can look into using CSS / Layers, which may help or you can look
>> into custom server-side scripting, such as ASP, ASP.net, PHP to
>> accomplish.
>>
>> --
>> ==============================================
>> Thomas A. Rowe (Microsoft MVP - FrontPage)
>> WebMaster Resources(tm)
>> http://www.ycoln-resources.com
>> FrontPage Resources, WebCircle, MS KB Quick Links, etc.
>> ==============================================
>> 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.
>> ==============================================
>>
>> "pauls" <(E-Mail Removed)> wrote in message
>> news:20324955-99BC-47C4-8C08-(E-Mail Removed)...
>>> I am creating a main page of which I wish to have hyperlinks to
>>> bookmarked areas on another page. The problem I am having is that
>>> I want to display only the bookmarked section of the page. When I
>>> create and display the bookmarked hyperlink on my main page in the
>>> frame, I not only see the text where the book mark is but I also
>>> see the rest of the page. So I only want a certain sections, say
>>> paragraph 2 and 3, to be shown in my frame when I click the
>>> hyperlink.
>>>
>>> How I created the bookmarked page. Created a blank web page, added
>>> the text/paragraphs, then at certain paragraphs I inserted the
>>> bookmark using a unique name for each one. So bookmark1 would be
>>> for paragraphs 2&3 and then bookmark2 would be for paragraphs 5&6.
>>> So how can you display only the booked marked paragraphs for
>>> bookmark1 when you click the hyperlink?
>>>
>>> Hope I made sense of this to you.



I choose Polesoft Lockspam to fight spam, and you?
http://www.polesoft.com/refer.html


 
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
Continuous Sections, Page Breaks and Page Numbering Rita''s Water Ice Microsoft Word Document Management 2 18th Dec 2007 10:26 AM
Word 2007 bookmarks - How to display bookmarks on page? =?Utf-8?B?cmdpbGxl?= Microsoft Word Document Management 1 21st Apr 2007 10:06 PM
Document with protected sections, page up and page down =?Utf-8?B?TWF0dE0=?= Microsoft Word Document Management 0 6th Nov 2006 04:55 PM
page header on first page and sections from copied document Amedee Van Gasse Microsoft Word New Users 4 13th Jun 2005 10:14 AM
page header on first page and sections from copied document Amedee Van Gasse Microsoft Word Document Management 1 8th Jun 2005 12:44 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 02:27 AM.