Hi all,
I recently modified a script by adding some more Divs into it. However it is now not working! As the script gets the value of "title" according to a div.
Full Script:
onestamp.co.uk/projects/tab/design/windowfiles/dhtmlwindow.js
What i tried to do to fix this:
Add this to the script:
Code:
t.lcorner._parent=t //same
t.rcorner._parent=t //same
and then i tried this, hoping it would work, but instead breaks it:
Code:
t.lcorner.firstChild.nodeValue=title
Please help!!
All help much appreciated. I hope ive explained with clarity.
Last edited by chrishirst; 02-28-2009 at 01:12 PM..
|