Re: URL Structure

2006-05-10 Thread Tuan Tran
Yes, the user can view the source code which would take them out of WYSIWYG mode. Then they would have to sniff thru all the HTML to find the link and wrap it w/ coldfusion code before they save the document. This is precisely something I don't want them to do because they are not developers,

Re: URL Structure

2006-05-10 Thread Tuan Tran
I do already have a disclaimer page. Lets say I have a page called content.cfm and a page called disclaimer.cfm. The user will use a CMS tool to write the content for the content.cfm page. They have no control over the layout of the page (headers, navigation, footers, or anything like that).

Re: URL Structure

2006-05-09 Thread Tuan Tran
The users simply uses the CMS tool and clicks on the create hyperlink button and copys and paste the link in the field. The user never sees any html. The problem I have with this is I'm not the one putting these links on the page. There are users who uses a content management system that

Re: URL Structure

2006-05-08 Thread Tuan Tran
The problem I have with this is I'm not the one putting these links on the page. There are users who uses a content managment system that enters in the content for the website. I want to avoid making the users use Coldfusion code b/c they don't understand it and it will complicate things for

URL Structure

2006-05-05 Thread Tuan Tran
Hi Everybody, I'm trying to get the name/value pair from url variables. Lets say I have a url like this: http://someurlhere.com?Src=blahblahstoryID=1234 Now if I do the following I'll get the name/value pair of the URL vars: cfloop collection=#url# item=urlVar cfoutput#urlVar# =

Re: URL Structure

2006-05-05 Thread Tuan Tran
you've explicitly set (such as with cfparam) or removed won't be accounted for. - You need to care for instances when there is a key but no value. key1=key2=a Why do you need to see your URL variables in their original case? -Original Message- From: Tuan Tran [mailto:[EMAIL PROTECTED

highlight MULTIPLE keywords in search results...

2003-02-17 Thread Tuan
Can somebody provide me with an example of how to highlight multiple keywords in a search result? For example say I wanted to search for macromedia coldfusion, studio the search results will highlight every instance of macromedia, coldfusion, and studio in the document.

REReplace and Replace function

2003-02-14 Thread Tuan
Can somebody explain what the difference is between the REReplace and Replace function? Im confused when to use one or the other and their differences. ~| Archives:

Re:RE: REReplace and Replace function

2003-02-14 Thread Tuan
Lackey Moonbow Software, Inc : -Original Message- : From: Tuan [mailto:[EMAIL PROTECTED]] : Sent: Friday, February 14, 2003 2:39 PM : To: CF-Talk : Subject: REReplace and Replace function : : : Can somebody explain what the difference is between the REReplace : and Replace function? Im

Highlighting search keyword problem

2003-02-14 Thread Tuan
Ok, I've searched and read many topics on how to highlight keywords from a search result, but im still having problems figuring this out. All of the topics and examples that i've seen shows how to do it if your search result(detailed) page is created by ur search query. If thats the case then

Re:RE: Highlighting search keyword problem

2003-02-14 Thread Tuan
the database? If that's the case, you're stuck, unless you somehow read that template into a variable so you can manipulate it (with replaceNoCase). -Original Message- From: Tuan [mailto:[EMAIL PROTECTED]] Sent: Friday, February 14, 2003 1:32 PM To: CF-Talk Subject: Highlighting

Re:RE: RE: Highlighting search keyword problem

2003-02-14 Thread Tuan
Yahoo IM : morpheus My ally is the Force, and a powerful ally it is. - Yoda -Original Message- From: Tuan [mailto:[EMAIL PROTECTED]] Sent: Friday, February 14, 2003 4:01 PM To: CF-Talk Subject: Re:RE: Highlighting search keyword problem Well, my document template is pulling

Re:Re: Re:RE: RE: Highlighting search keyword problem

2003-02-14 Thread Tuan
#/cfoutpu t /body /html Dave - Original Message - From: Tuan [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Friday, February 14, 2003 6:18 PM Subject: Re:RE: RE: Highlighting search keyword problem Does anybody else have any other suggestion or alternatives. I've thought