RE: [NF] Any JavaScript Pro's out there

2006-12-20 Thread Tracy Pearson
depends on the editor used. PSPad is my choice. Tracy > -Original Message- > From: MB Software Solutions > Sent: Wednesday, December 20, 2006 3:59 PM > > What...no Intellisense like VFP to match/pair up the > parens/brackets? ;-) > > -- > Michael J. Babcock, MCP > MB Software Solutions,

Re: [NF] Any JavaScript Pro's out there

2006-12-20 Thread MB Software Solutions
Tracy Pearson wrote: > I'm not up on functions, however, it looks like you don't have enough > matching brackets { } > > What...no Intellisense like VFP to match/pair up the parens/brackets? ;-) -- Michael J. Babcock, MCP MB Software Solutions, LLC http://mbsoftwaresolutions.com http://fabma

RE: [NF] Any JavaScript Pro's out there

2006-12-20 Thread Virgil Bierschwale
com Subject: RE: [NF] Any JavaScript Pro's out there ehrm how about: if (svcBranch == 'VA') map.setCenter(new GLatLng( 37.7,-97.3), 5); if (svcBranch == 'VA') map.setCenter(new GLatLng( 37.7,-97.3), 5); if (svcBranch == 'FL') map.setCenter(new GLatLng( 37

RE: [NF] Any JavaScript Pro's out there

2006-12-20 Thread Sietse Wijnker
ehrm how about: if (svcBranch == 'VA') map.setCenter(new GLatLng( 37.7,-97.3), 5); if (svcBranch == 'VA') map.setCenter(new GLatLng( 37.7,-97.3), 5); if (svcBranch == 'FL') map.setCenter(new GLatLng( 37.7,-97.3), 3); if (svcBranch == 'TX') map.setCenter(new GLatLng( 37.7,-97.3), 7); when there

RE: [NF] Any JavaScript Pro's out there

2006-12-20 Thread Virgil Bierschwale
@leafe.com Subject: RE: [NF] Any JavaScript Pro's out there I'm not up on functions, however, it looks like you don't have enough matching brackets { } Tracy > -Original Message- > From: Virgil Bierschwale > Sent: Wednesday, December 20, 2006 2:42 PM > > Thi

RE: [NF] Any JavaScript Pro's out there

2006-12-20 Thread john harvey
Yes, it looks like e's missing two } braces. John -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Tracy Pearson Sent: Wednesday, December 20, 2006 2:10 PM To: profox@leafe.com Subject: RE: [NF] Any JavaScript Pro's out there I'm not

RE: [NF] Any JavaScript Pro's out there

2006-12-20 Thread Tracy Pearson
I'm not up on functions, however, it looks like you don't have enough matching brackets { } Tracy > -Original Message- > From: Virgil Bierschwale > Sent: Wednesday, December 20, 2006 2:42 PM > > This should be working, but its not..and to top it off, > response.write('svcBranch') and resp