pass variable to cfdiv

2013-02-19 Thread Sergey Senyuk
Hell, How to pass variable from link to cfdiv without URL? That I'm trying to do: a href=javascript:ColdFusion.navigate('ID=1','div2');Link 1/a a href=javascript:ColdFusion.navigate('ID=2','div2');Link 2/a cfdiv id=div2 name=div2#ID#/cfdiv I know right way to use is a

Re: pass variable to cfdiv

2013-02-19 Thread Raymond Camden
Why? Since CFDIV is using Ajax to load in the content, it has to be a URL. On Tue, Feb 19, 2013 at 2:00 AM, Sergey Senyuk b2eng...@prettyvancouver.com wrote: Hell, How to pass variable from link to cfdiv without URL? That I'm trying to do: a

Re: pass variable to cfdiv

2013-02-19 Thread Sergey Senyuk
Why? Since CFDIV is using Ajax to load in the content, it has to be a URL. Maybe some different method not .navigate ~| Order the Adobe Coldfusion Anthology now!

Re: pass variable to cfdiv

2013-02-19 Thread Sergey Senyuk
URL method not working for my crossdomain template. I'm looking some method to pass variable from the link to division without reloading the page. ~| Order the Adobe Coldfusion Anthology now!

Re: pass variable to cfdiv

2013-02-19 Thread Raymond Camden
crossdomain - are you trying to load something from another server? On Tue, Feb 19, 2013 at 12:15 PM, Sergey Senyuk b2eng...@prettyvancouver.com wrote: URL method not working for my crossdomain template. I'm looking some method to pass variable from the link to division without reloading

Re: pass variable to cfdiv

2013-02-19 Thread Sergey Senyuk
No, it's on the same server. The structure is: Website_1.com and website_2.com on the same server files of website_2.com located inside the main folder of website_1.com (website1/website_2) In the ColdFusion it is some kind of security. a

Changing bind value in form field

2013-02-19 Thread Jaime Muniz
I have a form in which I want to copy a field using bind like this: cfinput type=text name=fieldname bind={Tubes}/ This works great except what I would really like to do is subtract 1 form the bind value. I searched Google and found post that suggested this: cfinput type=text name=fieldname

RE: Truncating pages SQL 2000

2013-02-19 Thread Jenny Gavin-Wear
Hi Rob, It is working fine now, many thanks for your reply. CF just wasn't retrieving past the 64000 value set in admin. I really should have spotted it. Cheers, Jenny -Original Message- From: Rob Parkhill [mailto:robert.parkh...@gmail.com] Sent: 18 February 2013 15:48 To: cf-talk