collapsible list & dwt?

  • Thread starter Thread starter Susan
  • Start date Start date
S

Susan

I have a collapsible list done with Javascript which works fine until I
apply a dwt. I don't understand why a dwt would make any difference.

easternshoreartcenter.com/patron1.htm - has the dwt applied, you have to
click on the blank spot first and then the minus and plus seem to work.

easternshoreartcenter.com/patron2.htm - is page without dwt.

Can anyone explain to me what is happening?

Thanks,
Susan
 
Your script needs to be in an uneditable region of the DWT or it will not be transferred to pages using it
Thus your call to changeVisibility('1'); is failing

Move the script into the HEAD section of your DWT
--




|I have a collapsible list done with Javascript which works fine until I
| apply a dwt. I don't understand why a dwt would make any difference.
|
| easternshoreartcenter.com/patron1.htm - has the dwt applied, you have to
| click on the blank spot first and then the minus and plus seem to work.
|
| easternshoreartcenter.com/patron2.htm - is page without dwt.
|
| Can anyone explain to me what is happening?
|
| Thanks,
| Susan
|
|
 
I moved the script into the <Head> section but I am still having problems.

See easternshoreartcenter.com/patron4.htm - script is in <head>

easternshoreartcenter.com/patron2.htm is the simple code that works.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

dwt after crash 6
Stoping DWT from erasing javascript functions 3
Manage Editable Regions - DWT 3
Modifying a DWT 1
DWT & CSS 13
Newbie DWT Questions 15
Trouble with .dwt 2
Xara menumaker & DWT's 1

Back
Top