Re: [ cf-dev ] Form Submission Problem

2004-08-12 Thread Andy Allan
If your query returns more than 1 record, the cfoutput is going to produce x number of forms all with the same name. The JavaScript is probably bombing out because of that. Andy Quoting Paul Swingewood [EMAIL PROTECTED]: I have the following code cfif getitems.recordcount gt 0

Re: [ cf-dev ] js drives me mad

2004-08-12 Thread Andy Allan
should be function submitForm() ... remember Javascript is case sensitive. Andy Quoting Paul Swingewood [EMAIL PROTECTED]: Now this is as simple as it gets... Yeah right ... script language=JavaScript !-- function submitform() { if (document.addsubctgry.subcatpic.value == ) { alert(You

Re: [ cf-dev ] UKCFUG website and meeting

2004-08-19 Thread Andy Allan
Was the same for me .. I had to enable Popups for the site to get the links to work. Quoting [EMAIL PROTECTED]: Links don't seem to work, take me directly back to the Links page (Firefox 0.9)

RE: [ cf-dev ] UKCFUG website and meeting

2004-08-19 Thread Andy Allan
Firefox 0.9.3 - the only issue was the Links page. Quoting ColdFusion MailingLists [EMAIL PROTECTED]: You had to enable popups? Yikes. Are you using IE or Firefox? -Original Message- From: Andy Allan [mailto:[EMAIL PROTECTED] Sent: Thursday, August 19, 2004 11:45 AM

Re: [ cf-dev ] ColdFusion 6.1 Updater Released

2004-08-26 Thread Andy Allan
Yup installed it yesterday on my own dev machine running XP SP2 and Apache. Not a single problem during install or restart (not necessary, but I did it anyway). As for anything else, too early to tell yet. Andy Quoting Robertson-Ravo, Neil (RX) [EMAIL PROTECTED]: Macromedia is pleased to

Re: [ cf-dev ] sites for mobilde devices

2004-09-07 Thread Andy Allan
A List Apart posted this recent article. http://www.alistapart.com/articles/pocket/ Andy Quoting Fiaz Khan [EMAIL PROTECTED]: Hi all I was asked for some advice on developing sites for handheld devices, having looked into it i am totally confused as to what to develop for, is it still

RE: [ cf-dev ] Slect Multiple

2004-09-20 Thread Andy Allan
Wouldn't this do the trick... select multiple name=ModifiedSize cfoutput query=GetSizes cfif SizeID eq GetItemsizes.FKSizeID option value=#SizeID# selected=selected#Size#/option /cfif option value=#SizeID##Size#/option /cfoutput /select And it's certainly better performance wise to use a

RE: [ cf-dev ] Slect Multiple

2004-09-20 Thread Andy Allan
Ar$e ... I missed the 'multiple' in the select - it's Monday morning :) Andy Quoting Andy Allan [EMAIL PROTECTED]: Wouldn't this do the trick... select multiple name=ModifiedSize cfoutput query=GetSizes cfif SizeID eq GetItemsizes.FKSizeID option value=#SizeID# selected=selected#Size

RE: [ cf-dev ] Slect Multiple

2004-09-20 Thread Andy Allan
No need to be nasty ... the intention wasn't meant to start a debate about IIF. Andy Quoting Russ Michaels (Snake) [EMAIL PROTECTED]: Oh don't start with that IIF performance , you must save 1th of a millisend crap please... It's pathetic. -Original Message- From: Andy

RE: [ cf-dev ] Slect Multiple

2004-09-20 Thread Andy Allan
: Andy Allan [mailto:[EMAIL PROTECTED] Sent: 20 September 2004 11:20 To: [EMAIL PROTECTED] Subject: RE: [ cf-dev ] Slect Multiple No need to be nasty ... the intention wasn't meant to start a debate about IIF. Andy Quoting Russ Michaels (Snake) [EMAIL PROTECTED]: Oh

RE: [ cf-dev ] The basics of Verity

2004-09-23 Thread Andy Allan
http://livedocs.macromedia.com/coldfusion/6/Working_with_Verity_Tools/contents.htm This is obviously in the CFMX6.0 area, but I don't think Verity changed between 6.0 and 6.1 Andy Quoting Paul Swingewood [EMAIL PROTECTED]: I have the CFMX Reference CFMX developinf applications I didn't get

Re: [ cf-dev ] OT: Permitted characters for machine names in Windows

2004-09-24 Thread Andy Allan
Yup, you can use the - character. Anything over 15 chars can sometimes cause problems, so be wary of that. Andy Quoting Aidan Whitehall [EMAIL PROTECTED]: Does anyone know what characters are permitted for machine names in a W2K domain? I want to use the - character in the name of a new

Re: [ cf-dev ] OT- Style Sheets

2004-09-28 Thread Andy Allan
Use the style attribute a href= style=color:blue;link/a Andy Quoting Paul Swingewood [EMAIL PROTECTED]: Yeah. I just seem to remeber there was a quick way of doing this in the link line without having to create another class. Just being lazy I guess Regards - Paul From: Damian