an iframe isnt something that someone can type into....its just like a
frame, but its "inline", meaning it can "contain" data and elements of
web pages, however it cannot be just "typed" into.

you would still have to use a textarea tag to do that...

...tony

Tony Weeg
Senior Web Developer
UnCertified Advanced ColdFusion Developer
Information System Design
Navtrak, Inc.
Mobile workforce monitoring, mapping & reporting
www.navtrak.net
410.548.2337 

-----Original Message-----
From: FlashGuy [mailto:[EMAIL PROTECTED] 
Sent: Tuesday, March 25, 2003 2:24 PM
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
                                

Reply via email to