Include Page and Collapsible List problem...

F

Fred Schreck

Hello:

I've created an FP2003 collapsible list that will be used as an "include
page" in other web pages. The collapsible list functions properly when
tested in it's host page, but does not when it is included in other pages.

How can I fix this problem?


Thanks in advance,

Fred Schreck
San Francisco, CA
 
M

Murray

How can I fix this problem?

Probably by making sure that you contain the required javascript in the head
of the page as well.

But you need to know about the FP collapsible lists - they don't work in
Firefox.

In case you missed my earlier posts, 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.
 
Top