Michael,
Thanks for the reply. I find the documentation lacking, I can
concede that maybe it's my understanding of what's provided, but
more explanation would be better.
Simply put, I have a css that needs to be in the style tags
and JavaScript that needs to be in the head, and HTML that needs to
be in the body tag.
Leaving the JS out of the equation, my simple .htm file with
the CSS and HTML find their appropriate spots in the doucment I'm
working on.
I attempted to escape the closing script tag in the .htm file
, but that doesn't work (this is where I think the documentation
should explain that has to be in a .js file) , but documentation
also lacks in how to get the data from the JS file back into the
document.
I think my biggest issue is that I'm working from with in the
DW API, which could be programmed to do what ever they want it to
do, and knowing this I'm leaving the normal thought process of HTML
and JavaScript, and I'm trying to guess a what could be.
I've managed to copy code and get a positive result, but it
looks like I'm going to have to recode the entire .htm file and
pass it as a string to the JavaScript so it will return all 3 DHTML
elements to the document. That just seems like too much
work.