hello,

I have a perl/cgi scrip that Im trying to link to and pass a var like
so..

   <form action="the_prima.cgi?instance=25" method="post">

the page im linking from has a <TEXTAREA> that gets filled in by a user.

<textarea NAME="content" ROWS="15" COLS="60" style="background-color:
#CCCCCC" scrolling="no">Prima Gallery,</textarea>

the <TEXTAREA>s name is 'content'. SO  the_prima.cgi 
scrip has a if loop to determine the instance to use. In this case
Im calling instance 25. But the way i append it to the url is
interfering with the $content of the <TEXTAREA>. The $content never
shows up with post... and with get it overwrites the "?instance=25" with
?content=blah%20blah"

 So either way the scrip is not getting all the data it needs.
Can someone please offer me some advice.
-- 
jd
[EMAIL PROTECTED]

Bad spellers of the world untie!

"I can't tell if I have worked all my life or 
if I have never worked a single day of my life"
                        Miguel de Icaza


-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to