Re: Passing anchor results to a template

2002-11-04 Thread Trishan Singh
Do this a name=test1 id=test1 href=template.cfm?varAnchor=test1test1/a a name=test2 id=test2 href=template.cfm?varAnchor=test2test2/a a name=test3 id=test3 href=template.cfm?varAnchor=test3test3/a then test for which varAnchor was clicked.. would that work it really depends on what you need

Re: UPS US Address Validation

2002-11-04 Thread Trishan Singh
no attachment... i dont think you can post an attachment ... copy past code into msg.. this would be interesting - Original Message - From: Bryan F. Hogan [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Monday, November 04, 2002 9:37 AM Subject: UPS US Address Validation In case

Re: Funny Looking Symbols (CFMX)

2002-09-12 Thread Trishan Singh
I am beginning to run into the same thing... Im running MX enterprise with SQL 2000 and half the time my data type 'text' inputs start adding funky symbols for quotes, ticks, and hyphens but not in a eaisly determined pattern.. '.. affordableĆ¢' Any ideas what im doing...err even not doing

Re: Funny Looking Symbols (CFMX)

2002-09-12 Thread Trishan Singh
I am beginning to run into the same thing... Im running MX enterprise with SQL 2000 and half the time my data type 'text' inputs start adding funky symbols for quotes, ticks, and hyphens but not in a eaisly determined pattern.. This is what we need to know: - what database SQL 2000

Re: Dreamweaver MX opinions

2002-09-05 Thread Trishan Singh
my RDS explorer ability... PLEASE!! *grins* - Trishan Singh Paracom Technologies 316-293-2900 - Original Message - From: John McCosker [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Thursday, September 05, 2002 10:39 AM Subject: RE: Dreamweaver MX opinions

Re: Download a list of files to user

2002-07-17 Thread Trishan Singh
. - Trishan Singh Paracom Technologies 316-293-2900 - Original Message - From: Shawn McKee [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Tuesday, July 16, 2002 4:39 PM Subject: RE: Download a list of files to user That works like a champ! Any idea

Re: Error Msg - server busy or unable to fulfill request

2002-07-17 Thread Trishan Singh
way to much for the resources (CPU/ram) and the cfservice was continually restarting itself. Which I guess goes back to low system resources. h And i would also take a look at the logs to see what else is going on with the server at the same time. - Trishan Singh

Re: memo search in SQL 2000

2002-07-17 Thread Trishan Singh
! - Trishan Singh Paracom Technologies 316-293-2900 - Original Message - From: Michael Dinowitz [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Wednesday, July 17, 2002 4:06 PM Subject: Re: memo search in SQL 2000 Oy. Any good online docs or books on this subject? There's also

Re: Download a list of files to user

2002-07-16 Thread Trishan Singh
CFHEADER NAME=Content-Disposition VALUE=filename=#TheFileNameYouWantToShowUp# right before the cfcontent tag. That help any? - Trishan Singh Paracom Technologies 316-293-2900 - Original Message - From: Shawn McKee [EMAIL PROTECTED] To: CF-Talk [EMAIL

Re: Upgrading to XP?

2001-10-30 Thread Trishan Singh
Yep... I found the same thing out after installing XP Home Fortunately we are a MS Solution Provider errr something so we have both Home and Pro just a matter of installing one or the other. Im sorry man.. I wish i could of told ya that before. Trishan Singh MMCP/ACP/CCFD Paracom

Re: Semicolon at end of SQL Statement???

2001-10-25 Thread Trishan Singh
Not sure about the semi colon. But in ..username = rpragel if rpragle is a string u will need tics ..username = 'rpragel' - Original Message - From: James Taavon [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Thursday, October 25, 2001 11:17 AM Subject: Semicolon at end of

Re: Why can't application.cfm...

2001-09-26 Thread Trishan Singh
for the webserver. The webserver is the one responsible for the content and what file are transferred. I have done this one time so if you need detailed help i can see if that project site is still around, Hope that helps, Trishan Singh ACP/CCFD [EMAIL PROTECTED] 316-204-1097 Paracom Technologies

Re: UDF Vs Custom Tags?

2001-09-13 Thread Trishan Singh
reliant with all info being passed to it cf_UserCustomTag With=Variables Passed=Using These=Methods If you research it a little youll find the details on the benifits and drawbacks of each Hope this help... Trishan Singh ACP/CCFD [EMAIL PROTECTED] 316-204-1097 Paracom Technologies Wichita KS

Re: originating domain

2001-09-10 Thread Trishan Singh
#CGI.SERVER_NAME# that is the host header if that helps at all. Trishan Singh ACP/CCFD [EMAIL PROTECTED] 316-204-1097 Paracom Technologies Wichita KS - Original Message - From: Rick Lamb [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Monday, September 10, 2001 10:52 AM

Re: DateFormat

2001-08-31 Thread Trishan Singh
Use DateAdd() cfset Date2MontsFromToday=DateAdd(m,2,Now()) Ok??? Is that what you are looking for? Trishan Singh ACP/CCFD [EMAIL PROTECTED] 316-204-1097 Paracom Technologies Wichita KS - Original Message - From: BT [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Friday, August

Re: Mailing List Manager

2001-08-31 Thread Trishan Singh
basically you need a good mailserver Hope this helps just a little Trishan Singh ACP/CCFD [EMAIL PROTECTED] 316-204-1097 Paracom Technologies Wichita KS - Original Message - From: Tom Forbes [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Friday, August 31, 2001 8:31 AM Subject: Mailing

Re: which web server do you use for CF?

2001-08-24 Thread Trishan Singh
Here i have a dual p3 450 with 512 ram as the dev SQL Box with the CF Dev on another dual 200 PPro with 256 ram Trishan Singh ACP/CCFD [EMAIL PROTECTED] 316-204-1097 Paracom Technologies Suite 501 245 N Waco Wichita KS 67202 - Original Message - From: John Quarto-vonTivadar [EMAIL

Re: submit buttons

2001-08-22 Thread Trishan Singh
=0/a a href=javascript:document.form[0].SWITCHEDSTATMENT.value='AnotherActionyouwa nttobepreformed';javascript:document.form[0].submit();img src=../myimage2.gif border=0/a See if that helps any... PS. i didnt really test it so there may be syntax issues. Sorry Trishan Singh ACP/CCFD [EMAIL

Re: counting of domain-acesses

2001-08-20 Thread Trishan Singh
HTTP_REFERER=http://www.helloworld.com/thepage/that_the/person.came?from cfscript UserDomain=Replace(CGI.HTTP_REFERER,http://,;); DomainEnd=Find(/,UserDomain); UserDomain=RemoveChars(UserDomain,DomainEnd,Len(UserDomain)); /cfscript cfoutput#UserDomain#/cfoutput - Original

Re: Developers Exchange very slow

2001-08-20 Thread Trishan Singh
Yea.. id have to agree.. From work, home, onlocation the dev exchange is not holding up all that well... and im pretty sure that it is not my network connection. Trishan Singh ACP/CCFD [EMAIL PROTECTED] 316-204-1097 Paracom Technologies Suite 501 245 N Waco Wichita KS 67202 - Original

Re: Java Script

2001-08-16 Thread Trishan Singh
what u can to do is check the checked property if (formname.elementname[radiobuttonnum].checked==true){ myvar=formname.elementname[radiobuttonnum].value } Does that help at all??? - Original Message - From: Andy Ewings [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: