Re: selecting a text file for HTML output

2002-02-21 Thread Sir Douglas Cook
, February 19, 2002 8:05 AM Subject: selecting a text file for HTML output I thought had this. I now know how to select two radio buttons at the same time. I have the first one selecting an image and putting it into a cel in a table works fine but the other radio button I am using is to select a txt

Re: selecting a text file for HTML output

2002-02-21 Thread Joshua Hayden
PM Subject: Re: selecting a text file for HTML output The text file that I want to insert is dougs.txt = Which has two sentences = Hey it works... Happy Belated Birthday... == The Code dougs1.cgi

Re: selecting a text file for HTML output

2002-02-21 Thread Klaus Mangold
What do I need to do to get the Output to look like dougs.txt? and How come my newline \n; didn't seem to work??? Where did the dots come from? You must use HTML code! Newlines are ignored by the browser. Instead print BR for a new line. btw what do you want to do with Test 2? I do not

Re: selecting a text file for HTML output

2002-02-21 Thread Sir Douglas Cook
: Thursday, February 21, 2002 2:34 PM Subject: Re: selecting a text file for HTML output The text file that I want to insert is dougs.txt = Which has two sentences = Hey it works... Happy Belated Birthday

selecting a text file for HTML output

2002-02-19 Thread Patrick
I thought had this. I now know how to select two radio buttons at the same time. I have the first one selecting an image and putting it into a cel in a table works fine but the other radio button I am using is to select a txt file. How do I go about putting a selext txt file in an html out put

Re: selecting a text file for HTML output

2002-02-19 Thread Klaus Mangold
I have the poam_select catagory in the html page set already but like i said it just puts in the name of the txt file i have selected not the actual text from the file. Any suggestions on different ways to do this. Why don't you simply open and read the file with a file handle: open TEXT,