PC Review


Reply
Thread Tools Rate Thread

change script for collapsible outline

 
 
C.M.G.
Guest
Posts: n/a
 
      27th Dec 2005

ms office FrontPage 2003 sp2
win xp pro sp2

FrontPage creates a script for collapsible outlines (outline.js). FrontPage
allows for two settings: initial state of table is either collapsed or
expanded.

The issue is: when navigating away from the expanded outline (suppose it
includes links) and later returning to it, the table is collapsed again. I
would like for the table to be initially collapsed, but if I expand it,
leave it, and come back to it, I would like for it to be in the same state
in which I left it (i.e. expanded).

Does anybody know how to do this?

Thanks,

Clem.


 
Reply With Quote
 
 
 
 
Steve Easton
Guest
Posts: n/a
 
      27th Dec 2005
You need to do two things.
Change the script in the outline.js file:
http://support.microsoft.com/kb/q230124/

then remove the mouse event from the html page, that causes the table to collapse when the
mouse leaves the table

--
Steve Easton
Microsoft MVP FrontPage
95isalive
This site is best viewed............
........................with a computer

"C.M.G." <(E-Mail Removed)> wrote in message
news:e$(E-Mail Removed)...
>
> ms office FrontPage 2003 sp2
> win xp pro sp2
>
> FrontPage creates a script for collapsible outlines (outline.js). FrontPage
> allows for two settings: initial state of table is either collapsed or
> expanded.
>
> The issue is: when navigating away from the expanded outline (suppose it
> includes links) and later returning to it, the table is collapsed again. I
> would like for the table to be initially collapsed, but if I expand it,
> leave it, and come back to it, I would like for it to be in the same state
> in which I left it (i.e. expanded).
>
> Does anybody know how to do this?
>
> Thanks,
>
> Clem.
>
>



 
Reply With Quote
 
C.M.G.
Guest
Posts: n/a
 
      28th Dec 2005

Steve,

Thank you for your reply.

I want to preface my note with explaining that I am a bit of a novice at
this.

1, You said to change the script in the outline.js file, but when I looked
at the KB article, I was confused about whether the changes mentioned in the
KB article need only be made in the outline.js file, or whether the
instructions in the KB article also refer to the html code in the html page
that contains the collapsible outline (my attempts at following the
instructions in the KB article resulted in miserable failure).

2, You suggested that I remove the mouse event from the html page that
causes the collapse when the mouse leaves the table, but I am unclear how to
leave the page if not by a mouse event -- or am I misunderstanding you?

Your comments are much appreciated!

Clem.


"Steve Easton" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
> You need to do two things.
> Change the script in the outline.js file:
> http://support.microsoft.com/kb/q230124/
>
> then remove the mouse event from the html page, that causes the table to
> collapse when the
> mouse leaves the table
>
> --
> Steve Easton
> Microsoft MVP FrontPage
> 95isalive
> This site is best viewed............
> .......................with a computer
>
> "C.M.G." <(E-Mail Removed)> wrote in message
> news:e$(E-Mail Removed)...
>>
>> ms office FrontPage 2003 sp2
>> win xp pro sp2
>>
>> FrontPage creates a script for collapsible outlines (outline.js).
>> FrontPage
>> allows for two settings: initial state of table is either collapsed or
>> expanded.
>>
>> The issue is: when navigating away from the expanded outline (suppose it
>> includes links) and later returning to it, the table is collapsed again.
>> I
>> would like for the table to be initially collapsed, but if I expand it,
>> leave it, and come back to it, I would like for it to be in the same
>> state
>> in which I left it (i.e. expanded).
>>
>> Does anybody know how to do this?
>>
>> Thanks,
>>
>> Clem.
>>
>>

>
>



 
Reply With Quote
 
Murray
Guest
Posts: n/a
 
      28th Dec 2005
Check this out - a quick and easy way to
get expandible lists. This method solves the problem with FP's collapsible
list code that is NOT FF/NN compatible, and will therefore work in all
browsers.

http://www.murraytestsite.com/collapsiblelist.htm

It uses some CSS, and the FP Change Property behavior.


--
Murray
============

