Hi,
Is it possible to pass vriables declared into an SSI template to an
Cold fusion template.
I have to use ssi and cold fusion with Apache server.
Thanks in advance for your help
--
Mostapha MOUGHIT
[EMAIL PROTECTED]
World Online France
http://www.worldonline.fr
-
chris,
:~~
: From: Chris Wells <[EMAIL PROTECTED]>
:
: It happens when I try to set the variable 'opts'. Could I
: be setting up the object variable (opts) incorrectly? That's
: my guess, anyway. I can read 'opts'
:~~
i've found
Yes, you would have to use a CFX tag, like CFX_HTTP
(http://www.fsc.follett.com/cf/cfx_http/) it returns Headers
__
Pete Freitag
CFDEV.COM
Cold Fusion Developer Resources
http://www.cfdev.com/
-Original Message-
From: Seth Petry-Johnson [ma
Sorting a two dimensional array in CF is quite a tricky task, I once wrote
an algorithm that did this it was rather obtuse. I don't where the code is,
it never was used because I let my database do some of the work. If your
using a database, it's very likely that you can let the database do most
>In the HTTP protocol a 404 Error is returned in the header, your return
>might look like this...
Yes, but is that information available through the CFHTTP variables? I
didn't think it was... but I haven't done much with CFHTTP besides passing
around WDDX stuff, so I'm sure I could be mistaken.
erika,
should check grammar before sending.
:~~
: From: Jeff <[EMAIL PROTECTED]>
:
: it should *not* blow away the default form values as
: delivered from the browser.
:~~
should read:
it should *not* blow away the default form va
In the HTTP protocol a 404 Error is returned in the header, your return
might look like this...
HTTP/1.1 404 Not Found
Date: Wed, 29 Mar 2000 07:46:15 GMT
Server: Apache/1.3.9 (Unix) (Red Hat/Linux)
Connection: close
Content-Type: text/html
404 Not Found
Not Found
The requested URL /ha.ge wa
> Wonder how many people switched to IE/OE just for the fact they
> could handle
> multiple email accounts / newsgroups in the same sign - on. Netscape blew
> that one too! Duoooh. Shut down browser | Login as a new User
> just to check
> another email account, bad move NS.
I would be one. Tha
Anyone know what database sportssleuth is running along with its Linux/CF
configuration?
--
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lis
On Tue, 28 Mar 2000 17:08:43 -0800 Josh Petrin <[EMAIL PROTECTED]>
writes:
> you can get around this by putting the option
> adding function in the parent window and then calling the function and
> passing the variables to it from the child window
That's how I do it. That way also better adher
>I'm developing a portal for economists which provides a large database of
>sorted links. I'd like to implement some kind of scheduled broken link
>checker. Does anyone know of a custom tag that does this (I've searched
>Allaire's tag gallery)? If not, do you have any advice on how I should
write
I'm developing a portal for economists which provides a large database of
sorted links. I'd like to implement some kind of scheduled broken link
checker. Does anyone know of a custom tag that does this (I've searched
Allaire's tag gallery)? If not, do you have any advice on how I should write
it?
Use a managed hub with SNMP and something like mrtg (http://mrtg.hdl.com) to
monitor the circuit. For individual domains look at something that will
parse log files to separate out the traffic. Some of the larger ISPS have
specialized SQL logging to facilitate tracking and monitoring and even
bill
erika,
:~~
: From: Erika Foster <[EMAIL PROTECTED]>
:
: Thanks, that's the one I tried. But if you resize the
: browser window while viewing a .cfm page, it blows
: away the form variables it was passed. Maybe I can
: modify it to take away the "reposition" funct
Howdy all. Got my server up and running. CF 4.01, WebSite Pro and
Statistics Server 5. I'm looking for suggestions on how to track
bandwidth monthly for individual domains, and on the server as a
whole. Short of going in and looking at each and every stats package
every month. That's also not
> How can I find the MAX numeric value in a list?
Adrian,
Do a ListSort and then ListFirst.
-David
YOU'RE PAYING TOO MUCH FOR THE INTERNET!
Juno now offers FREE Internet Access!
Try it today - there's no risk! For your FREE softwa
I have a multi frame window. One frame is a cftree. When a branch of the
tree is selected it opens the details via a link in a second frame. I then
need to refresh the information in yet another frame. This third template
uses a session variable to update the name of the object just selected in
th
Ah! The allaire forums didn't time out on my search and we have an
answer!!!
NTLM and and "multipart/form-data" don't work in IE (and you can't use NTLM
in netscape).
Once you start using NTLM, the form elements are no longer passed to the
file specified in the ACTION attribute of the form tag.
I am so happy to find other people having this trouble. I found the answer:
Upgrade to the latest version of Internet Explorer 5.01. The problem will
disappear.
Hope this helps you. It drove me NUTS.
Eron
- Original Message -
From: Carter Development <[EMAIL PROTECTED]>
To: <[EMAIL P
i used CF_RETURNFUSEACTION for a restricted area for members only and a
shopping cart. Works fine, except that when users mixed both process,
eg. when checking out the shopping cart, member is redirected to login
screen. if he breaks the process and goes somewhere else, then goes to the
member lo
Exactly. Me too on several different servers. It has to be some kind of
security issue.
They are running NT, IIS and in this particular area are using NT security.
Sincerely,
Shawnea Carter
- Original Message -
From: Ron Anderson <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Tuesda
I was able to resolve #form.image# to the image path using the code you
posted
-Original Message-
From: Carter Development [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, March 28, 2000 6:32 PM
To: [EMAIL PROTECTED]
Subject: Form not passing variables - better format.
I have an odd situation
It's all on the same box, in the same application scope
> -Original Message-
> From: Cameron Childress [mailto:[EMAIL PROTECTED]]
> Sent: Tuesday, March 28, 2000 4:13 PM
> To: [EMAIL PROTECTED]
> Cc: [EMAIL PROTECTED]
> Subject: RE: maintaining sessions between servers
>
>
> Session v
Hello
anyone know how ArraySort works? If i have two dimensional array... is
there any way i can specify how the array is sorted based on the data in a
particular column?
thanks!
stephen
stephen.holland.chang
chief.technology.officer
cardinal.communications
Right, sorry.. thats what I meant.
At 06:28 PM 28/03/00 -0800, you wrote:
>Brook/All-
>
>See my comments below the inline original post:
>
>Original Posting:
>
>_SNIP
> >Interesting article:
> >
> >http://www.newsalert.com/bin/story?StoryId=Cooa8ubWbtKvuvtaYmG&FQ=Linux&Nav
>=
>na-search-
I have an odd situation - so simple that I cannot believe that it is giving
me trouble:
I have an upload an image type of form:
The action portion isn't working so I backtracked to the most basic level:
Is the form data getting through . . . So I changed my action page to a
simple:
#fo
Brook/All-
See my comments below the inline original post:
Original Posting:
_SNIP
>Interesting article:
>
>http://www.newsalert.com/bin/story?StoryId=Cooa8ubWbtKvuvtaYmG&FQ=Linux&Nav
=
na-search-&StoryTitle=Linux
>
>These guys upgraded from NT to Linux and report a 1.5 percent load capacit
test for no MIME
Sincerely,
Shawnea Carter
- Original Message -
From: Carter Development <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Tuesday, March 28, 2000 9:12 PM
Subject: Form not passing variables
> This is a multi-part message in MIME format.
>
> --=_NextPart_000_0093_01BF
Apologies for the multi-part - I am using Outlook Express and sent my
message as plain text. How do I fix that?
Sincerely,
Shawnea Carter
- Original Message -
From: Carter Development <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Tuesday, March 28, 2000 9:12 PM
Subject: Form not pass
This is a multi-part message in MIME format.
--=_NextPart_000_0093_01BF98FA.43C393C0
Content-Type: text/plain;
charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable
I have an odd situation - so simple that I cannot believe that it is =
giving me trouble: =20
I have an upl
Even this won't work. I host sites from the UK (.uk) and Israel (.il) here
in Michigan, USA. So the computer is in the US, the IP address is here, the
DNS points to the Middle East. Then PSI has a global network. Their IP
address block is registered in the States, but their dial-in POPs in Italy
u
does anyone know if you can check out files with a MAC using visual source
safe if the macs are connected through an NT server network?
thanks
stephen
stephen.holland.chang
chief.technology.officer
cardinal.communications
http://www.cardinalweb.com/
[
Ii'm not 100% sure of what it is you are trying to do. Are you looking to
pull all the information in 'tblData' that corresponds to the uid in
tblSomeInfo If so, you do this.
SELECT d.*
FROM tblSomeInfo s, tblData d
WHERE s.uid = [whichever uid you are looking for] AND s.uid = d.uid
That
On 3/28/00, Ryan Shrout penned:
>The title of a news entry in my database is "Intel Pentium III 1 GHz Now
>Available" but it won't find and return this entry. However if the
>search is like this:
>
>E.G.; Search: intel
>
>It DOES find the word intel and returns the correct results. Here is
>the
A N N O U N C E M E N T
ACT ColdFusion User Group Meeting
When: 5:15-6:45PM, Thursday 20 April 2000
Where: Level 2 Training Centre
Defence Housing Authority
26 Brisbane Avenue
BARTON
ACT 2600
Agenda:
* Welcome to new people
*
checking out the M$ site, i found that they disabled cross-frame (and
apparently cross-window) form option updating in ie 5/win (the article
specifically mentions select boxes, but it appears to be the same problem
you are having). you can get around this by putting the option adding
function in
Thanks
Dave Clay
Internet Facilitator
Trus Joist, A Weyerhaeuser Business
>>> [EMAIL PROTECTED] 03/28/00 05:32PM >>>
SELECT whatever FROM table
WHERE datefield < #mydate#
AND datefield > #myotherdate#
You may consider using the CreateODBCDateTime() function in there.
__
sql query wise it would be something like:
select [datamember(s)]
from [table(s)]
where [date.datamember] is between [date.minimum] and [date.maximumrange]
an actual example assuming sqlserver 7.0
select *
from [date]
where [date] between convert(datetime,'03/27/00') and
convert(datetime,'03/28/
SELECT whatever FROM table
WHERE datefield < #mydate#
AND datefield > #myotherdate#
You may consider using the CreateODBCDateTime() function in there.
Pete Freitag
CFDEV.COM
Cold Fusion Developer Resources
http://www.cfdev.com/
-Original
hey guys, here's what i'm trying to do.. maybe some of you sql guru's out
there can help. basically, i've got a field in a record that states the
number of records in another table that i want to view & i need a sql query
to gather those rows.
heres the schema
tblSomeInfo
--=_1016101==_.ALT
Content-Type: text/plain; charset="us-ascii"; format=flowed
You could use a list function and a space delim " " to get each word from a
text box. then you can do any kind of search you like with each word if you
are not looking for an exact phrase.
Does t
I am looking to query based on a range of dates.
Could anyone lend a hand with the form and query code for this ?
Thank you
Dave Clay
Internet Facilitator
Trus Joist, A Weyerhaeuser Business
--
Archives: http://www.
It's not a dumb question at all, people have PhD's in doing what you just
asked...
Here's one way to do it, keep in mind that I don't have a PHD in searching
algorithms...
SELECT whatever FROM table
WHERE
field_name LIKE '%#Replace(search_string, " ", "%' OR field_name LIKE '%",
"ALL")#%'
The
Hello, just wondering if anyone has a full version of
coldfusion studio 4.5 that they're willing to sell to
me secondhand?
I know that sometimes companies or individuals win
programs that they've already purchased, or purchase
too many copies of programs. I'm not asking for
illegal software --
This is a multi-part message in MIME format.
--=_NextPart_000_0157_01BF98E6.A3149B80
Content-Type: text/plain;
charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable
I know this is probably a really dumb question, but how can I make CF =
search a database field using more t
Yer wasting a lot of processing power in coldfusion unnecessarily. You
should build a where clause that replicates the conditions you are searchinf
for in your CFIF, that way you just loop over the result set and send the
email to every single record. SQL Will handle that much faster than Cold
F
--=_268809657==_.ALT
Content-Type: text/plain; charset="us-ascii"; format=flowed
Interesting article:
http://www.newsalert.com/bin/story?StoryId=Cooa8ubWbtKvuvtaYmG&FQ=Linux&Nav=
na-search-&StoryTitle=Linux
These guys upgraded from NT to Linux and report a 1.5 percent load
To kill session vars upon browser close:
Just put it in your application.cfm file.
>Hi,
>
>there was a post to show how to kill the session variables when user close
>browser.
>I can not find it, does any one know how to kill the session variables when
>user close browser.
>The
Sophie,
It may help to give your radio buttons a static name rather than a
dynamic one. This way you can call the value from the name.
#questqy.option1#
#questqy.option2#
Then to insert the value into your datasource...
insert into your_table (field_radio1, field_radio2)
values
You can also use 'dig' and a few other *nix commands to find out the owner
of an IP address even if it doesn't resolve to a name. I would have no idea
how to do this in a web app, other than with Perl, or something. Anyway,
like you said, that doesn't always do you much good. Granted that you h
It's not per client .. it's per account. This is going to be an app that is
accessed by an "unlimited" number of completely unrelated
companies/individuals.
The original plans was to have 1 database that housed all of the information
for all of them. We were going to keep track of what data bel
I know this one!
>>> [EMAIL PROTECTED] 03/28/00 12:19PM >>>
I need an FGA (Frequently Given Answer) to a FAQ. I couldn't find it in the
archives - searching on "caching" turns up no hits(?!).
What are the three or four headers you need to put in a HTML document to
prevent caching?
Check out.
http://www.teamallaire.com/tutorials/killSessionVarsOnExit.cfm
- Original Message -
From: "YungChih Chen" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Tuesday, March 28, 2000 3:25 PM
Subject: kill the session variables when browser is close.
> This message is in MIME fo
You should also make sure the mime type is setup on the server.
-Will
- Original Message -
From: "Ian Lurie" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Tuesday, March 28, 2000 9:54 AM
Subject: CFCONTENT problem
> Hi all,
>
> I've narrowed down my Forums problem to CFcontent - th
Mcd is starting to move to CF from Lotus Notes.
Although right now CF is only used in their private intranets. It looks like they
might take CF to the public side in the near future...
w00t,
Aymeric.
[EMAIL PROTECTED] wrote:
> Are you sure Amazone.com is Cold Fusion I know for a fact that
Eddie: That looks like it just might do the trick .. thanks :)
Nick: Yes, that makes sense, I think, except our database structure isn't
quite work that way .. I don't think. Hmm .. I'm doing too much thinking ..
I'll have to look into that a bit more just be be sure.
Thanks,
Todd Ashworth
Nope, I still get the error: 'the server threw an exception' (in MSIE
5.01). The error usually proceeds to take the browser down with it.
It happens when I try to set the variable 'opts'. Could I be setting up the
object variable (opts) incorrectly? That's my guess, anyway. I can read
'opts
I don't know if it's "RDS" so much as just plain FTP. But the main thing
you want to be able to do, I would think, is be able to open a page in
HomeSite off the server, make changes and save the changes to the server,
just as if the page was on your local disk. You can do this in HomeSite.
RDS,
Hi All,
Thanks to all those that answered my cry for SQL help. David's query did the
trick. Thanks David
Duane
-Original Message-
From: David Cummins [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, March 28, 2000 12:12 AM
To: [EMAIL PROTECTED]
Subject: Re: Query Help
Hi Duane.
Have you
what's the record count for teh query notify_list? Is it 3 also?
- Original Message -
From: "Chris Giminez" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Tuesday, March 28, 2000 2:13 PM
Subject: looping through a mailing list
> This is for a real estate web site where the realtor w
This is for a real estate web site where the realtor will add their own property. When
new property
is added, I want it to check a data table of subscribers who are interested in a
property fitting
certain criteria, such as price, number of bedrooms, bathrooms, etc.
I thought I had this figured
Nope. I thought of that - all other CFCONTENT stuff is working perfectly.
I've checked my MIME type settings, too...
Sigh...
-Original Message-
From: Sean Renet [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, March 28, 2000 11:43 AM
To: [EMAIL PROTECTED]
Subject: Re: CFCONTENT problem
do you
I have come upon this error and found it to be related to information in the
database that I was querying email address from the email address field
had some invalid email addresses in them... some had spaces and others were
phone number... I removed the invalid email addresses from the databa
Use the replication features of SQL server.
-Original Message-
From: stephen holland chang [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, March 28, 2000 2:59 PM
To: [EMAIL PROTECTED]
Subject: Synching Databases IN SQL Server with CF
Hey folks!
Has anyone ever had 2 SQL Server databases runn
The ASP code would something like this:
<%
accessdb="nwind.mdb"
myDSN="DRIVER={Microsoft Access Driver (*.mdb)};"
myDSN=myDSN & "DBQ=" & server.mappath(accessdb)
mySQL="select * from customers"
call query2table(mySQL,myDSN)
%>
To make this work, you need to specify the drive
Is CFSCRIPT faster than regular coldfusion coding or is it just easier to
write so you can get something done faster?
Robert Everland III
Network Administrator
Orlando.com
--
Archives: http://www.eGroups.com/list/cf-tal
Session variables are stored in the server's RAM, and are therefore not
transported across servers, not matter what. You may want to look into
Client variables using a datasource as storage.
-Cameron
Cameron Childress
McRae Communications
770.460.7277 x.232
770.460.0963 fax
Has anyone here had any experience with Alteon Load Balancers
(http://www.alteonwebsystems.com)
and Cold Fusion 4.5 together?
We are considering implementing a Load Balancing solution use the Alteon
Balancer. The
company is only about 4 years old with about 210 Employees.
Please let me know.
Wow, the prices seem to good to be true. How is there response when
registering databases ans such?
Thanks!
Kevin Miller
IT Systems Resource Manager
Medtronic Vascular
[EMAIL PROTECTED]
(707) 566-1200
>>> [EMAIL PROTECTED] 03/29/00 10:44AM >>>
I use www.prizmweb.com. Lots of features, not lo
At 13:17 28/03/00 -0500 [EMAIL PROTECTED] said
>It's a great tag. Available at www.digitaloutlook.com, very easy to
>implement once you've got pgp installed on the server.
You have to do it all yourself mind... Their idea and speed of
response to customer enquiries is of the Basil Fawlty Sch
Have a look at CFX_CountryOfIP from Lewis Sellars:
http://www.intrafoundation.com/freeware.html
-Original Message-
From: Scott P. Heffron [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, March 28, 2000 1:42 PM
To: Cf-Talk
Subject: IP Tracing
Is there a way by getting the requestors IP Address
There isn't a sure fire way to do this. An IP address might not always
resolve to a DNS name. There are some CFX tags in the tag gallery that will
resolve an IP address to a host name. Figuring out how to find the
geographic location is another issue, that isn't always very accurate. One
way t
Sure. You need to register the tag with the CF server through the
administrator. Point it to the tag directly. Have you already installed the
freeware (or commercial PGP)? This is required by the tag and may make it
bomb out with weird errors...
-Original Message-
From: Cam Wilson [mailto
Check out the dll for CFmail TAG & if needed replace it with fresh copy ..
- Original Message -
From: John Tierney <[EMAIL PROTECTED]>
To: Cf-Talk@Houseoffusion. Com <[EMAIL PROTECTED]>
Sent: Wednesday, March 29, 2000 12:30 AM
Subject: CFMail issues
> Hi,
> Im having weirdness using cfm
We use perforce www.perforce.com and love it. But it doesn't integrate with
CFStudio as far as I can tell but it doesn't bother me one bit. We switched
to it after some of our C++ developers noticed similar "anomalies" that were
actually "disasters". Unlimited amount of people can edit the same fi
I'm having the same problem..No idea though why its happening nor what's
causing it to occur.
Dave Bosky
> -Original Message-
> From: John Tierney [SMTP:[EMAIL PROTECTED]]
> Sent: Tuesday, March 28, 2000 2:00 PM
> To: Cf-Talk@Houseoffusion. Com
> Subject: CFMail issues
>
> Hi,
>
This message is in MIME format. Since your mail reader does not understand
this format, some or all of this message may not be legible.
--_=_NextPart_001_01BF98F4.565E48C8
Content-Type: text/plain;
charset="windows-1252"
Hi,
there was a post to show how to kill the session variables
I'd be interested to see the data model for an app that requires 10 - 50
tables per client. Can this not be normalized? What a maintenance nightmare!
-Original Message-
From: Chris Evans [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, March 28, 2000 1:57 PM
To: [EMAIL PROTECTED]
Subject: RE: DS
> -Original Message-
> From: Aidan Whitehall [SMTP:[EMAIL PROTECTED]]
> Sent: Tuesday, March 28, 2000 7:21 AM
> To: '[EMAIL PROTECTED]'
> Subject: RE: Mac CF studio?
>
> A UK Allaire rep said there might be an add-on for BBEdit that gave you
> the
> ColdFusion tags on a floatin
I had this problem a while back, because the two sites were on completely
different servers, one linux one NT so it was difficult.
What you can do is map your images directory to the secure server so the
images are in the same physical location but multiple sites can hit it.
At 12:58 PM 3/28/2
Not sure if this will work in Sybase but...
You could create one datasource to a master DB and then you could do
something like this:
SELECT *
FROM #username#.dbo.Table
When you query the master DB just omit the #username#.dbo.
does this make sense?
At 09:56 AM 3/29/2000
I've seen a tip on how to do this with ADO.
http://forums1.allaire.com/DevConf/Index.cfm?CFID=194029&CFTOKEN=13562140&&Messa
ge_ID=232685
And here's some source posted a couple weeks ago:
#myrs.recordcount#
>-Original Message-
>From: Chris Evans [mailto:[EMAIL PROTECTED]]
>Sent:
This is for a real estate web site where the realtor will add their own property. When
new property
is added, I want it to check a data table of subscribers who are interested in a
property fitting
certain criteria, such as price, number of bedrooms, bathrooms, etc.
I thought I had this figured
Hi everyone,
I have this query:
SELECT BusinessUnitList.BusinessUnit, BusinessUnitList.ID,
prioritystuff.BID, prioritystuff.FromWhen,
prioritystuff.ToWhen, PriorityStuff.PriorityType,
prioritystuff.THX, prioritystuff.Title, PriorityStuff.StartDate,
PriorityStuff.EndDate,
PriorityStuff.Season,
This message is in MIME format. Since your mail reader does not understand
this format, some or all of this message may not be legible.
--_=_NextPart_001_01BF98F1.F87BD370
Content-Type: text/plain;
charset="windows-1252"
Does this happen everytime or did it just happen once?
PS Can
I've used it a little, found it nice and fairly easy to use (once you've
figured out how pgp works with keyrings etc)
Had no problems with it so far. If you need any help with implementation,
email me off list, I`ll be happy to help
Cheers
Brian
- Original Message -
From: "Cam Wilson"
CGI.REMOTE_ADDR will return thier IP address...seems like there is a tag in
Allaire's gallery that will do domain lookups for countries.
> Is there a way by getting the requestors IP Address. Find out which
country
> or area, they are from. Part of the application we are working on is
asking
Hey folks!
Has anyone ever had 2 SQL Server databases running and ran either a stored
procedure through CF or enacted some simple way of synching the 2 databases
across the internet?
We are wondering if this is something we should do in SQL Server or through
CF manually looping through all the t
A little tip for those using Homesite, if you want RDS, just install the CF4.5
evaluation trial copy. Even though it expires after a month, RDS keeps working, and
it's integrated with Windows. Obviously with Homesite this will only give you file
access, not debugging, but it may help someone. I
This message is in MIME format. Since your mail reader does not understand
this format, some or all of this message may not be legible.
--_=_NextPart_001_01BF98EE.9D95E3B0
Content-Type: text/plain;
charset="windows-1252"
Sort the list then get the first value in the list
-Origin
This message is in MIME format. Since your mail reader does not understand
this format, some or all of this message may not be legible.
--_=_NextPart_001_01BF98EE.81B74D40
Content-Type: text/plain;
charset="windows-1252"
actually i believe the correct syntax is
Your boss seems quite
Are there any lesser-known wrinkles to maintaining session between servers?
I have regular URL A. on one box and secure URL B. on the same box.
I append CFID and CFTOKEN to the url taking the user from box A to box B.
Certain users, often behind corporate firewalls, cannot pick up the session
v
Try this:
function add2options(optText,optVal){
var opts;
opts = window.opener.document.forms[0].list2.options;
a = opts.length;
opts[opts.length] = new Option
opts[a].text = optText;
opts[a].value = optVal;
}
>Hi list,
>
>Using javascript, I a
I am trying to install it now and I am having no luck. I get an error that
tells me the the library associated with the custom tag is not present. I
saw that there was some issue with self extracting zip file not unzipping
the .dll, but I opened the self-extracting file in winzip and extracted the
do you have NT SP 6 installed? this disables cfcontent
- Original Message -
From: "Ian Lurie" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Tuesday, March 28, 2000 9:54 AM
Subject: CFCONTENT problem
> Hi all,
>
> I've narrowed down my Forums problem to CFcontent - the tag is not
corr
I have written some code which dynamically modifies the database directory
location for a Microsoft dBase ODBC DSN using registry manipulation with
CFREGISTRY. My problem is that when the directory changes it seems as
though ColdFusion has cached or is holding on to the original connection
becaus
All of the Allaire-approved classes are listed there. Don't know where you
are, but you might find what you need in the Bay Area where classes are
taught in San Francisco, Sacramento, San Mateo & Santa Clara, by 2 different
providers. For instance, in San Francisco, Fast Track is being taught by
Just thought I would make a quick mention that there is a JavaScript
talk list that was spawned from this list and has a lot of CF members
in it. It's called JS-Jive and is a great JavaScript resource with
good traffic here's the info for anyone interested
Post message: [EMAIL PROTECT
Take your list: MyList and cast it into an array, then use the ArrayMax
function.
eg:
MyArray = ListToArray(MyList);
MaxValue = ArrayMax(MyArray);
#Variables.MaxValue
Good luck,
Beau
Adrian Cesana wrote:
>
> How can I find the MAX numeric value in a list?
>
> -Adria
I need an FGA (Frequently Given Answer) to a FAQ. I couldn't find it in the
archives - searching on "caching" turns up no hits(?!).
What are the three or four headers you need to put in a HTML document to
prevent caching?
Chris Evans
[EMAIL PROTECTED]
http://www.fuseware.com
---
1 - 100 of 213 matches
Mail list logo