Netscape Image problem

2000-05-15 Thread Pecora, James

Hello All,

I am getting a wierd response from NN 4.08 (and others) regarding the
resolution of an image.
the code:

img width=100% height=33 border=0 src=..\images\imgYellow.gif

Will mostly resolve and show the image, sometimes though, it does not, and
it show a broken image
(It NEVER happens in IE) - if I refresh, the image comes in. There seems to
be no consistency as to when or why...

Does any one have any thought??

I'm thinking - NN chokes on the non-quoted attributes, but that doesn't
explain why it's intermitant...

JP
--
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



RE: Cf express and sessions

2000-04-28 Thread Pecora, James

No it does not -
you will have to maintain session via the URL

HTH

-Original Message-
From: Mark W. Breneman [mailto:[EMAIL PROTECTED]]
Sent: Friday, April 28, 2000 12:12 PM
To: [EMAIL PROTECTED]
Subject: RE: Cf express and sessions


Anyone... Please

-Original Message-
From: Mark W. Breneman [mailto:[EMAIL PROTECTED]]
Sent: Thursday, April 27, 2000 10:03 AM
To: [EMAIL PROTECTED]
Subject: Cf express and sessions



Hello,

I am looking for an answer.  Does CF express support sessions?  At first
glance it aperies not to.  Has anyone found a work around for this?
CFexpress docs are as clear as mud.  Listing tags on both the supported and
not supported lists.  It is trying to say that some of the functions of that
tag are supported.  I know, I know I should not complain it is free after
all.

Thanks,

Mark W. Breneman
-Cold Fusion Developer
-Network Administrator
Vivid Media
[EMAIL PROTECTED]
www.vividmedia.com
608.270.9770


--
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit
http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf_talk or
send a message to [EMAIL PROTECTED] with 'unsubscribe' in
the body.


--
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit
http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf_talk or
send a message to [EMAIL PROTECTED] with 'unsubscribe' in
the body.
--
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



IIS scripting objects in CF

2000-04-19 Thread Pecora, James

Hello all...

I'm trying to draw some parallels between CF and ASP for a client...
The use of the native IIS scripting objects has come up...

I am trying to understand if it is possible and in what syntax - to use
these objects..

EXAMPLE:
the object scripting.dictionary (is actually a single dimention array) So
instantiating it looks like this...
% 
Dim Capitols
Set Capitols = CreateObject("Scripting.Dictionary")
%

I can actually create this same (I assume) object using CFOBJECT:
cfobject type="COM" name="dictionary_test" class="scripting.dictionary"
action="CREATE"

MY QUESTION:
How does one ?populate? an object in CF??

The asp syntax is this...
% Capitols.add "England","London" %

What is teh CF equivelent??? Is there one...

I realize this is a poor example as I can do the same thing with an array as
this dictionary does...It's the concept and syntax I'm after...


Thanks all..
--
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



RE: WAY OT: backdoor affecting IIS and FP 98 extensions

2000-04-14 Thread Pecora, James


Please pass along this security write up-

thanks for all your work Michael...

james
-Original Message-
From: Michael Dinowitz [mailto:[EMAIL PROTECTED]]
Sent: Friday, April 14, 2000 11:04 AM
To: [EMAIL PROTECTED]
Subject: Re: WAY OT: backdoor affecting IIS and FP 98 extensions


If anyone wants, I've got a write-up on this from RFP that goes into ALL the
details. I'll send it over off list.

 I know that this is way off topic, but I think that it's important for
 everyone to know about this hack, since it affects IIS, NT's default
 webserver. There is a dll included in IIS and in FrontPage 98 Extensions
 that includes a backdoor password to the server. And of course, the
 password is something about Netscape being "weenies." People will be
trying
 to use this asap to take advantage of unknowing server admins, so if any
of
 you think you could be affected, take a look at these articles.

 Slashdot has a copy of the text from the Wall Street Journal article (you
 have to *pay* to subscribe to WSJ online news).
 http://slashdot.org/articles/00/04/14/0619206.shtml
 There is also an article at ZDNet

http://www.zdnet.com/zdnn/stories/news/0,4586,2543490,00.html?_ref=12652509
18

 It's also been covered at Hacker News Network. It hasn't been covered on
 2600 yet, but Hacker News Network and Slashdot are frequented by hacker
 types, including the malicious ones. The word is out, but there is a
