Ask a Question related to Macromedia Exchange Dreamweaver Extensions, Design and Development.
-
bulldog65 #1
insertHTML
I'm trying to use the dom.insertHTML tag to insert a piece of code that
contains an id attribute with the id specified. When I do this the id gets
renamed to something generic. For example i my code being inserted is <div
id="MYIDNAME"> becomes <div id="div">, inserting again becomes <div id="div2">.
Is there a way to prevent this from happening?
bulldog65 Guest
-
insertHTML won't work with XML files
I am trying to create a command that writes text to an open XML file. The command I've created works fine under some circumstances but not others. ... -
dom.source.insert And dom.insertHTML
Hi, I?m needing to insert two code in page with a extension tha I?m creating. The first code stay inside the <head> tag, so I?m using that: ... -
T.Pastrana - 4Level #2
Re: insertHTML
Can you post the function you are using to insert this div? You can set the
id to be whatever you want with variables but it has to be done the correct
way.
--
Regards,
...Trent Pastrana
[url]www.fourlevel.com[/url]
"bulldog65" <webforumsuser@macromedia.com> wrote in message
news:dti0s4$t3o$1@forums.macromedia.com...> I'm trying to use the dom.insertHTML tag to insert a piece of code that
> contains an id attribute with the id specified. When I do this the id
> gets
> renamed to something generic. For example i my code being inserted is
> <div
> id="MYIDNAME"> becomes <div id="div">, inserting again becomes <div
> id="div2">.
> Is there a way to prevent this from happening?
>
T.Pastrana - 4Level Guest



Reply With Quote

