Re: form/javascript help

2003-08-22 Thread Phillip B
Where can I find the drop-in HTML editor in DWMX? Phillip B. www.LoungeRoyale.com www.FillWorks.com - Original Message - From: "Joshua Miller" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Thursday, August 21, 2003 9:00 PM Subject: RE:

Re: OT form javascript help

2003-08-22 Thread jonhall
function makeBold(elem_id) { var start_text = ''; var end_text = ''; if (document.layers || window.opera) return; else if (document.all) { selected_text = document.selection.createRange(); new_text = "" + selected_text.text + "

RE: form/javascript help

2003-08-21 Thread Joshua Miller
: CF-Talk Subject: RE: form/javascript help that will wrap the entire form field value. I don't think that it's possible to wrap only a portion with javascript. --- Barney Boisvert, Senior Development Engineer AudienceCentral [EMAIL PROTECTED] voice : 360.756.8080 x12 fax : 36

Re: form/javascript help

2003-08-21 Thread Jeff Garza
t = tmpText; } HTH, Jeff Garza - Original Message - From: "Barney Boisvert" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Thursday, August 21, 2003 3:13 PM Subject: RE: form/javascript help that will wrap the entire form field

RE: form/javascript help

2003-08-21 Thread Barney Boisvert
ginal Message- > From: Joshua Miller [mailto:[EMAIL PROTECTED] > Sent: Thursday, August 21, 2003 2:21 PM > To: CF-Talk > Subject: RE: form/javascript help > > > > function wrapWithTag(formObj,tagname){ > formObj.value="<"+tagname+">"+fo

OT form javascript help

2003-08-21 Thread Phillip B
I know this can be done but I stink at java script. I want to select some text in a text field. Then click a graphic on the page and have it put an HTML tag around the selected text in the form field. Any idea on how to do this or where to find the code that does this? Phillip B. www.LoungeRoyale

RE: form/javascript help

2003-08-21 Thread Joshua Miller
ete it immediately and advise us by return e-mail to [EMAIL PROTECTED] * -Original Message- From: Phillip B [mailto:[EMAIL PROTECTED] Sent: Thursday, August 21, 2003 1:26 PM To: CF-Talk Subject: OT: form/java

OT: form/javascript help

2003-08-21 Thread Phillip B
I know this can be done but I stink at java script. I want to select some text in a text field. Then click a graphic on the page and have it put an HTML tag around the selected text in the form field. Any idea on how to do this or where to find the code that does this? Phillip B. www.LoungeRoyale