Ask a Question related to Dreamweaver AppDev, Design and Development.
-
Murray *TMM* #1
Anything special I need for on-the-fly HTML?
Folks:
I am building an HTML page to send on-the-fly. My code looks something like
this -
<% htmlText = "<!DOCTYPE HTML PUBLIC '-//W3C//DTD HTML 4.01
Transitional//EN' 'http://www.w3.org/TR/html4/loose.dtd'>"
htmlText = htmlText & "<html>"
htmlText = htmlText & "<head>"
......
htmlText = htmlText & "</body></html>"
%>
The sending works fine. Yet, when I receive it, it's not being rendered as
HTML. Is there anything special I need to do to make that happen?
--
Murray --- ICQ 71997575
Team Macromedia Volunteer for Dreamweaver
(If you *MUST* email me, don't LAUGH when you do so!)
==================
[url]http://www.dreamweavermx-templates.com[/url] - Template Triage!
[url]http://www.projectseven.com/go[/url] - DW FAQs, Tutorials & Resources
[url]http://www.dwfaq.com[/url] - DW FAQs, Tutorials & Resources
[url]http://www.macromedia.com/support/search/[/url] - Macromedia (MM) Technotes
==================
Murray *TMM* Guest
-
HTML-Parser: storing into a DB words with special chars
Hi. Using Perl v5.8.5 + HTML-Parser v3.45 + MySQL v4.1.9 on Linux FC2. I'm trying to parse a UTF-8 document (<?xml version="1.0"... -
Special Characters from Word Mail Merge saved as HTML
Hello... I'm saving a Word MailMerge template as an HTML File to upload to create an "on-the-fly" mail merge. what I need to do is find the <<... -
HTML form fields and special characters
How can I read the value of form fields with special characters such az comma, space, doller sign, star, slash,... in their name? When I dump... -
traslating HTML special chars
Hi to all, I'm having bad times trying to solve this problem. I've to read from a Webserver-logfile some text indicating what page have been... -
special HTML charaters in flash
Hello, Does anyone know how to properly display things like © or &sup in a html text field in flash? I tried to do something like: foo.html... -
Julian Roberts #2
Re: Anything special I need for on-the-fly HTML?
Try
[url]http://www.4guysfromrolla.com/webtech/faq/Email/faq6.shtml[/url]
--
Jules
[url]http://www.charon.co.uk/charoncart[/url]
Charon Cart 3
Shopping Cart Extension for Dreamweaver MX/MX 2004
Julian Roberts Guest
-
Murray *TMM* #3
Re: Anything special I need for on-the-fly HTML?
Yep - it's that BodyFormat that did the trick! Thanks, Jules!
--
Murray --- ICQ 71997575
Team Macromedia Volunteer for Dreamweaver
(If you *MUST* email me, don't LAUGH when you do so!)
==================
[url]http://www.dreamweavermx-templates.com[/url] - Template Triage!
[url]http://www.projectseven.com/go[/url] - DW FAQs, Tutorials & Resources
[url]http://www.dwfaq.com[/url] - DW FAQs, Tutorials & Resources
[url]http://www.macromedia.com/support/search/[/url] - Macromedia (MM) Technotes
==================
"Julian Roberts" <newsg@charon.co.uk> wrote in message
news:d5ogag$net$1@forums.macromedia.com...> Try
>
> [url]http://www.4guysfromrolla.com/webtech/faq/Email/faq6.shtml[/url]
>
> --
> Jules
> [url]http://www.charon.co.uk/charoncart[/url]
> Charon Cart 3
> Shopping Cart Extension for Dreamweaver MX/MX 2004
>
>
Murray *TMM* Guest



Reply With Quote