remedy
 listed in the articles.
 --

 Archives: http://www.eGroups.com/list/cf-talk
 To Unsubscribe visit
http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf_talk or
send a message to [EMAIL PROTECTED] with 'unsubscribe' in
the body.



--
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit
http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf_talk or
send a message to [EMAIL PROTECTED] with 'unsubscribe' in
the body.
--
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



RE: Fusebox or not Fusebox that is the question...

2000-04-13 Thread Pecora, James

Bill - you are correct - FUSEBOX is just a methodology, any standarized
methodology throughout a team environment will do the same thing. As for
compartmentalizing the code for ease of debugging in the team..that can be
part of your standard and not necessarily fe fusebox.

Personally I use a method that is similar to fusebox in some way and
diferent in other ways..
I suppose it's the consistancy throughout the team that makes a standard
usefull..



-Original Message-
From: Bill Killillay [mailto:[EMAIL PROTECTED]]
Sent: Thursday, April 13, 2000 10:20 AM
To: [EMAIL PROTECTED]
Subject: RE: Fusebox or not Fusebox that is the question...


Can't all of that be done by establishing standards for a project or all
projects.  Why does it have to be Fusebox?  I have been looking at Fusebox
and I guess that I am a bit confused as to what it is and why I should use
it over some other set of standards?

FWIW
Bill Killillay
ICQ @ 8425781

Emily B. Kim Wrote:
 when you're working in a team environment, isolating pages makes them
 easier to debug and also easier to reuse. for instance, we were working on
 an app and people were doing different parts of the app. the client made a
 change to the db and threw off one part of the appa part i didn't work
 on. but i was able to fix it in 5 minutes 'cause i knew what the
 fuseaction
 was and that it was a query error so i just opened the query associated
 with that fuseaction, and BINGO! it was fixed. i didn't even have to look
 at the rest of the code for that piece of the app.

 also, if you have a query that can be re-used - for instance to populate a
 table in one page and then a select drop down box in another page - it is
 easier to just write it once. you could even make it more flexible by
 adding options for conditional processing. -emily



--
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit
http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf_talk or
send a message to [EMAIL PROTECTED] with 'unsubscribe' in
the body.
--
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



RE: Fusebox or not Fusebox that is the question...

2000-04-13 Thread Pecora, James

Only if you want to dictate how the world codes...
A methodology should fit the design standards and goals of a team/company
only.

As discussed in numerous threads onthis list - not every methodology fits
every need. And indeed, specificially FUSEBOX doesn't NOT fit everyones
needs - so for you to assume that a standard methology should be implemented
throughout the CF community is quite presumptious.

Each firm that I have worked for implements their own coding standards - and
Yes I need to learn a new standard each time I change jobs, but each job has
different goals...it can be no other way.

I know there are a lot of FUSEBOX proponents out there - but let's not cross
teh line and become bigots..



-Original Message-
From: William James [mailto:[EMAIL PROTECTED]]
Sent: Thursday, April 13, 2000 1:19 PM
To: [EMAIL PROTECTED]
Subject: Re: Fusebox or not Fusebox that is the question...


But the point of a standard methodology is that its consistent throughout
the team AND outside of it. If you or one of your team left and went to
another company you might have to learn a whole new methodology and throw
out a lot of what you'd been using for years. With a standard, you would be
using the same methodology from one place to another and the same for
sharing fuses, etc. If it uses a different scheme than someone else, it
kills the reusability and shareability across companies/teams/etc. But I
guess a mini-methodology is better than none ;)

