Wrox Programmer Forums
|
Javascript General Javascript discussions.
Welcome to the p2p.wrox.com Forums.

You are currently viewing the Javascript section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old December 11th, 2006, 04:04 PM
Registered User
 
Join Date: Jun 2005
Posts: 8
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via MSN to skyler
Default iframe editable


Anyone knows something that I could use like a textbox, which I could put a link and image? I was thinking to use an iframe, but I can’t do it editable. Does anyone know how?


 
Old December 18th, 2006, 04:32 AM
Friend of Wrox
 
Join Date: Oct 2003
Posts: 479
Thanks: 0
Thanked 3 Times in 3 Posts
Send a message via MSN to surendran Send a message via Yahoo to surendran
Default

hi skyler,
try this code

<script language="javascript">
document.write ('<iframe src="" id="message" align="center" frameborder="0" scrolling="auto" style="background-color: #D9FFFF; border: 1 solid #000080" width="700" height="100"></iframe>')
frames.message.document.designMode = "On";
 </script>


surendran
(Anything is Possible)
http://ssuren.spaces.msn.com
 
Old December 25th, 2006, 11:19 PM
Registered User
 
Join Date: Jun 2005
Posts: 8
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via MSN to skyler
Default

I’m seeing that I’ve to got a new book of JavaScript =D

Thank you surendran.
 
Old April 15th, 2011, 05:28 AM
Registered User
 
Join Date: Apr 2011
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
Default iframe editable

Hi,

How can I parse html tags like showing image and links as html page in iframe, at the same time , need to move the cursor also from one position to another.
Which is simliar to reply option in gmail compose screen.
When gmail user gets a mail , it shows images and links and when clicks on reply option I can see images and can add text as it becomes editable.

Any replies, thanks in advance............





Similar Threads
Thread Thread Starter Forum Replies Last Post
Editable Dropdownlist msbsam ASP.NET 2.0 Professional 1 March 31st, 2008 09:08 AM
values from one iframe to another iframe URGENT raaj Beginning PHP 2 February 27th, 2007 12:19 PM
Editable Gridview Shahzadcreative ASP.NET 1.0 and 1.1 Basics 0 November 6th, 2006 03:16 AM
editable datagrid .............help maddy137 ASP.NET 1.0 and 1.1 Professional 0 May 17th, 2006 07:33 PM
working with editable buttons frankv25 VS.NET 2002/2003 9 March 18th, 2004 07:57 PM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.