Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Create link in DesignMode

Status
Not open for further replies.

modalman

Programmer
Feb 14, 2001
156
GB
Hi. Has anybody used the create link when in designmode. If so do you know how to set the target property of the new link. Many thanks in advance
ASCII silly question, get a silly ANSI
 
Sorry, a bit more info. In IE5+ the document has a property called designMode which when set to true allows the user to edit the web page within the browser. Powerful but only if you can provide the interface so the user can modify the various properties of the text, tables, images, links etc. Thats what I am doing in Javascript using execCommand(). Loads more info on Microsofts MSDN. ASCII silly question, get a silly ANSI
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top