Skip navigation

Login or Register to find out more about BKBK
BKBK has no profile image available
Status Level:

Recent Activity

BKBK replied to Pass variable in Dateadd() function

"Run the following test. I hope everything will then become clear. Both CFM pages are within the same directory.   testFormpage.cfm   <SCRI"

in ColdFusion 7 replies
2 days ago
BKBK replied to CffileUpload + cffile.clientDirectory

"There are 2 things: the 500 error and the display of 'try'. I suspect the error is caused by the attribute onComplete="previewfile". The Jav"

in ColdFusion 2 replies
2 days ago
BKBK replied to Pass variable in Dateadd() function

"Javascript runs on the browser, ColdFusion on the server. Hence, Javascript variables are not available to ColdFusion.   You are apparentl"

in ColdFusion 7 replies
2 days ago
BKBK replied to Pass variable in Dateadd() function

"gokul1242 wrote:   i tried that.... No, you didn't. What you tried is equivalent to:   <cfset txt_expiration = ""> <cfset yearAhead = D"

in ColdFusion 7 replies
3 days ago
BKBK replied to cgi.remote_user set for / but not for /index.cfm

"The culprit just might be Cosign. In ColdFusion, if index.cfm exists, as in your case, then the URLs  https://[servername]/test/ and https:/"

in ColdFusion 4 replies
3 days ago
BKBK replied to cgi.remote_user set for / but not for /index.cfm

"I wonder what would happen if you set index.cfm as a default page in IIS. To do that, you have to configure like this: IIS Manager => Your S"

in ColdFusion 4 replies
4 days ago
BKBK replied to cfcollection action='create' permission denied "read" (what???)

"What happens when you explicitly give all permissions to cfcollection?"

in ColdFusion 4 replies
4 days ago
BKBK replied to Menu components for ColdFusion

"You could use Yahoo's (YUI) menu library, not only in ColdFusion, but in any other application server."

in ColdFusion 1 replies
4 days ago
BKBK replied to Pass variable in Dateadd() function

"<cfset var a = 180> <cfset newDate = DateAdd("d", a, now())>"

in ColdFusion 7 replies
4 days ago
BKBK replied to CF10 CFFTP listDir

"I would also throw the following in, as a long shot. FTP error 215 says something about system name. So, what about changing your name attri"

in ColdFusion 7 replies
5 days ago
BKBK replied to &amp is not encoding correctly in ColdFusion

"&amp; is correctly encoded in ColdFusion. The result you're getting is expected.   Now, some explanations. Browsers do in general render &a"

in ColdFusion 3 replies
5 days ago
BKBK replied to Does vulnerability CVE-2013-3336 apply to CF8.0?

"I think ColdFusion 8 is ignored simply because it is no longer current, and is in fact heading for end-of-life. See Adobe's end-of-life matr"

in ColdFusion 1 replies
5 days ago
BKBK replied to CF10 CFFTP listDir

"You first have to open the connection. After the listDir action, you have to close the connection. Follow the fully worked-out example in th"

in ColdFusion 7 replies
5 days ago
BKBK replied to Internet Explorer Cannot Display This Webpage

"Seems like an issue with the web server or, perhaps, even your browser. To start with, make sure you have followed the steps for configuring"

in ColdFusion 3 replies
5 days ago
BKBK replied to CFCookie and domains

"It may de interpreted that domain.com and www.domain.com are different. Leave out the domain attribute. Then Coldfusion will set the cookie"

in ColdFusion 2 replies
5 days ago
BKBK replied to sorting displaying issue

"What about putting <span> after the last query, and adding an if-condition, like this:   <cfloop query="getTitle">     <a onClick="Toggle("

in ColdFusion 1 replies
1 week ago