Yup, MX2004. I use an extenal style sheet, with a defined class of .title
.title{
font-family:arial;
font-size:8pt;
}
//etc, etc..
then, in html..
"<span class='title'>Data</span>" << make sense?
This is weird. I am "building" a string of html from a db, then assigning it's value to a text box like this...
When I trace the xml it looks right, it is very simple...
The code is so simple it makes me laugh, ....
for(i=0;i<arrayHtaml.length;i++){
strNewHtml = strNewHtml +...
If you have 2004 PROFESSIONAL, you do not have a "normal" mode, as called in MX. Only the "expert" mode (as called before) is available in the 2004 version, sorry
A little late I'm sure, but I accidentally ran into your question this evening. I experiences something similiar, but it happended while I was developing the web page. Because of this I was able to use client side javascript to write the "<embed>" tags with document.write. I have been...
I thought I tried that? I got to thinking earlier this evening that I would try toString(), we will see. I'll try in later. Thanks tons for your reply.
david
Hi, can't seem to figure out how to return "1234", "David" or "Book" from this xml doc..
<Reports>
<Report>
<UserNumber>1234</UserNumber>
<FirstName>David</FirstName>
<LastName>Book</LastName>
</Report>
</Report>...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.