> I solved it... You won't believe it though!
>
>
Yes, it *must* be "string" because that is what java expects:
http://java.sun.com/javase/6/docs/api/java/lang/System.html#setProperty%28java.lang.String,%20java.lang.String%29
> If I place the JavaCast in the setProperty function, it
> doesn't
> If anyone would like to shed some light on why I would see
> that error I'd be most grateful :-).
>
> Paul
It sounds like a combination of things. Just one of those issues you run into
when communicating between strong (java) and weakly typed (CF) languages.
Java's setProperty(string key, s
Hey Guys
Is any one here using e/pop conferencing?
i am trying to figure out a way to force users who register on our
site to pass un/pw to the epop server.
but i cant find much documentation on it.
so was just going to see if any one here is using it, and how.
right now our users just get a
is this issue arising on your testing server or on the live site?
i have had this error occur almost everytime we have changed our hosting
company or they have changed our vps over to a new server. we inform them of it
and they tell us that they forget to set something on the server
i know this
Check your mapping to the CFIDE directory. What happens if you browse to
http://www.yourdomain.com/cfide/
Will
-Original Message-
From: Matthew Smith [mailto:[EMAIL PROTECTED]
Sent: 20 June 2008 01:38
To: CF-Talk
Subject: cfinput required="yes" not generating pop-up
I hav
I have a cfform, with several fields that are required, like below.
cfinput type="text" required="yes" message="Please enter your name."
class="mainInput" name="name"
Leaving the field blank and submitting the form does not raise a javascript
pop up an alert on the onunload event if the form isn't filled out "properly"?
http://www.w3schools.com/jsref/jsref_onunload.asp
On Dec 20, 2007 9:19 AM, Chad Gray <[EMAIL PROTECTED]> wrote:
> I would like to have a user fill out a form.
>
> So say they start f
I would like to have a user fill out a form.
So say they start filling it out and decided they want to leave with out
submitting the form.
Is there any way to pop a javascript alert saying something like "please fill
out the form or call this phone n
http://dojotoolkit.org
--
Senior Coldfusion Developer
Aegeon Pty. Ltd.
www.aegeon.com.au
Phone: +613 8676 4223
Mobile: 0404 998 273
~|
Upgrade to Adobe ColdFusion MX7
The most significant release in over 10 years. Upgrade &
we have tried the pop up calendar below at dynarch.com and it is perfect! very
customisable which was the big thing for us.
thanks for all your help.
mike
>I use Mishoo's: http://www.dynarch.com/projects/calendar/
>
>On 5/9/07, Mike | NZSolutions Ltd <[EMAIL
-Original Message-
From: Larry Lyons [mailto:[EMAIL PROTECTED]
Sent: Thursday, May 10, 2007 3:52 PM
To: CF-Talk
Subject: Re: pop-up calendar selector
>Sorry for the OT...
>
>Just trying to get my hands on a simple pop-up calendar for selecting a
date
>field. Something that is easy
>Sorry for the OT...
>
>Just trying to get my hands on a simple pop-up calendar for selecting a date
>field. Something that is easy to apply a stylesheet to.
>
>Don't mind investing in a good one if needed.
>
>Regards
>mike
Selene Bainum has a pretty good one at he
http://www.olimpo.ch/tmt/tag/datepicker/
Massimo Foti, web-programmer for hire
Tools for ColdFusion and Dreamweaver developers:
http://www.massimocorner.com
~|
Create
Check dynamicdrive.com
-Original Message-
From: Mike | NZSolutions Ltd [mailto:[EMAIL PROTECTED]
Sent: Wednesday, May 09, 2007 8:21 PM
To: CF-Talk
Subject: OT: pop-up calendar selector
Sorry for the OT...
Just trying to get my hands on a simple pop-up calendar for selecting a
date
ndar (http://www.dynarch.com/projects/calendar).
Mike
Mike | NZSolutions Ltd wrote:
> Sorry for the OT...
>
> Just trying to get my hands on a simple pop-up calendar for selecting a date
> field. Something that is easy to apply a stylesheet to.
>
> Don't mind investing in
I use Mishoo's: http://www.dynarch.com/projects/calendar/
On 5/9/07, Mike | NZSolutions Ltd <[EMAIL PROTECTED]> wrote:
>
> Sorry for the OT...
>
> Just trying to get my hands on a simple pop-up calendar for selecting a
> date
> field. Something that is easy to app
What bout the one built into ?
Will
~|
Create Web Applications With ColdFusion MX7 & Flex 2.
Build powerful, scalable RIAs. Free Trial
http://www.adobe.com/products/coldfusion/flex2/?sdid=RVJS
Archive:
http://www.houseoffusi
Sorry for the OT...
Just trying to get my hands on a simple pop-up calendar for selecting a date
field. Something that is easy to apply a stylesheet to.
Don't mind investing in a good one if needed.
Regards
mike
~|
D
The following code pops up a window from and HTML href, but when using it in
a flash form using
Privacy Policy
has anyone else run into this? Is this a limitation of the flash form?
Thanks,
--
Dan O'Keefe
~|
I
;
> > > -Original Message-----
> > > From: James Holmes [mailto:[EMAIL PROTECTED]
> > > Sent: Saturday, September 02, 2006 5:43 AM
> > > To: CF-Talk
> > > Subject: Re: Locking (no, not pop-locking)
> > >
> > > Locking in CF7 is now only
t;
> > -Original Message-
> > From: James Holmes [mailto:[EMAIL PROTECTED]
> > Sent: Saturday, September 02, 2006 5:43 AM
> > To: CF-Talk
> > Subject: Re: Locking (no, not pop-locking)
> >
> > Locking in CF7 is now only necessary if you could enc
On 9/2/06, James Holmes <[EMAIL PROTECTED]> wrote:
>
> Locking in CF7 is now only necessary if you could encounter a race
> condition, so that you always get the correct value in/from the
> variable. The memory corruption seen without locking in CF5 and below
> is a thing of the past.
Thanks Jame
> -Original Message-
> From: James Holmes [mailto:[EMAIL PROTECTED]
> Sent: Saturday, September 02, 2006 5:43 AM
> To: CF-Talk
> Subject: Re: Locking (no, not pop-locking)
>
> Locking in CF7 is now only necessary if you could encounter a race
> condition, so
Locking in CF7 is now only necessary if you could encounter a race
condition, so that you always get the correct value in/from the
variable. The memory corruption seen without locking in CF5 and below
is a thing of the past.
Therefore SESSION locking is probably unnecessary unless you are using
a
So I'm starting to grok that CF 7 is different than 4.5, like the fact that
IIF() isn't any slower than IF, and cfscript is nothing but eye candy.
I'm wondering what else I've got old ideas about, and thinking that based on
some comments, locking is one.
What's the deal?
I'm probably just spacin
>Tabbrowser Extensions is notoriously buggy. I used to prefer TabBrowser
>Preferences, but these days I use Tab Mix Plus, which does the job of
>about 4 of my previous extensions. :)
Since FF v1.5, they've pretty much implemented everything feature I used to
use a Tabbrowser extension for (I use
> My original hunch proved correct, in that it was the Tabbrowser
> Extensions that was the culprit.
>
> Extensions are a wonderful thing, but they can also cause instability.
Tabbrowser Extensions is notoriously buggy. I used to prefer TabBrowser
Preferences, but these days I use Tab Mix Plus
Just wanted to give an update on the issue my client was having with
Firefox. I finally was able to schedule a WebEx demo with the client.
After some debugging, we discovered that the browser was crashing on the
window.close() method (and any variation of it, i.e. self.close(), etc.)
Anyway, boot
>>In Firefox, they're claiming one particular pop-up window doesn't
open--even though they our domain configured to allow pop-ups.
Whenever I can, I set a call to focus() in the popup onLoad, because if
the window
is already open and hidden by other windows, the user, includ
its better these days to just use some css to show "popups" since they wont be
blocked by popup stoppers, etc..
~Dave - formerly known as "the disruptor"~
I would modify that to say many popup blockers. I have seen some that even
block CSS popups.
--
Ian Skinner
Web Programmer
B
y, June 30, 2006 1:34 PM
To: CF-Talk
Subject: JS Pop-up Window problems...
We've got a client who's complaining of some various JS window pop-up
problems. The problems they're having doesn't affect every user, but most of
them.
Here's a list of problems they're saying
iday, June 30, 2006 11:30 AM
Subject: RE: JS Pop-up Window problems...
> >Why don't you use windows remote assistance to connect to your clients
>>machine and view the problem for yourself.
>
> Easier said than done. They like to keep e-mailing us about complaining
> abo
>Why don't you use windows remote assistance to connect to your clients
>machine and view the problem for yourself.
Easier said than done. They like to keep e-mailing us about complaining
about the problem, but they don't like answering our questions or calls.
Ce la vie...
-Dan
~~~
Why don't you use windows remote assistance to connect to your clients
machine and view the problem for yourself.
Russ
-Original Message-
From: Dan G. Switzer, II [mailto:[EMAIL PROTECTED]
Sent: 30 June 2006 19:11
To: CF-Talk
Subject: RE: JS Pop-up Window problems...
>OH ye
>OH yes!!! Any number of software out there can cause different effects on
>pop-ups! Spam tools, anti-virus tools, firewall tools, computer clean up
>tools, pop-up blocker tools, browsers just to name a few off the top of my
>head.
>
>Using JavaScript pop-ups in today's w
OH yes!!! Any number of software out there can cause different effects on
pop-ups! Spam tools, anti-virus tools, firewall tools, computer clean up
tools, pop-up blocker tools, browsers just to name a few off the top of my head.
Using JavaScript pop-ups in today's world anywhere where on
We've got a client who's complaining of some various JS window pop-up
problems. The problems they're having doesn't affect every user, but most of
them.
Here's a list of problems they're saying they have:
1) In IE, they claim a particular alert window (create with t
I'm still getting up to speed on the current BP for locking, but
that looks ok, basicaly.
You could figure out that the session started in other ways tho
maybe onSessionStart in application.cfc? And once you've
done the structNew, you don't need to set it to a value, it
will exist.
Probably you
i am trying to figure out how to use session variables to display a
pop-up alert type message once per session.
just not sure how to set it.
i have the easy pop up stuff done.
just not sure how to trigger it only once.
sure this dosnt make any sense
ok..
this is ruff..
is there a better way to do it?
not set
been set already
~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:242455
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription:
<[EMAIL PROTECTED]>
Sent: Friday, November 04, 2005 12:55 AM
To: CF-Talk
Subject: js pop up prob
lets see...
using tinymce and ricks cffm uploader to load images into tinymce.
heres the problem when you click on the insert image button it makes the find
image popup and then you click the brow
lets see...
using tinymce and ricks cffm uploader to load images into tinymce.
heres the problem when you click on the insert image button it makes the find
image popup and then you click the browse button and ricks popup comes up and
you upload or select a photo, all that works fine but when yo
Original Message-
From: Paul [mailto:[EMAIL PROTECTED]
Sent: 10 December 2004 03:56
To: CF-Talk
Subject: RE: Strange title in pop up windows
Since installing SP2 I've noticed my popups always have
"http://www.mysite.com - The Real Page Title", where as before it would
have
: Phillip Perry [mailto:[EMAIL PROTECTED]
Sent: Thursday, December 09, 2004 8:02 PM
To: CF-Talk
Subject: OT: Strange title in pop up windows
Can anyone explain why I would get the url included in the title of my pop
up page? There is a valid title in the pop up. Everything validates on that
section.
i think when using a java pop up u need to put the title in the java code but
im only a "java light"
-- Original Message --
From: "Phillip Perry" <[EMAIL PROTECTED]>
Reply-To: [EMAIL PROTECTED]
Date: Thu, 9 Dec 2004 22:02:08
Can anyone explain why I would get the url included in the title of my pop
up page? There is a valid title in the pop up. Everything validates on that
section. I'm a bit stumped here.
Phil
~|
Special thanks to t
Al Everett wrote:
> What's wrong with:
>
>
>
That works, but it introduces overhead. cfpopo getheadersonly
LISTs all the messages in a mailbox and then does a TOP for each
message. If you could get cfpop to just issue a UIDL you save a
roundtrip for each message, plus the cost of parsing.
J
What's wrong with:
--- Ricardo Russon <[EMAIL PROTECTED]> wrote:
> is there any way to make cfpop return only a list of uids?
>
> that would speed things up a great deal for me.
>
> thanks
> Ricardo
>
>
[Todays Threads]
[This Message]
[Subscription]
[Fast Unsubscribe]
[User Setting
is there any way to make cfpop return only a list of uids?
that would speed things up a great deal for me.
thanks
Ricardo
[Todays Threads]
[This Message]
[Subscription]
[Fast Unsubscribe]
[User Settings]
[Donations and Support]
Be aware that with XP SP2, the file will not open by default.
Pascal
> -Original Message-
> From: cf coder [mailto:[EMAIL PROTECTED]
> Sent: 28 September 2004 15:11
> To: CF-Talk
> Subject: Re: How do I close the pop-up window - kindly help
>
> thanks Pascal. I
thanks Pascal. I went with the second option:
function openAttachment(){
opener.location =
"#cgi.SCRIPT_NAME#?FILENAME=#url.FILENAME#&ID=#url.id#&promptU
ser=false";
window.close();
}
It works just fine, many thanks Pascal, you are a genius
Regards,
cfcoder
[Todays Threads]
[This Message]
[S
ser=false";
window.close();
}
Pascal
> -Original Message-
> From: cf coder [mailto:[EMAIL PROTECTED]
> Sent: 28 September 2004 14:03
> To: CF-Talk
> Subject: How do I close the pop-up window - kindly help
>
> Hi Guys, I'm hoping someone can help me. I
Hi Guys, I'm hoping someone can help me. I've tried everything but can't quiet nail this problem. I have this page that has a hyper-link. Clicking on the hyper-link opens up a pop-up window. The url looks something
like this:
window.open('attachment.cfm?promptUser=true&id
Seems to work now.
Thx.
RO
-Original Message-
From: Ben Doom [mailto:[EMAIL PROTECTED]
Sent: Friday, July 23, 2004 10:47 AM
To: CF-Talk
Subject: Re: OT: js pop-up
I could be wrong, but I don't think spaces are legal between a function
name and the parameters.
ie
window.open
Works just fine in FireFox and IE...
On Fri, 23 Jul 2004 09:56:59 -0400, Robert Orlini <[EMAIL PROTECTED]> wrote:
> I get an error on a _javascript_ pop-up code. Something about "Expected )" Its either a ) or } I'm not sure.
> I'm not that good with _javascri
I could be wrong, but I don't think spaces are legal between a function
name and the parameters.
ie
window.open (bob)
is wrong
window.open(bob)
is right.
--Ben
Robert Orlini wrote:
> I get an error on a _javascript_ pop-up code. Something about "Expected )"
> Its either
I get an error on a _javascript_ pop-up code. Something about "Expected )" Its either a ) or } I'm not sure.
I'm not that good with _javascript_. Any ideas on the code below please?
Thx.
<br>
var newWindow;<br>
var firsttime=0;<br>
<br>
function
ginal Message -
From: Ben Doom
To: CF-Talk
Sent: Friday, April 02, 2004 1:02 PM
Subject: Re: OT: Flash pop-up help
I posted this earlier, but I think it got lost when my mailserver went down.
Try calling
_javascript_:parent.function()
instead of
_javascript_:function()
I vaguely re
---
> Vancouver Island ColdFusion Users Group
> Founder & Director
> www.cfug-vancouverisland.com
> - Original Message -
> From: Ben Doom
> To: CF-Talk
> Sent: Friday, April 02, 2004 10:34 AM
> Subject: Re:
> Macromedia Associate Partner
> www.macromedia.com
> -
> Vancouver Island ColdFusion Users Group
> Founder & Director
> www.cfug-vancouverisland.com
> - Original Message -
> From: Ben Doom
>
To: CF-Talk
Sent: Friday, April 02, 2004 10:34 AM
Subject: RE: Flash pop-up help
I have done it in the past by creating the "popup" function in the same web
page that launches the Flash animation:
-
From: Ben Doom [mailto:[EMAIL PROTECTED]
Sent: Friday, April 02, 2004 1:34 PM
To: CF-Talk
Subject: Re: OT: Flash pop-up help
You can use the getURL() function to call _javascript_ in the enclosing
page, just like you would out of an anchor tag.
--Ben
Bryan Stevenson wrote:
> Hey All,
>
land.com
- Original Message -
From: Ben Doom
To: CF-Talk
Sent: Friday, April 02, 2004 10:34 AM
Subject: Re: OT: Flash pop-up help
You can use the getURL() function to call _javascript_ in the enclosing
page, just like you would out of an anchor tag.
--Ben
Bryan Stevenson wrote:
I have done it in the past by creating the "popup" function in the same web
page that launches the Flash animation:
s open the window using the getURL() function with
> a target of "_blank". This gets me the window I want, but when I use
> "window.close();" in the pop-up window to allow users to close it, that
> annoying "The web page you are viewing is trying to close this window.
Hey All,
I want to open a window from in side a Flash movie using _javascript_. So far
all I've been able to do is open the window using the getURL() function with
a target of "_blank". This gets me the window I want, but when I use
"window.close();" in the pop-up windo
bject: RE: POP/IMAP Mail server?
http://www.argosoft.com/
Rick
-Original Message-
From: Burns, John [mailto:[EMAIL PROTECTED]
Sent: Wednesday, January 14, 2004 1:15 PM
To: CF-Talk
Subject: POP/IMAP Mail server?
Anyone know of a POP/IMAP Mail server that I can get and set up on a
windo
Thanks for the tip. I wasn't aware they had a free version. I
purchased an unlimited user version long, long ago.
-Novak
-Original Message-
From: JT [mailto:[EMAIL PROTECTED]
Sent: Wednesday, January 14, 2004 11:53 AM
To: CF-Talk
Subject: RE: POP/IMAP Mail server?
IMail
>
>Rick
>
>-Original Message-
>From: Burns, John [mailto:[EMAIL PROTECTED]
>Sent: Wednesday, January 14, 2004 1:15 PM
>To: CF-Talk
>Subject: POP/IMAP Mail server?
>
>Anyone know of a POP/IMAP Mail server that I can get and set up on a
>windows 2k machine that is eas
A big 'me too' on Imail. Used by a lot of ISP's. Its most commonly touted benefit, I believe, is its almost ridiculous ease of use when you are dealing with a large number of domains and users. A full-featured solution with web mail and pretty much everything else you need.
Make sure you check
imail
-Original Message-
From: Burns, John [mailto:[EMAIL PROTECTED]
Sent: Wednesday, January 14, 2004 12:15 PM
To: CF-Talk
Subject: POP/IMAP Mail server?
Anyone know of a POP/IMAP Mail server that I can get and set up on a
windows 2k machine that is easy to use and can be
://www.ipswitch.com/products/IMail_Server/express.html
JT
-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
Sent: Wednesday, January 14, 2004 12:46 PM
To: CF-Talk
Subject: RE: POP/IMAP Mail server?
IMail is a nice server. Not the cheapest thing on the market but
http://www.argosoft.com/
Rick
-Original Message-
From: Burns, John [mailto:[EMAIL PROTECTED]
Sent: Wednesday, January 14, 2004 1:15 PM
To: CF-Talk
Subject: POP/IMAP Mail server?
Anyone know of a POP/IMAP Mail server that I can get and set up on a
windows 2k machine that is easy
-Talk
Subject: POP/IMAP Mail server?
Anyone know of a POP/IMAP Mail server that I can get and set up on a
windows 2k machine that is easy to use and can be tapped into with CF to
create and manage mail accounts?
John Burns
_
[Todays Threads]
[This Message]
[Subscription]
[Fast Unsubs
Anyone know of a POP/IMAP Mail server that I can get and set up on a
windows 2k machine that is easy to use and can be tapped into with CF to
create and manage mail accounts?
John Burns
[Todays Threads]
[This Message]
[Subscription]
[Fast Unsubscribe]
[User Settings]
Dwayne, let me know if this is close to what you're looking for.
http://www.pixel69.com/calendar.cfm
>My form fields for entering dates have three drop downs, one for
>months, on for the day, and one for the year. I'm looking for a
>calendar pop-up script that faciliates da
One of the best, cross browser calendars I have used is this
http://dynarch.com/mishoo/calendar/
mike
-Original Message-
From: Dwayne Cole [mailto:[EMAIL PROTECTED]
Sent: Monday, November 24, 2003 9:36 AM
To: CF-Talk
Subject: RE: 3 select Calendar pop-up
Thanks Bert.
Dwayne
Dwayne Cole wrote:
> My form fields for entering dates have three drop downs, one for months,
> on for the day, and one for the year. I'm looking for a calendar pop-up
> script that faciliates data entry in my Date fields. I discovered
> several but they all return the
>
>> -Original Message-
>> From: Dwayne Cole [mailto:[EMAIL PROTECTED]
>> Sent: 23 November 2003 17:51
>> To: CF-Talk
>> Subject: 3 select Calendar pop-up
>>
>>
>> My form fields for entering dates have three drop downs, one
>
ent: 23 November 2003 17:51
> To: CF-Talk
> Subject: 3 select Calendar pop-up
>
>
> My form fields for entering dates have three drop downs, one
> for months, on for the day, and one for the year. I'm looking
> for a calendar pop-up script that faciliates data entry in
know of a really good js Calandar pop than it may be worth a redesign.
>-Original Message-
>From: Dwayne Cole [mailto:[EMAIL PROTECTED]
>Sent: Sunday, November 23, 2003 12:51 PM
>To: CF-Talk
>Subject: 3 select Calendar pop-up
>
>My form fields for entering dates
I was going to suggest the same thing.
If Dwayne is interested in a custom tag that does what he wants with
drop down select form fields, he can look here:
http://www.vawter.com/index.cfm?fuseaction=cf.date
-
Regards,
Bob Haroche
O n P o i n t S o l u t i o n s
www.OnPointSolutions.
-Talk
Subject: 3 select Calendar pop-up
My form fields for entering dates have three drop downs, one for months,
on for the day, and one for the year. I'm looking for a calendar pop-up
script that faciliates data entry in my Date fields. I discovered
several but they all return the date to
My form fields for entering dates have three drop downs, one for months, on for the day, and one for the year. I'm looking for a calendar pop-up script that faciliates data entry in my Date fields. I discovered several but they all return the date to one field.
Dwayne Cole, MS in MIS
> But I always wonder, why is it that everyone supposedly hates
> popups? I don't. I mean, the whole GUI paradigm is based on
> them, surely?. Or is it just that advertisers abuse them?
Foremost, of course, advertisers do abuse them.
However, there are plenty of other problems with popups, as t
> 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?
getURL(url, "_blank") or getURL(url, existingWindowName) should do it.
But I always wonder, why
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]
; <[EMAIL PROTECTED]>
Sent: Wednesday, July 30, 2003 11:38 PM
Subject: Re: SpamAssassin causes pop failure in CF5
> I don't remember the exact name but it was a long text string after the header
> name. Inside the long text string were newlines and the start of the newline was
> 2 space
<[EMAIL PROTECTED]>
> To: "CF-Talk" <[EMAIL PROTECTED]>
> Sent: Wednesday, July 30, 2003 3:29 PM
> Subject: SpamAssassin causes pop failure in CF5
>
>
> > Well, it looks like SpamAssassin is setting an illegal header to their
scanned
> > mail
What's the header?
Regards,
Howie
- Original Message -
From: "Michael Dinowitz" <[EMAIL PROTECTED]>
To: "CF-Talk" <[EMAIL PROTECTED]>
Sent: Wednesday, July 30, 2003 3:29 PM
Subject: SpamAssassin causes pop failure in CF5
> Well, it looks like S
Well, it looks like SpamAssassin is setting an illegal header to their scanned
mail and its causing the CFPOP tag in CF 5 to bomb. I'm about to check if its
the same in CFMX.
Michael Dinowitz
Finding technical solutions to the problems you didn't know you had yet
~
thanks Charlie, i didnt even see this come in but i will give it a go!
Dave
- Original Message -
From: "Charlie Griefer" <[EMAIL PROTECTED]>
To: "CF-Talk" <[EMAIL PROTECTED]>
Sent: Friday, June 06, 2003 1:29 AM
Subject: RE: java pop up ?
> try:
>
e 05, 2003 9:53 PM
To: CF-Talk
Subject: Re: java pop up ?
you can see what it does by going to
http://www.horsenrider.com/horsenrider/index.cfm
and login with the username: dave password: 123
and under horses for sale you will see two links.
[edit] [delete]
the one i am concerned with is the delete
iefer" <[EMAIL PROTECTED]>
To: "CF-Talk" <[EMAIL PROTECTED]>
Sent: Friday, June 06, 2003 12:34 AM
Subject: RE: java pop up ?
> wanna post what you have?
>
>
> -Original Message-
> From: Dave Lyons [mailto:[EMAIL PROTECTED]
> Sent: Thursday,
wanna post what you have?
-Original Message-
From: Dave Lyons [mailto:[EMAIL PROTECTED]
Sent: Thursday, June 05, 2003 8:42 PM
To: CF-Talk
Subject: Re: java pop up ?
that's for setting me straight on that Charlie;)
all the same to me haha
but thanks for the code, I cant really get
y, June 05, 2003 12:50 AM
Subject: RE: java pop up ?
> JavaScript. not Java.
>
> Now that that's out of the way...
>
> add style="cursor:pointer;" / style="cursor:hand;"
>
> IE 5.5 is the only browser (AFAIK) that uses cursor:hand. t
gi.http_user_agent (style="cursor:handpointer;")
-Original Message-
From: Dave Lyons [mailto:[EMAIL PROTECTED]
Sent: Wednesday, June 04, 2003 9:28 PM
To: CF-Talk
Subject: ot: java pop up ?
anyone know what i need to add to the following statement to make it add the
finger on m
anyone know what i need to add to the following statement to make it add the finger on
mouseover?
onClick="MM_openBrWindow('update.horse.ad.pic.cfm?horseID=#quph.horseID#','up','scrollbars=yes,width=350,height=200')">[click
here to update or replace picture]
thanks
~~
wouldn't you just put the pop up javascript code in the Application.cfm
file. That loads before every CFM page on the site. Or include a header file
in every page that has the pop up code.
-Original Message-
From: Shawn Contreras [mailto:[EMAIL PROTECTED]
Sent: Friday, May 30, 2003
Here's what I need to achieve: Regardless as to where on the web the user is
coming from or regardless as to whether a variable is being passed to this
.cfm page... it must ALWAYS open up in a pop-up window in which I need to
set at 350 w x 375 h.
Will some help?
Thanks in advance,
1 - 100 of 225 matches
Mail list logo