Long time no post. Back to Director after several months away.

I'm having issues with member(textmember).html. Director is dropping
portions of the html I'm sending in. Message Window excerpt:

str = GetHtmlContent()

put str
-- "<html>
<head></head>
<body bgcolor="#FFFFFF">
<a href="Novel - Buck's Obituary">Five years; <i>Boston Globe</i></a>
</body>
</html>"

member(myTextMember).html = str

put member(myTextMember).html
-- "<html>
<head>
<title>Untitled</title>
</head>
<body bgcolor="#FFFFFF">
<font face="Tahoma" size=4><i><a href="Novel - Buck">Boston
Globe</a></font></body>
</html>"

I don't mind Director adding the <title> and <font> tags, but I can't live
with it removing part of my <a> and <body> elements.

What am I missing?

Thanks,
Rob Wingate


[To remove yourself from this list, or to change to digest mode, go to 
http://www.penworks.com/lingo-l.cgi  To post messages to the list, email 
[EMAIL PROTECTED]  (Problems, email [EMAIL PROTECTED]). Lingo-L is for 
learning and helping with programming Lingo.  Thanks!]

Reply via email to