"C.M.G." <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
>
> Steve,
>
> Thank you for your reply.
>
> I want to preface my note with explaining that I am a bit of a novice at
> this.
>
> 1, You said to change the script in the outline.js file, but when I
> looked at the KB article, I was confused about whether the changes
> mentioned in the KB article need only be made in the outline.js file, or
> whether the instructions in the KB article also refer to the html code in
> the html page that contains the collapsible outline (my attempts at
> following the instructions in the KB article resulted in miserable
> failure).
>
> 2, You suggested that I remove the mouse event from the html page that
> causes the collapse when the mouse leaves the table, but I am unclear how
> to leave the page if not by a mouse event -- or am I misunderstanding you?
>
> Your comments are much appreciated!
>
> Clem.
>
>
> "Steve Easton" <(E-Mail Removed)> wrote in message
> news:(E-Mail Removed)...
>> You need to do two things.
>> Change the script in the outline.js file:
>> http://support.microsoft.com/kb/q230124/
>>
>> then remove the mouse event from the html page, that causes the table to
>> collapse when the
>> mouse leaves the table
>>
>> --
>> Steve Easton
>> Microsoft MVP FrontPage
>> 95isalive
>> This site is best viewed............
>> .......................with a computer
>>
>> "C.M.G." <(E-Mail Removed)> wrote in message
>> news:e$(E-Mail Removed)...
>>>
>>> ms office FrontPage 2003 sp2
>>> win xp pro sp2
>>>
>>> FrontPage creates a script for collapsible outlines (outline.js).
>>> FrontPage
>>> allows for two settings: initial state of table is either collapsed or
>>> expanded.
>>>
>>> The issue is: when navigating away from the expanded outline (suppose it
>>> includes links) and later returning to it, the table is collapsed again.
>>> I
>>> would like for the table to be initially collapsed, but if I expand it,
>>> leave it, and come back to it, I would like for it to be in the same
>>> state
>>> in which I left it (i.e. expanded).
>>>
>>> Does anybody know how to do this?
>>>
>>> Thanks,
>>>
>>> Clem.
>>>
>>>

>>
>>

>
>



 
Reply With Quote
 
C.M.G.
Guest
Posts: n/a
 
      28th Dec 2005

Murray,

Thanks for your post. I'll start playing with it.

Clem.

"Murray" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
> Check this out - a quick and easy way to
> get expandible lists. This method solves the problem with FP's
> collapsible
> list code that is NOT FF/NN compatible, and will therefore work in all
> browsers.
>
> http://www.murraytestsite.com/collapsiblelist.htm
>
> It uses some CSS, and the FP Change Property behavior.
>
>
> --
> Murray
> ============
>
> "C.M.G." <(E-Mail Removed)> wrote in message
> news:(E-Mail Removed)...
>>
>> Steve,
>>
>> Thank you for your reply.
>>
>> I want to preface my note with explaining that I am a bit of a novice at
>> this.
>>
>> 1, You said to change the script in the outline.js file, but when I
>> looked at the KB article, I was confused about whether the changes
>> mentioned in the KB article need only be made in the outline.js file, or
>> whether the instructions in the KB article also refer to the html code in
>> the html page that contains the collapsible outline (my attempts at
>> following the instructions in the KB article resulted in miserable
>> failure).
>>
>> 2, You suggested that I remove the mouse event from the html page that
>> causes the collapse when the mouse leaves the table, but I am unclear how
>> to leave the page if not by a mouse event -- or am I misunderstanding
>> you?
>>
>> Your comments are much appreciated!
>>
>> Clem.
>>
>>
>> "Steve Easton" <(E-Mail Removed)> wrote in message
>> news:(E-Mail Removed)...
>>> You need to do two things.
>>> Change the script in the outline.js file:
>>> http://support.microsoft.com/kb/q230124/
>>>
>>> then remove the mouse event from the html page, that causes the table to
>>> collapse when the
>>> mouse leaves the table
>>>
>>> --
>>> Steve Easton
>>> Microsoft MVP FrontPage
>>> 95isalive
>>> This site is best viewed............
>>> .......................with a computer
>>>
>>> "C.M.G." <(E-Mail Removed)> wrote in message
>>> news:e$(E-Mail Removed)...
>>>>
>>>> ms office FrontPage 2003 sp2
>>>> win xp pro sp2
>>>>
>>>> FrontPage creates a script for collapsible outlines (outline.js).
>>>> FrontPage
>>>> allows for two settings: initial state of table is either collapsed or
>>>> expanded.
>>>>
>>>> The issue is: when navigating away from the expanded outline (suppose
>>>> it
>>>> includes links) and later returning to it, the table is collapsed
>>>> again. I
>>>> would like for the table to be initially collapsed, but if I expand it,
>>>> leave it, and come back to it, I would like for it to be in the same
>>>> state
>>>> in which I left it (i.e. expanded).
>>>>
>>>> Does anybody know how to do this?
>>>>
>>>> Thanks,
>>>>
>>>> Clem.
>>>>
>>>>
>>>
>>>

