I got this code from somewhere in the archive threads.
Monitor
#ListGetAt(TheList,Position)#
When displayed on the page, the page refreshes every 2 seconds and randomly displays the list item. How do I make sure that all the items in the list are displayed, only repeat
no actually I'm asking for some DHTML help. The idea behind is that I call a webservice which returns a comma separated list of items, I then display each item in a div or somewhere in the browser one after the other. I don't have a clue how to do this. I'd appreciate your help
kind of thing, that would be very
helpful.
Best Regards
CF Coder
__
Do you Yahoo!?
New Yahoo! Photos - easier uploading and sharing.
http://photos.yahoo.com/
[Todays Threads]
[This Message]
[Subscription]
[Fast Unsubscribe]
[User Settings]
ter" width=14.28%>
> href="">
> align="center" width=14.28%>
> href="">
> align="center" width=14.28%>
> href="">
> td align="center" width=14.28%>
> href="">
> align="center&qu
JS Popup browsers are called like this:
window.open('http://www.mydomain.com/pagename.html','windowname','[attributes]');
This code is in the code of your custom tag. You must adjust this code
to say "https:" instead of "http:". If the tag calls the popup page as a
relative link rather than an
ntication?
-Novak
-Original Message-
From: Tom Kitta [mailto:[EMAIL PROTECTED]
Sent: Tuesday, December 09, 2003 10:37 AM
To: CF-Talk
Subject: CF and MS SQL server authentication
When setting up ColdFusion to work with MS SQL server 2000 I am having
trouble with usage of Windows only authenti
Take this example. From the below code, how do I ask ColdFusion to get me the service name (eg: service1) if the status which is displayed in a separate tag inside the same block is "Timed Out".
service1HubActive
service2HubTimed Out
service3HubTimed Out
[Todays Threads]
[This Message]
[
well, I just don't know know to do this, someone asked for the code, I've posted it, I was hoping someone could post the code and share the logic.
Best Regards
CF Coder
>On Tuesday 09 Dec 2003 08:58 am, cf coder wrote:
>> Can you show me how to do this please, I would really a
Can you show me how to do this please, I would really appreciate it.
Many Thanks
>On Monday 08 Dec 2003 15:27 pm, cf coder wrote:
>> The page should have the columns "Name" and "Status".
>> I don't know how to go about doing this. I can call
>
>I as
cts and inserts from a database table. Some
might argue that using session/client variables would be better... but
for corporate reasons we wish to keep a 14 day (configurable of course)
log of all conversations.
-Novak
-Original Message-
From: John Dowdell [mailto:[EMAIL PROTECTED]
S
. I
could probably end up spending more time looking for a solution than it
would take to just sit down and write one. ;-)
-Novak
-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
Sent: Monday, December 08, 2003 3:57 PM
To: CF-Talk
Subject: RE: Flash Instant Messenge
http://talkdesk.com/
> Hi Dan,
>
> Thanks for the input. Yes, I know I could do that... but as I mentioned
> in my post. I don't really feel like reinventing the wheel. I'm
> looking for something already written and I can just "plug in" to my
> existing intranet application. ;-)
>
> -Novak
>
al Message-
From: Dan Farmer [mailto:[EMAIL PROTECTED]
Sent: Monday, December 08, 2003 12:49 PM
To: CF-Talk
Subject: RE: Flash Instant Messenger Software?
you could create your own messaging app, writing to the application or
session variables...
>From: "cf-talk" <[EMAIL PRO
: Spectrum WebDesign [mailto:[EMAIL PROTECTED]
Sent: Monday, December 08, 2003 12:43 PM
To: CF-Talk
Subject: RE: Getting 2 first lines from textarea formatted field
Another problem. Many records from textarea field is formatted with
or or font style. How to show only plain textarea without any
format
Hi All,
Before I go and reinvent the wheel...
Does anyone know of some cheap/free "instant messenger" software that I
can embed in a ColdFusion intranet application?
I currently have a ColdFusion/_javascript_/DHTML solution in place but I'd
much rather have a Flash "popup window" that floats ove
08, 2003 11:42 AM
To: CF-Talk
Subject: Getting 2 first lines from textarea formatted field
Hi all
i need to get 2 firt lines (or 150 first chars) from textarea formatted
field like macromedia search action... Is possible?
Thanx in advance
rtion of your CFHTTP.FileContents without giving away
>any private information?
>
>Then it would easier to see what you are dealing with.
>
>-Original Message-
>From: cf coder [mailto:[EMAIL PROTECTED]
>Sent: Monday, December 08, 2003 9:28 AM
>To: CF-Talk
>Subject: network mon
have all the permissions,
but what do I do with the information. How do I then
search with the returned results for a service that is
down? There isn't any webservice interface.
Has anyone done this sort of thing? Please if you have
can you help.
Best Regards
CF Coder
___
i see it with mozilla firebird
[Todays Threads]
[This Message]
[Subscription]
[Fast Unsubscribe]
[User Settings]
6.1
[Todays Threads]
[This Message]
[Subscription]
[Fast Unsubscribe]
[User Settings]
works 4 me 2
[Todays Threads]
[This Message]
[Subscription]
[Fast Unsubscribe]
[User Settings]
#x27;t like it.
-Novak
-Original Message-
From: Stacy Young [mailto:[EMAIL PROTECTED]
Sent: Sunday, December 07, 2003 6:42 PM
To: CF-Talk
Subject: OT: GeoTrust Certs @ 25$ ?
These guys have GEO Trust certs at $25. Has anyone every used them?
https://members.ev1.net/rsMembers/english/s
wrote:
> Cutter (CF-Talk) wrote:
> >>From: Cutter (CF-Talk) [mailto:[EMAIL PROTECTED]
> >>Sent: Saturday, December 06, 2003 3:29 PM
> >>To: CF-Talk
> >>Subject: SOT: SQL question
> >>
> >> I have four (4) tables. One table holds IDs t
-Original Message-----
From: Kwang Suh [mailto:[EMAIL PROTECTED]
Sent: Saturday, December 06, 2003 12:17 PM
To: CF-Talk
Subject: RE: Fusebox - whats the big deal anyway?
Since his knowledge of Fusebox is very limited (based on "research",
which
apparently didn't even include
as Cat,
> D.txtDesignName as Name,
> FROM
> tblBoutItem I
> INNER JOIN tblBoutSubCat S ON (I.intBoutCatId = S.intBoutCatId)
> INNER JOIN tblBoutCat C ON (I.intBoutCatID = C.intBoutCatID)
> INNER JOIN tblBoutDesign D ON (I.intBoutDesignId = D.intBoutDesignId)
>
I have four (4) tables. One table holds IDs that reference info in the
other three (3) tables by ID. I am trying to pull the information for an
item, and pull the info specific to that item from the three tables.
What's wrong with this picture?
select i.intBoutItemID as ID,
c.txtBoutCat as C
Hi list,
I am working with verity, querying and searching
through an SQL-table.
select *
from foo_table
The above query I use for indexing.
Then I work with cfindex like the following
collection="foo_collection"
key="ID"
type="CUSTOM"
title="article_title"
Depends on what you set the timeout too. Take a look at the docs.
-Novak
-Original Message-
From: Rick Root [mailto:[EMAIL PROTECTED]
Sent: Saturday, December 06, 2003 9:36 AM
To: CF-Talk
Subject: Re: CFEXECUTE?
John Burns wrote:
> Does cfexecute make a call to the file you spec
http://www.digitmag.co.uk/news/display_news.cfm?NewsID=3489
least the site is in cfm :)
[Todays Threads]
[This Message]
[Subscription]
[Fast Unsubscribe]
[User Settings]
my email server supports html, so I don't have to do all this, right?
> What I like to do is use chr(10) and format the entire email as in one
> string. Then just output the string inside the cfmail tags. This way
> you get total control of the output and your cf tags/logic do not
ame time. ;)
Thanks again guys...
-Novak
-Original Message-
From: Samuel R. Neff [mailto:[EMAIL PROTECTED]
Sent: Friday, December 05, 2003 6:52 AM
To: CF-Talk
Subject: RE: Posting XML data to ASP service?
That should be:
url="">
But since it's a WSDL you sho
>senior web applications architect
>navtrak, inc.
>www.navtrak.net
>[EMAIL PROTECTED]
>410.548.2337
>
>-Original Message-
>From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
>Sent: Friday, December 05, 2003 10:09 AM
>To: CF-Talk
>Subject: RE: application.cf
so what are you saying?
This code is fine for HTML supported email servers, but not when it is text
>supported only.
>
>
>>From: cf coder <[EMAIL PROTECTED]>
>>Reply-To: [EMAIL PROTECTED]
>>To: CF-Talk <[EMAIL PROTECTED]>
>>Subject: Re:cfmail pre
quot;
scope="subtree"
port="389">
"">
type="EXCLUSIVE">
Now when I refer to this session variable in another
file, I get an error, it says the session variable is
not defined. I thought whenever a .cfm file is c
thank you all for your suggestions. This code does the job.
from="#frommail#"
subject="Order"
server="someserver"
port="25"
type="HTML">
Any Comments=#AnyComments#
Shopping Basket=#shoppingBasket#
User Name=#username#
[Todays Threads]
[This
Thanks Tony but that doesn't seem to work for me. I'm not sure why.
This is the service I'm trying to connect to:
http://www.MelissaData.com/Tech/dqws.htm
-Novak
-Original Message-
From: Tony Weeg [mailto:[EMAIL PROTECTED]
Sent: Thursday, December 04, 2003 8:58
Does anyone here have a quick code snippit showing how exactly to post
an XML document/request to a web service page? I'm trying to determine
what exactly I'm doing wrong and I'm sure it's something very simple. I
can make it work in CF5 using the MS XML object... but can't make it
work in CFMX u
I just tried that, I wrapped the body inside the tag, and called the varible in the cfmail body, the email that is generated still displays the line break. Can you think of anything else? I am using CFMX
> you mean put everything inside the opening tag and
> assign the results to a variable and
you mean put everything inside the opening tag and assign the results to a variable and then call the variable in the cfmail tag?
[Todays Threads]
[This Message]
[Subscription]
[Fast Unsubscribe]
[User Settings]
#x27;t
understand why cfmail genereated the line break. Can
somebody show me how to get round this
annoying problem
Best Regards
CF Coder
__
Do you Yahoo!?
Free Pop-Up Blocker - Get it now
http://companion.yahoo.com/
[Todays Threads]
[This Message]
[Subscription]
[Fast Unsubscribe]
[User Settings]
blems in the
>past with plain text emailing in CF.
>
>
>
>I think what you need to do is put everything on one line like this and
>inside your CFIF, put a linebreak character (I think it's CHR(13))
>
>
>
>
>port="25" subject="Order">
>
does the job
[Todays Threads]
[This Message]
[Subscription]
[Fast Unsubscribe]
[User Settings]
I've tried that, it doesn't get rid of the line break
>have you tried inside to prevent any
>extraneous stuff?
>
>...tony
>
>tony weeg
>senior web applications architect
>navtrak, inc.
>www.navtrak.net
>[EMAIL PROTECTED]
>410.548.2337
>
>-Ori
From: Dan Farmer [mailto:[EMAIL PROTECTED]
Sent: Wednesday, December 03, 2003 12:51 PM
To: CF-Talk
Subject: RE: question about cookies..
NOVAK --
Yes I did get your message. And I did change my code to reflect that (
all
uppercase cookie names ). But still having the same problem. Do you
think
the
Dan,
Did you get my earlier message about naming all of your cookies in UPPER
CASE? That just might solve your problem.
-Novak
-Original Message-
From: Dan Farmer [mailto:[EMAIL PROTECTED]
Sent: Wednesday, December 03, 2003 12:26 PM
To: CF-Talk
Subject: Re: question about cookies
Sent: Wednesday, December 03, 2003 9:14 AM
To: CF-Talk
Subject: Re: question about cookies..
I've tried a CFDUMP var="#cookie#, and funny enough it returns a whole
set
of different cookies than ( alert(document.cookie)) could it be tha
to
need to use _javascript_ to delete
.
-Novak
-Original Message-
From: Tony Weeg [mailto:[EMAIL PROTECTED]
Sent: Tuesday, December 02, 2003 8:18 PM
To: CF-Talk
Subject: im about to blow up a cfmx server
is there anything that can be done
with the annoying problem that is file is
on server, you ftp a new file up, and the
Try using the evaluate() function.
-Novak
-Original Message-
From: Dan Farmer [mailto:[EMAIL PROTECTED]
Sent: Tuesday, December 02, 2003 2:05 PM
To: CF-Talk
Subject: variables within variables
What is a way to evaluate variables like the following. I have a cookie
variable and it
Hello everybody,
I need some help with the cfldap tag. I am quering the
Active Directory, I have a user
and I want to check if this user is a member of a
group. Here is my code
action="">
name="adQuery"
server="ldapServer"
start="cn=Media Support,ou=Miscellaneous,ou=task
groups,ou=groups,ou=sup
Massimo,
I found the version 1.2 on your site (Wish I could read italian, looks like
a great site) and it doesn't seem to work on my 6.0/linux. Works on
6.1/Windows though. Any ideas?
Greg
>From: "Massimo, Tiziana e Federica" <[EMAIL PROTECTED]>
>Reply-To: [EM
Massimo,
Would you be able to share the older version for those of us stuck on 6.0?
Greg
>From: "Massimo, Tiziana e Federica" <[EMAIL PROTECTED]>
>Reply-To: [EMAIL PROTECTED]
>To: CF-Talk <[EMAIL PROTECTED]>
>Subject: Re: CFFUNCTION - Any thoughts??
>
Typically you don't count *
But you would do it this way... count(tablename.*)
-Novak
-Original Message-
From: Mickael [mailto:[EMAIL PROTECTED]
Sent: Monday, December 01, 2003 10:18 AM
To: CF-Talk
Subject: Re: SQL Help on Join
how do I specify the tablename with the
Bryan,
I tried this on windows and just get "-1" for height and width. (CF 6.1
Ent.) Any ideas?
CreateObject("java","javax.swing.ImageIcon").init(ARGUMENTS.FileLoc)>
ImageInfo.ImgWidth #ImageInfo.ImgWidth#
ImageInfo.ImgHeight #ImageInfo.Img
ails to the site to authenticate. If both the user is in
>the Active Dir and the site is (thus allowing access) then the username of
>that user should be available in the CGI.AUTH_USER field. Then you could
>potentially pass this into the CFLDAP tag?
>
>HTH
>
>Mikey
>
>
I cannot use the cfldap tag to query the active directory because I would have to pass in the username to get the details for that user. To give you a background, I'm developing this site for the intranet, the users windows/computer account details are stored in the Active Directory. When the user
IL PROTECTED]
>Sent: Thursday, November 27, 2003 16:44
>To: CF-Talk
>Subject: RE: Can get coldfusion to call the ADSystemInfo com object (ADSI)
>
>
>Did you try the tag?
>
>-Original Message-
>From: cf coder [mailto:[EMAIL PROTECTED]
>Sent: November 27, 2003
life sucks especially when you have someone constantly mithering you to enquire if the job is done :)
>well... it's all you got by the sounds of it ;-)
>
>life's full of kludges we're just here to try and keep it all
>working :-)
>
>
>>[EMAIL PROTECTED] wrote:
>>
>>I would'nt be having these i
t; & ADSysInfo.UserName)
CurrentUser.adspath
currentuser.cn
currentuser.givenname
currentuser.sn
currentuser.mail
currentuser.telephoneNumber
currentuser.mobile
>Did you try the tag?
>
>-Original Message-
>From: cf coder [mailto:[EMAIL PROTECTED]
>Sent: November 27, 2003 8:39 AM
>
Mike Townend suggested the same solution in response to my question in this thread:
http://www.houseoffusion.com/lists.cfm/link=m:4:28947:145329
I however don't know how to do this, have no vbskills
>ADSI components cannot be called directly in CF. You need to write a
>wr
I would'nt be having these issues if ColdFusion could invoke a com object without throwing errors. Here go to this link you'll know what I'm talking about
http://www.houseoffusion.com/cf_lists/index.cfm/method=messages&threadid=28964&forumid=4
I've just posted this thread
[Todays Threads]
[This
r='&ADSysInfo.UserName);
Here is my asp code : It works
<%
Set ADSysInfo = CreateObject("ADSystemInfo")
response.write "Current User=" & ADSysInfo.UserName
%>
Can somebody please help me. I need to get this
working in ColdFusion.
Regards,
cf coder
s in either a Form or a QueryString
>Either do a GET back (QueryString) or a POST (form) to a specific CF
>template
>Parse either the QueryString or Form in Cold Fusiion
>Recreate the SEssion vars for Cold Fsuion to use
>
>
>That's off the top of my head, there may be f
can you show me how to do a post request which passes all the session and client cookie data to coldfusion?
>Your not going to be able to share the ASP session data with the cold
>fusion app unless you transfer it via a post or get request
>
>
>
>-Original Message-
>F
t, then create a public
>method which you pass in simple values which then calls the private methods.
>
>So in our case we have something like this in CF
>
>
> oPB = CreateObject("Com", "PhoneBin.PhoneBin");
> oPB.CreatePhoneBinAlbum("
usion page.
call a asp page to let global.asa set the cookie and session data
>You're trying to execute included ASP code within a CF page That simply
>won't work.
>
>.cfm templates are processed by the Cold Fusion engine, and similarly .asp
>files ar
the cfm code:
asp code:
<%
if ((session("user.loggedin") <> "TRUE"))
Response.write "I want to see this on the browser"
end if
%>
I would appreciate your help
cf coder
__
Do you Yahoo!?
Free Pop-Up Blocker - Get i
please mate can you just show me how to do this. I just want to invoke the com object, and I'm sure that's possible with you help, and get the user information. Man, I've put in so many hours trying to figure out how to get this to work, my manager is sitting on my head and my head is spinning
[To
how do you do that?
>how about writing a wrapper COM object? thats what we did to get around lots
>of problems with creating Virtual Dirs on the fly
>
>
>HTH
>
>Mikey
>
>
>-Original Message-
>From: cf coder [mailto:[EMAIL PROTECTED]
>Sent: Thurs
e to call it using
>createObject.
>
>Try the tag in the developer's exchange.
>
>-Original Message-
>From: cf coder [mailto:[EMAIL PROTECTED]
>Sent: November 26, 2003 9:20 AM
>To: CF-Talk
>Subject: Re:Anonymous access and authentication
>
>
>no, I won'
no, I won't use the cfhttp tag, I'll use the code directly in my file. Oh and btw, I get this error when I view in the browser
An exception occurred when instantiating a Com object.
The cause of this exception was that: java.lang.NullPointerException.
any ideas?
>You would run into the same
working, put it into my code.
-Novak
-Original Message-
From: CF Lists [mailto:[EMAIL PROTECTED]
Sent: Wednesday, November 26, 2003 5:57 AM
To: CF-Talk
Subject: ImageMagick/MagickTag
Has anyone used imagemagick or magicktag to write text on an image? This
doesn't work.
if I can rewrite the following asp code in coldfusion, my problem will automatically get solved, can I do this in coldfusion?
<%
Set ADSys = CreateObject("ADSystemInfo")
response.write "User=" & ADSys.UserName
%>
[Todays Threads]
[This Message]
[Subscription]
[Fast Unsubscribe]
[Use
That's just a WAG, but might be the problem.
>
>Cheers,
>barneyb
>
>> -Original Message-
>> From: Allan Clarke [mailto:[EMAIL PROTECTED]
>> Sent: Wednesday, November 26, 2003 8:49 AM
>> To: CF-Talk
>> Subject: Anonymous access and authentication
Has anyone used imagemagick or magicktag to write text on an image? This
doesn't work.
inputtype="file"
inputfile="/usr/var/www/html/greg/banner.gif"
outputType="file"
outputFile="/usr/var/www/html/greg/greg.gif"
debug="No"
ders.
only thing i couldnt get them to load so far was psd files
> Can you load .gif files into flash? I thought it was just JPEG?
>
>
>
> John
>
>
>
> -Original Message-
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
> Sent: Tuesday, November 25, 200
ilto:[EMAIL PROTECTED]
> Sent: Tuesday, November 25, 2003 3:44 PM
> To: CF-Talk
> Subject: RE: Resize Image ?
>
> yeah we'll send them up the half pipe with u...oh wait, thats a full
> pipe, lol! ;)
>
> there are lots of things that will do it but i thought he
if ur using dw then just use an extension, takes 5 seconds to do. or once
again go to www.dwfaq.com and go to snippetts and massimo has a few
breadcrumb snippetts there
> The problem with that article is that it uses the CF_MakeTree tag, which
> I'm not able to use.
>
> Any other ideas?
>
>>Ther
oh btw~ go to www.dwfaq.com and go to the snippets section, its awesome
from regex stuff to coldfusion, its a great place to get stuff
> hi there.
>
> where in dwmx does one make keyboard shortcuts like we can in homesite,
> for cold fusion tags/etc.
>
> like for cf commen
r u using dw now tony?
> hi there.
>
> where in dwmx does one make keyboard shortcuts like we can in homesite,
> for cold fusion tags/etc.
>
> like for cf comment, or cfoutput, or cfquery, etc
>
> thanks!
>
> ...tony
>
> tony weeg
> senior we
TECTED]
> Sent: Tuesday, November 25, 2003 3:19 PM
> To: CF-Talk
> Subject: RE: Resize Image ?
>
> if you give them correct porportions they shouldnt heres a simple one i
> did http://www.theholegang.com/ other than ppl uploading diffent sized
> images its ok well at least to me,
Bailey
>
> -Original Message-
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
> Sent: Tuesday, November 25, 2003 2:19 PM
> To: CF-Talk
> Subject: RE: Resize Image ?
>
> if you give them correct porportions they shouldnt
> heres a simple one i did http://www.
i did http://www.theholegang.com/
> other than ppl uploading diffent sized images its ok
> well at least to me, but im blonde too
>
>
>
>>
>> -Original Message-
>> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
>> Sent: Tuesday, November 25, 2003 2:
umbnail
> which looks crappy.
>
> I was hoping that there was some type of _javascript_ that would process
> the image on load before the web browser messed it up.
>
> - Neal Bailey
>
> -Original Message-
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
> Sen
its simple, just make your image place holder the size u want the image to
be, i do that instead of thumbnails all the time ;)
> Hey guys,
>
> Is there a way to resize an image to be smaller with out it loosing
> quality and becoming jagged? Meaning if I have an image that is
> 120x120px and I w
i have a quick ?
i have a site where i need to add a flash mp3 player, the problem is that
its on msn and it disables the tags to imbed it, any way around that?
ty
[Todays Threads]
[This Message]
[Subscription]
[Fast Unsubscribe]
[User Settings]
Okay, this is going to sound dumb to some of you but how can you do this
WITHOUT using a DB?
Greg
>From: "Raymond Camden" <[EMAIL PROTECTED]>
>Reply-To: [EMAIL PROTECTED]
>To: CF-Talk <[EMAIL PROTECTED]>
>Subject: RE: CFLogin
>Date: Tue, 25 Nov 2003 08:56:06
I guess I was expecting more from cflogin. I thought it was going to do
everything for you. You'd think there would be built-in security tables if
there are built in functions to validate users.
>From: "Raymond Camden" <[EMAIL PROTECTED]>
>Reply-To: [EMAIL PROT
How about a show of hands of people using CFLogin? I've been trying to get
my head around it for a few days now. I did a tutorial on EasyCFM and got
MORE confused. Anyone like it? Anyone want to take a shot at explaining it?
I'm still not sure what MM gave us. A "container"? We still have to pro
the imageprocessor to slice and dice the
> pics. I too don't know crap so this might be a very bad idea, but it
> seems to make sense (to me).
>
>
>
> -Original Message-
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
> Sent: Monday, November 24, 2003 4:2
Sent: Monday, November 24, 2003 4:16 PM
To: CF-Talk
Subject: RE: Heartbeat with Flash?
It'd be a snap with flash, using either remoting or just a loadVariables
call. I know there was a limitation with flash 5 where you couldn't
make a
movie smaller than 18x18 though. don't know if that
sure but realistic? no
like i said, i maybe wrong cause i dont know crap but..
1st thing to look at would be your server. If its yours then ok but if u
host then i wouldnt think many hostes would let u do that. Why? because
there would be no way to catch a virus or an unaccaptable script type
Hi All,
Just tried to send this message out a few moments ago and it seemed to
hang. My apologies in advance if it turns into a double post...
I currently have an application that has a built in "heartbeat"... A 1x1
pixel iframe that refreshes itself every 30 seconds.
This heartbeat updates the
how much?
> I bet you know more than me :-)
>
>
>
> -Original Message-
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
> Sent: Monday, November 24, 2003 3:34 PM
> To: CF-Talk
> Subject: RE: Advise about how to upload multiple files
>
>
>
> i
ECTED]
> Sent: Monday, November 24, 2003 3:24 PM
> To: CF-Talk
> Subject: Re: Advise about how to upload multiple files
>
>
>
> you may wanna concider letting them upload say 5 at a time and having 5
> table fields for images in your db.
> then just add 5 file fields to th
you may wanna concider letting them upload say 5 at a time and having 5
table fields for images in your db.
then just add 5 file fields to the form with names like pic1, pic2, pic3,
pic4, pic5. then on the action page u need the upload file code for each
field but you really need to check each fiel
button won't be available.
-Novak
-Original Message-
From: Ketan Patel [mailto:[EMAIL PROTECTED]
Sent: Monday, November 24, 2003 1:31 PM
To: CF-Talk
Subject: preventing back button of browser
hi all,
does anybody know a good way of preventing back button of bro
Oops, meant 5.9Meg. Anyways. I'm getting some of the commands to work like
-border, but can't figure out the -draw command. Anyone have an example?
>From: Brook Davies <[EMAIL PROTECTED]>
>Reply-To: [EMAIL PROTECTED]
>To: CF-Talk <[EMAIL PROTECTED]>
>Subject:
Can someone steer me in the right direction to lear to use ImageMagick? I've
been using MagickTag to resize images without any trouble, but I want to do
some more things with imagemagick like write text on images, and combine
images. Documentation is slim that I can find. I've downloaded a 5.9Gi
I know, everyone hates pop-ups. I only use pop-ups to display larger
images from thumbnails. Is it possible (via actionscript) to create a
pop-up? How is it done if so?
Cutter
[Todays Threads]
[This Message]
[Subscription]
[Fast Unsubscribe]
[User Settings]
Thanks Jeff!!
> Hello all,
>
> Please excuse the shameless plug.
>
> CF_ZipRad is now freeware. If you wanted to use it and didn't have the
> budget, it's all yours.
>
> The source files are unencrypted and ready to use.
>
> The distribution includes CF_ZipRad, CF_Zip2City, CF_City2Zip,
> CF_
801 - 900 of 1749 matches
Mail list logo