Ok, one more quick hopefully simple one. I have a textarea, and I am inserting it as htmlCodeFormat() What I want to do that I have not figure d out is 2 things
1. When someone types in a url into the textarea, I want it to display as a link and the same thing with an email address. 2. When I display the the inserted text, it is ignoring the style of the font due to the htmlCodeFormat how can I fix that? I relly appreciate the help Doug ----- Original Message ----- From: "Garza, Jeff" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Thursday, December 20, 2001 2:55 PM Subject: RE: simple HTML ? > You could replace the href="javascript:void();" with a href="javascript://" > This should take care of it. I noticed in another post (to another gro up) > that not all browsers recognize the void statement. You might also try > putting a zero in the parentheses "(0)". Sorry about the bad function. > > Jeff Garza > Lead Developer/Webmaster > Spectrum Astro, Inc. > 480.892.8200 > [EMAIL PROTECTED] > http://www.spectrumastro.com > > > > -----Original Message----- > From: Douglas Brown [mailto:[EMAIL PROTECTED]] > Sent: Thursday, December 20, 2001 3:52 PM > To: CF-Talk > Subject: Re: simple HTML ? > > > I tried your code, but get an error in the javascript:void(); It seems li > ke > it wants something between the () or something > > > > Doug > ----- Original Message ----- > From: "Garza, Jeff" <[EMAIL PROTECTED]> > To: "CF-Talk" <[EMAIL PROTECTED]> > Sent: Thursday, December 20, 2001 2:14 PM > Subject: RE: simple HTML ? > > > > <a href="javascript:void();" > > onclick="document.[formname].submit();">mylink</a> > > > > Jeff Garza > > Lead Developer/Webmaster > > Spectrum Astro, Inc. > > 480.892.8200 > > [EMAIL PROTECTED] > > http://www.spectrumastro.com > > > > > > > > -----Original Message----- > > From: Douglas Brown [mailto:[EMAIL PROTECTED]] > > Sent: Thursday, December 20, 2001 3:20 PM > > To: CF-Talk > > Subject: OT: simple HTML ? > > > > > > I want to pass the values of some hidden fields, but I am not using a > > submit button. I am using a text link. How would I pass the form and > > hidden fields? > > > > > > Thanks > > > > > > > > ______________________________________________________________________ Why Share? Dedicated Win 2000 Server � PIII 800 / 256 MB RAM / 40 GB HD / 20 GB MO/XFER Instant Activation � $99/Month � Free Setup http://www.pennyhost.com/redirect.cfm?adcode=coldfusionc FAQ: http://www.thenetprofits.co.uk/coldfusion/faq Archives: http://www.mail-archive.com/[email protected]/ Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