>>
>>

>
>



 
Reply With Quote
 
Murray
Guest
Posts: n/a
 
      28th Dec 2005
Let me know if you have problems....

--
Murray
============

"C.M.G." <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
>
> Murray,
>
> Thanks for your post. I'll start playing with it.
>
> Clem.
>
> "Murray" <(E-Mail Removed)> wrote in message
> news:(E-Mail Removed)...
>> Check this out - a quick and easy way to
>> get expandible lists. This method solves the problem with FP's
>> collapsible
>> list code that is NOT FF/NN compatible, and will therefore work in all
>> browsers.
>>
>> http://www.murraytestsite.com/collapsiblelist.htm
>>
>> It uses some CSS, and the FP Change Property behavior.
>>
>>
>> --
>> Murray
>> ============
>>
>> "C.M.G." <(E-Mail Removed)> wrote in message
>> news:(E-Mail Removed)...
>>>
>>> Steve,
>>>
>>> Thank you for your reply.
>>>
>>> I want to preface my note with explaining that I am a bit of a novice at
>>> this.
>>>
>>> 1, You said to change the script in the outline.js file, but when I
>>> looked at the KB article, I was confused about whether the changes
>>> mentioned in the KB article need only be made in the outline.js file, or
>>> whether the instructions in the KB article also refer to the html code
>>> in the html page that contains the collapsible outline (my attempts at
>>> following the instructions in the KB article resulted in miserable
>>> failure).
>>>
>>> 2, You suggested that I remove the mouse event from the html page that
>>> causes the collapse when the mouse leaves the table, but I am unclear
>>> how to leave the page if not by a mouse event -- or am I
>>> misunderstanding you?
>>>
>>> Your comments are much appreciated!
>>>
>>> Clem.
>>>
>>>
>>> "Steve Easton" <(E-Mail Removed)> wrote in message
>>> news:(E-Mail Removed)...
>>>> You need to do two things.
>>>> Change the script in the outline.js file:
>>>> http://support.microsoft.com/kb/q230124/
>>>>
>>>> then remove the mouse event from the html page, that causes the table
>>>> to collapse when the
>>>> mouse leaves the table
>>>>
>>>> --
>>>> Steve Easton
>>>> Microsoft MVP FrontPage
>>>> 95isalive
>>>> This site is best viewed............
>>>> .......................with a computer
>>>>
>>>> "C.M.G." <(E-Mail Removed)> wrote in message
>>>> news:e$(E-Mail Removed)...
>>>>>
>>>>> ms office FrontPage 2003 sp2
>>>>> win xp pro sp2
>>>>>
>>>>> FrontPage creates a script for collapsible outlines (outline.js).
>>>>> FrontPage
>>>>> allows for two settings: initial state of table is either collapsed or
>>>>> expanded.
>>>>>
>>>>> The issue is: when navigating away from the expanded outline (suppose
>>>>> it
>>>>> includes links) and later returning to it, the table is collapsed
>>>>> again. I
>>>>> would like for the table to be initially collapsed, but if I expand
>>>>> it,
>>>>> leave it, and come back to it, I would like for it to be in the same
>>>>> state
>>>>> in which I left it (i.e. expanded).
>>>>>
>>>>> Does anybody know how to do this?
>>>>>
>>>>> Thanks,
>>>>>
>>>>> Clem.
>>>>>
>>>>>
>>>>
>>>>
>>>
>>>

>>
>>

>
>



 
Reply With Quote
 
C.M.G.
Guest
Posts: n/a
 
      29th Dec 2005

Thanks!

Clem.

