Re: Euphoria 'For' loop alters HTML output at browser....
- Posted by irv mullins <irvm at ellijay.com> Aug 04, 2004
- 507 views
John F Dutcher wrote: > > As God is my witness...after making a 'static page' > from your example .... it displayed perfectly as you suggested, and > as I expected...since there was no Euphoria involved. > > I then went to run my script on my server to pick up the reason why > a 'Euporia generated' page did not behave the same way ....when > low and behold, for the first time ever, it did !! > > I'm completely baffled....but basically your original style changes > made a clean approach to holding width....why none of my many > other re-runs after including them produced the proper output following > the heading....I don't know. > > I just note that it does now. Euphoria is no different than Perl, Python, Ruby, C, or any other programming language which may be used as a CGI program to create html pages. The output in all cases is just ascii characters. There's no mumbo-jumbo or secret incantation needed. If things don't come out the way you were expecting, the answer is the same as it always is: check your code, check your setup, and be sure you are actually running the program you think you are running. Compare the outputs (both good and bad), and you will see a difference. Guaranteed. Irv