An IFRAME is just like a normal frame, except that you can put it inside a normal page. It's not a text input field. TEXTAREA is the beast you're looking for.
<textarea name="solution" cols="30" rows="6" wrap="virtual" style="width:600px;height:80px;">Key in information here...</textarea> --- Barney Boisvert, Senior Development Engineer AudienceCentral (formerly PIER System, Inc.) [EMAIL PROTECTED] voice : 360.671.8708 x12 fax : 360.647.5351 www.audiencecentral.com > -----Original Message----- > From: FlashGuy [mailto:[EMAIL PROTECTED] > Sent: Tuesday, March 25, 2003 11:24 AM > To: CF-Talk > Subject: Re: <iframes > > > Hi, > > I'm trying to create a larger input area for the user to key in > information. This is what I have using an <iframe> but I can't > seem to be able to "input" any information with the box? > Is there another way of doing this? > > <table cellpadding="0" cellspacing="0" border="0"> > <tr> > <td> > <iframe name="solution" id="problem" width="600" > height="80" marginwidth="8" marginheight="8" align="top" > scrolling="yes" frameborder="0"> > Key in information here... > </iframe> > </td> > </tr> > </table> > > > > > --------------------------------------------------- > Colonel Nathan R. Jessop > Commanding Officer > Marine Ground Forces > Guatanamo Bay, Cuba > --------------------------------------------------- > > > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4 Subscription: http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4 FAQ: http://www.thenetprofits.co.uk/coldfusion/faq This list and all House of Fusion resources hosted by CFHosting.com. The place for dependable ColdFusion Hosting. Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