- Original Message -
From: "Pecora, James" [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Thursday, April 13, 2000 9:19 AM
Subject: RE: Fusebox or not Fusebox that is the question...


 Bill - you are correct - FUSEBOX is just a methodology, any standarized
 methodology throughout a team environment will do the same thing. As for
 compartmentalizing the code for ease of debugging in the team..that can be
 part of your standard and not necessarily fe fusebox.

 Personally I use a method that is similar to fusebox in some way and
 diferent in other ways..
 I suppose it's the consistancy throughout the team that makes a standard
 usefull..



 -Original Message-
 From: Bill Killillay [mailto:[EMAIL PROTECTED]]
 Sent: Thursday, April 13, 2000 10:20 AM
 To: [EMAIL PROTECTED]
 Subject: RE: Fusebox or not Fusebox that is the question...


 Can't all of that be done by establishing standards for a project or all
 projects.  Why does it have to be Fusebox?  I have been looking at Fusebox
 and I guess that I am a bit confused as to what it is and why I should use
 it over some other set of standards?

 FWIW
 Bill Killillay
 ICQ @ 8425781

 Emily B. Kim Wrote:
  when you're working in a team environment, isolating pages makes them
  easier to debug and also easier to reuse. for instance, we were working
on
  an app and people were doing different parts of the app. the client made
a
  change to the db and threw off one part of the appa part i didn't
work
  on. but i was able to fix it in 5 minutes 'cause i knew what the
  fuseaction
  was and that it was a query error so i just opened the query associated
  with that fuseaction, and BINGO! it was fixed. i didn't even have to
look
  at the rest of the code for that piece of the app.
 
  also, if you have a query that can be re-used - for instance to populate
a
  table in one page and then a select drop down box in another page - it
is
  easier to just write it once. you could even make it more flexible by
  adding options for conditional processing. -emily


 --
--
 --
 Archives: http://www.eGroups.com/list/cf-talk
 To Unsubscribe visit
 http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf_talk or
 send a message to [EMAIL PROTECTED] with 'unsubscribe' in
 the body.
 --

 Archives: http://www.eGroups.com/list/cf-talk
 To Unsubscribe visit
http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf_talk or
send a message to [EMAIL PROTECTED] with 'unsubscribe' in
the body.



--
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit
http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf_talk or
send a message to [EMAIL PROTECTED] with 'unsubscribe' in
the body.
--
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



HTTP 1.1 Host Header files

2000-04-12 Thread Pecora, James

Does anyone know if Apache web server supports host header files for putting
multiple sites on one IP address...
I know you can do this in IIS, but I'm looking for alternitives...

thanks
--
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



RE: nesting queries??

2000-04-07 Thread Pecora, James

Why do you have to nest them???

If you are looking to loop over the results do this...

cfloop query="query1"
cfoutput#query1_info#/cfoutput
  cfloop query="query2"
---cfoutput#query2_info#/cfoutput
cfloop query="query3"
--cfoutput#query3_info#/cfoutput
/cfloop
  /cfloop
/cfloop


Ther probably is a more graceful way to handle what your trying to do - but
witout more information on what that is...
this is th only solution..

More info needed...


James

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
Sent: Friday, April 07, 2000 9:44 AM
To: [EMAIL PROTECTED]
Subject: nesting queries??



Hello all,
  I would like to know how you guys are nesting queries?
i have to "Nest" multiple queries like

cfoutput query="query1"

  cfoutput query="query2"
---
cfoutput query="query3"
--
/cfoutput
  /cfoutput
/cfoutput

How can i do this?
Thanks inadvance
Joe



--
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit
http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf_talk
or send a message to [EMAIL PROTECTED] with 'unsubscribe'
in the body.



-
Sent using MailStart.com ( http://MailStart.Com/welcome.html )
The FREE way to access your mailbox via any web browser, anywhere!


--
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit
http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf_talk or
send a message to [EMAIL PROTECTED] with 'unsubscribe' in
the body.
--
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



RE: Programatically setting search path for custom tags

2000-04-06 Thread Pecora, James

OK - (seriously) can I get a show of hands (via email) of thos developers
who think the ability to specify the path to a custom tag would be a good
feature - specifically NOT using cf module...and here's why.

I like the ability to call a custom tag inside a site, while having that
sites/apps structure NOT rely on any specific hosting provider. So if I
create and or use custom tags and keep them in a central place for use
througout the site I need to use cfmodule and provide attributes.

My problem with this solution comes in the form of writing VTML dialog boxes
for easy implementation. The minute you call the tag in cfmodule and then
you want to go back and edit it (using the VTML dialog box, or tag insight
you wrote) you can't because the tag now is a cfmodule tag and thus uses teh
cfmodule VTML file..

Does anyone else see this as a problem???

Thanks 
James

-Original Message-
From: Deanna L. Schneider [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, April 04, 2000 2:15 PM
To: [EMAIL PROTECTED]
Subject: Re: Programatically setting search path for custom tags 


Couldn't you just have people use cfmodule? It allows you to pull custom
tags from anywhere. So, each user could have their own custom tags folder,
and reference a custom tag by calling
cfmodule template="customtags/mytag.cfm" something="attributetopass"

-Deanna (having just figured this out instead of arguing with the server
admin to get access to the regular custom tags directory)



Deanna Schneider
Interactive Media Developer
UWEX Cooperative Extension Electronic Publishing Group
302 Hiram Smith
1545 Observatory Dr.
Madison, WI 53706
(608) 265-7923




--
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit
http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf_talk or
send a message to [EMAIL PROTECTED] with 'unsubscribe' in
the body.
--
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



RE: Combining Cf and ASP in the same Template

2000-04-06 Thread Pecora, James

Steve - I believe your wrong on this issue asn only ONE application server
mapping can be made to a file extension - you CAN NOT make a mapping that
follows a path...

When you set up CF or ASP you create amapping on the webserver that points
to a .dll so the resolution process looks like this:

An HTTP call to the web server.
the webserver 'sees' the file extension .cfm.
the webserver knows to pass that page request to the cf .dll 
The CF handles the request and feeds back the page to the web server to give
back to the requesting browser.

There is no was to have CF give back the page to the web server and then
have the web server hand the page to the ASP engine to parse. before it goes
back to the browser..

You can emulate this process by making an http call (Via CFHTTP) to an asp
page. 
this way you have cf doing all the cfprocessing - it makes a seperate http
call to the web server for the results of an ASP page. then returns the HTML
to the web browser.

But this is a psuedo solution - it gives the apperance of two application
server pages being resolved on one template. But in relaity, remember the
return for the HTTP call is plain text after the ASP engine did it's work.
This works for the most part.


Hope this helped clear up some of the contridiction is answers...

j

-Original Message-
From: Steve Reich [mailto:[EMAIL PROTECTED]]
Sent: Monday, April 03, 2000 10:15 AM
To: [EMAIL PROTECTED]
Subject: RE: Combining Cf and ASP in the same Template


Yes it is possible. You can set CF to parse any file extension you want. If
you set it to look for CF code in an ASP page, then the ASP code will get
processed and then sent to CF server to parse the CF code. This can easily
be done and seems to work fine. I'm not sure what the performance drain is.

Steve

-Original Message-
From: David Gassner [mailto:[EMAIL PROTECTED]]
Sent: Monday, April 03, 2000 10:35 AM
To: [EMAIL PROTECTED]
Subject: RE: Combining Cf and ASP in the same Template


No, since the page is sent either to the ASP engine or to CF depending on
the file extension, they can't be combined.

 -Original Message-
 From: Eric Sheetz [mailto:[EMAIL PROTECTED]]
 Sent: Monday, April 03, 2000 6:42 AM
 To: [EMAIL PROTECTED]
 Subject: Combining Cf and ASP in the same Template


 Is it possible to combine Cf and ASP in the same template?  If so, are
 there any "gotchas" I need to be aware of?

 Thanks,
 Eric

 --
 
 Archives: http://www.eGroups.com/list/cf-talk
 To Unsubscribe visit
 http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf
_talk or send a message to [EMAIL PROTECTED] with
'unsubscribe' in the body.


--
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit
http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf_talk or
send a message to [EMAIL PROTECTED] with 'unsubscribe' in
the body.


--
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit
http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf_talk or
send a message to [EMAIL PROTECTED] with 'unsubscribe' in
the body.
--
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



Show Of Hande

2000-04-06 Thread Pecora, James


OK - (seriously) can I get a show of hands (via email) of those developers
who think the ability to specify the path to a custom tag would be a good
feature - specifically NOT using cf module...and here's why.

I like the ability to call a custom tag inside a site, while having that
sites/apps structure NOT rely on any specific hosting provider. So if I
create and or use custom tags and keep them in a central place for use
througout the site I need to use cfmodule and provide attributes.

My problem with this solution comes in the form of writing VTML dialog boxes
for easy implementation. The minute you call the tag in cfmodule and then
you want to go back and edit it (using the VTML dialog box, or tag insight
you wrote) you can't because the tag now is a cfmodule tag and thus uses
the
cfmodule VTML file..

Does anyone else see this as a problem???

Thanks
James

Thanks for your response Dan..
(I'm trying to get a quorum of developers - so I can pass this along to
Allaire and hopefully have it implemented on the next release - the majority
rules here folks, sqeeky wheel and all that...)
--
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



Office 2000 Web Components

2000-04-06 Thread Pecora, James

Has anyone used Office 2000 Web Components for charting data (as a solution
to Crystal Report porblems)??
If so...have you been able to pass parameters to the data, via the web??? So
as to dynamically change/populate the chart???
If so - How???

Thanks in advance
James

--
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



Special character question:

2000-04-06 Thread Pecora, James

What is this??

#9;

--
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



RE: Cached Query's?

2000-04-06 Thread Pecora, James

As long as it's the same syntax and you don't have it scoped to a session
var..
It gets hit ONCE..then cached...

-Original Message-
From: Bill Killillay [mailto:[EMAIL PROTECTED]]
Sent: Thursday, April 06, 2000 1:26 PM
To: Cf-Talk
Subject: Cached Query's?


If I cache a query, does that mean that on the server that same query gets
cached for every user that hits the site, or is it cached once when the
first user hits.  Which is better, to cache it or not.

Bill Killillay
ICQ @ 8425781

*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*
"An investment in Knowledge always pays the best interest."
   -Benjamin Franklin-
*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*

Get Paid to Surf the Web.  It's free, easy and fun.
Sign up for AllAdvantage.com at

http://alladvantage.com/go.asp?refid=FIB-034

Most of us are on it every day all day anyway, why not give
yourself a pay raise for 25 hours a month.


--
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit
http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf_talk or
send a message to [EMAIL PROTECTED] with 'unsubscribe' in
the body.
--
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



CF Table Question..

2000-03-30 Thread Pecora, James

Hey - I fooling around with CFTABLE (for modeling purposes only - no slaming
please)
I want to loop over a cfcol to populate the table - 

Something like this:
cftable query="GetTable"
 colheaders
 htmltable
 border

cfloop list="#GetTable.ColumnList#" index="i"  
cfcol text="#i#" width="30" align="CENTER"
/cfloop

/cftable


CF won't let me loop inside the table (Only CFCOL is permited inside the
cftableso it says..

I want to output the whole query - I'd like to be able to do this without
haveing to look up the field names and type them..
is there a way to do this??

TIA

--
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



OT: Form Action Question - JS

2000-03-29 Thread Pecora, James

Is it possible to have the form action driven by a form element?

I have a select box that is listing some pages,
when the user select a page and fills out the rest of the form,
I want the form submited to the page selected in the select box...

I realize I can do this by using this form param on the action page
and redirecting from there, but I would like to make this work cleaner than
that...

Any help - 

Thanks
--
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



RE: OT: Form Action Question - JS (MORE)

2000-03-29 Thread Pecora, James


Thanks Larry - 
Can you give me some guidance on syntax placement...

What I have...

form action="" method="get" name="Selecttest" onsubmit="return
verify(document.Selecttest);"
pReport:  select name="ReportFile"
option value="test1.rpt"test1
option value="test2.rpt"test2
/select

... other form fields ...

/form

I want the form to be submited to whichever file is selected in the
"ReportFile" field...
Where would "this.form.action='x'" go

FYI: I am using the onsubmit to make sure select boxex are checked


James



Yes, set the form's action property (available in ie4+ and NN3+ I think).
You can do this from a form element (this.form.action="foo.cfm").

If you want more info, check out:
http://developer.netscape.com/docs/manuals/communicator/jsref/index.htm

Larry
--
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



RE: [Help !!!! with session time outs]

2000-03-27 Thread Pecora, James


Raymond -

 can you give some brief examples of using cflock??

 where you did and did not use it in your code...

 actual snippits would be helpful, people are saying any time you use a
 session or application variable, but that doesn't give much information.


 tia
--
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



Ordering a list

2000-03-27 Thread Pecora, James

Any way to order a list easily???

Say I have a LIST and I want it alphabetized?

I am looping thry the list and would like to have some contro over the
display order...

thanks
--
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.