"Murray" <(E-Mail Removed)> wrote in message
news:%237IzH%23%(E-Mail Removed)...
> Let me know if you have problems....
>
> --
> Murray
> ============
>
> "C.M.G." <(E-Mail Removed)> wrote in message
> news:(E-Mail Removed)...
>>
>> Murray,
>>
>> Thanks for your post. I'll start playing with it.
>>
>> Clem.
>>
>> "Murray" <(E-Mail Removed)> wrote in message
>> news:(E-Mail Removed)...
>>> Check this out - a quick and easy way to
>>> get expandible lists. This method solves the problem with FP's
>>> collapsible
>>> list code that is NOT FF/NN compatible, and will therefore work in all
>>> browsers.
>>>
>>> http://www.murraytestsite.com/collapsiblelist.htm
>>>
>>> It uses some CSS, and the FP Change Property behavior.
>>>
>>>
>>> --
>>> Murray
>>> ============
>>>
>>> "C.M.G." <(E-Mail Removed)> wrote in message
>>> news:(E-Mail Removed)...
>>>>
>>>> Steve,
>>>>
>>>> Thank you for your reply.
>>>>
>>>> I want to preface my note with explaining that I am a bit of a novice
>>>> at this.
>>>>
>>>> 1, You said to change the script in the outline.js file, but when I
>>>> looked at the KB article, I was confused about whether the changes
>>>> mentioned in the KB article need only be made in the outline.js file,
>>>> or whether the instructions in the KB article also refer to the html
>>>> code in the html page that contains the collapsible outline (my
>>>> attempts at following the instructions in the KB article resulted in
>>>> miserable failure).
>>>>
>>>> 2, You suggested that I remove the mouse event from the html page that
>>>> causes the collapse when the mouse leaves the table, but I am unclear
>>>> how to leave the page if not by a mouse event -- or am I
>>>> misunderstanding you?
>>>>
>>>> Your comments are much appreciated!
>>>>
>>>> Clem.
>>>>
>>>>
>>>> "Steve Easton" <(E-Mail Removed)> wrote in message
>>>> news:(E-Mail Removed)...
>>>>> You need to do two things.
>>>>> Change the script in the outline.js file:
>>>>> http://support.microsoft.com/kb/q230124/
>>>>>
>>>>> then remove the mouse event from the html page, that causes the table
>>>>> to collapse when the
>>>>> mouse leaves the table
>>>>>
>>>>> --
>>>>> Steve Easton
>>>>> Microsoft MVP FrontPage
>>>>> 95isalive
>>>>> This site is best viewed............
>>>>> .......................with a computer
>>>>>
>>>>> "C.M.G." <(E-Mail Removed)> wrote in message
>>>>> news:e$(E-Mail Removed)...
>>>>>>
>>>>>> ms office FrontPage 2003 sp2
>>>>>> win xp pro sp2
>>>>>>
>>>>>> FrontPage creates a script for collapsible outlines (outline.js).
>>>>>> FrontPage
>>>>>> allows for two settings: initial state of table is either collapsed
>>>>>> or
>>>>>> expanded.
>>>>>>
>>>>>> The issue is: when navigating away from the expanded outline (suppose
>>>>>> it
>>>>>> includes links) and later returning to it, the table is collapsed
>>>>>> again. I
>>>>>> would like for the table to be initially collapsed, but if I expand
>>>>>> it,
>>>>>> leave it, and come back to it, I would like for it to be in the same
>>>>>> state
>>>>>> in which I left it (i.e. expanded).
>>>>>>
>>>>>> Does anybody know how to do this?
>>>>>>
>>>>>> Thanks,
>>>>>>
>>>>>> Clem.
>>>>>>
>>>>>>
>>>>>
>>>>>
>>>>
>>>>
>>>
>>>

>>
>>

>
>



 
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
collapsible outline won't work when used as included page on anoth =?Utf-8?B?YnJlbnQ=?= Microsoft Frontpage 2 17th Oct 2007 10:09 PM
Collapsible Outline: Alternating Open and Close ? =?Utf-8?B?U3VzdXRlYQ==?= Microsoft Frontpage 1 16th Feb 2006 06:52 AM
can you change in wizzard from outline 1 to outline 2 =?Utf-8?B?bWFtYQ==?= Microsoft Access Reports 1 11th Oct 2005 03:51 AM
Script Editor - Script Outline window not available Microsoft Access 7 1st Sep 2004 06:27 AM
STILL no outline or script.js slide1 Microsoft Powerpoint 7 12th Mar 2004 06:51 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 06:55 AM.