I noticed that you daid in this post that you use AMS to generate html pages and things. How do you do that?
http://www.indigorose.com/forums/sho...=generate+html
I would love to know how to make a little html editer.
Thanks
Ian
Professional Software Development Tools
I noticed that you daid in this post that you use AMS to generate html pages and things. How do you do that?
http://www.indigorose.com/forums/sho...=generate+html
I would love to know how to make a little html editer.
Thanks
Ian
Hi. I just use a TEXTFILE.WRITEFROMSTRING action but name the file .html instead of .txt. I had the HMTL code in a string with quotes, etc. escaped by backslashes, i.e.:
myCode = "<HTML><HEAD></HEAD><BODY><a href=\"http://www.indigorose.com\">Click Here</a></HTML>";
Hope that helps.
Corey Milner
Creative Director, Indigo Rose Software
yeah, thanks aloy Corey. Much aprreciated.
Regards
Ian
No problem.
Corey Milner
Creative Director, Indigo Rose Software