RE: New window in cflocation

2005-09-09 Thread Dave.Phillips
Great idea Ian!

Dave

-Original Message-
From: Ian Skinner [mailto:[EMAIL PROTECTED]
Sent: Friday, September 09, 2005 5:09 PM
To: CF-Talk
Subject: RE: New window in cflocation


However, if the page you're trying to open into a new window has too much data 
to fit into a 'popup' style div block and still maintain some aesthetic 
integrity, then it may not be an option.  

Dave

Actually, I just recently used this technique combined with named anchors and 
the overflow: scroll property to create a nice div/CSS based popup that 
contained a fair amount a data in it.  I used a nested div so that the headers 
of the data stay visible above the scrolling cells.  

Now, if the data was so massive that it would effect the download time, then I 
would look for a different solution.  


--
Ian Skinner
Web Programmer
BloodSource
www.BloodSource.org
Sacramento, CA
 
"C code. C code run. Run code run. Please!"
- Cynthia Dunning
**
The information contained in this message, including attachments, may contain 
privileged or confidential information that is intended to be delivered only to 
the 
person identified above. If you are not the intended recipient, or the person 
responsible for delivering this message to the intended recipient, ALLTEL 
requests 
that you immediately notify the sender and asks that you do not read the 
message or its 
attachments, and that you delete them without copying or sending them to anyone 
else. 


~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:217865
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


RE: New window in cflocation

2005-09-09 Thread Ian Skinner
However, if the page you're trying to open into a new window has too much data 
to fit into a 'popup' style div block and still maintain some aesthetic 
integrity, then it may not be an option.  

Dave

Actually, I just recently used this technique combined with named anchors and 
the overflow: scroll property to create a nice div/CSS based popup that 
contained a fair amount a data in it.  I used a nested div so that the headers 
of the data stay visible above the scrolling cells.  

Now, if the data was so massive that it would effect the download time, then I 
would look for a different solution.  


--
Ian Skinner
Web Programmer
BloodSource
www.BloodSource.org
Sacramento, CA
 
"C code. C code run. Run code run. Please!"
- Cynthia Dunning

Confidentiality Notice:  This message including any
attachments is for the sole use of the intended
recipient(s) and may contain confidential and privileged
information. Any unauthorized review, use, disclosure or
distribution is prohibited. If you are not the
intended recipient, please contact the sender and
delete any copies of this message. 




~|
Discover CFTicket - The leading ColdFusion Help Desk and Trouble 
Ticket application

http://www.houseoffusion.com/banners/view.cfm?bannerid=48

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:217860
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


RE: New window in cflocation

2005-09-09 Thread Dave.Phillips
That's a good point Rick.

Robert, if this is a problem, you could always create an absolutely positioned 
DIV block, hide it, and then when you're ready to show the information display 
it with a higher z-index (so it overlays your existing page).  This type of 
'pop up' is not blocked by most pop up blockers because it's not actually a 
window.  However, if the page you're trying to open into a new window has too 
much data to fit into a 'popup' style div block and still maintain some 
aesthetic integrity, then it may not be an option.  Just wanted to mention it 
also.

Dave

-Original Message-
From: Rick Root [mailto:[EMAIL PROTECTED]
Sent: Friday, September 09, 2005 4:22 PM
To: CF-Talk
Subject: Re: New window in cflocation


Keep in mind that EVERY popup blocker will block it. =)

Rick

Orlini, Robert wrote:
> Good code Dave. Thanks all nonetheless.
> 
> -Original Message-
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
> Sent: Friday, September 09, 2005 3:02 PM
> To: CF-Talk
> Subject: RE: New window in cflocation
> 
> 
> Robert,
> 
> Use Javascript:
> 
> 
> 
> window.open('getinventoryprintout.cfm?id=#form.id#','popwin','scrollbars=yes/no...');
> 
> 
> 
> You can add other features if you want.  Here's the reference:
> 
> http://www.devguru.com/technologies/javascript/10894.asp
> 
> Dave
> 
> -Original Message-
> From: Orlini, Robert [mailto:[EMAIL PROTECTED]
> Sent: Friday, September 09, 2005 2:45 PM
> To: CF-Talk
> Subject: New window in cflocation
> 
> 
> How do I embed a popup in the cflocation url command.
> 
> I have:  and I want 
> it to to launch as a new window. Can it be done within ? Or is 
> there a better way?
> 
> Thanks.
> 
> Robert O.
> HWW
> 
**
The information contained in this message, including attachments, may contain 
privileged or confidential information that is intended to be delivered only to 
the 
person identified above. If you are not the intended recipient, or the person 
responsible for delivering this message to the intended recipient, ALLTEL 
requests 
that you immediately notify the sender and asks that you do not read the 
message or its 
attachments, and that you delete them without copying or sending them to anyone 
else. 


~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:217857
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


Re: New window in cflocation

2005-09-09 Thread Rick Root
Keep in mind that EVERY popup blocker will block it. =)

Rick

Orlini, Robert wrote:
> Good code Dave. Thanks all nonetheless.
> 
> -Original Message-
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
> Sent: Friday, September 09, 2005 3:02 PM
> To: CF-Talk
> Subject: RE: New window in cflocation
> 
> 
> Robert,
> 
> Use Javascript:
> 
> 
> 
> window.open('getinventoryprintout.cfm?id=#form.id#','popwin','scrollbars=yes/no...');
> 
> 
> 
> You can add other features if you want.  Here's the reference:
> 
> http://www.devguru.com/technologies/javascript/10894.asp
> 
> Dave
> 
> -Original Message-
> From: Orlini, Robert [mailto:[EMAIL PROTECTED]
> Sent: Friday, September 09, 2005 2:45 PM
> To: CF-Talk
> Subject: New window in cflocation
> 
> 
> How do I embed a popup in the cflocation url command.
> 
> I have:  and I want 
> it to to launch as a new window. Can it be done within ? Or is 
> there a better way?
> 
> Thanks.
> 
> Robert O.
> HWW
> 



~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:217852
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


RE: New window in cflocation

2005-09-09 Thread Orlini, Robert
Good code Dave. Thanks all nonetheless.

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
Sent: Friday, September 09, 2005 3:02 PM
To: CF-Talk
Subject: RE: New window in cflocation


Robert,

Use Javascript:



window.open('getinventoryprintout.cfm?id=#form.id#','popwin','scrollbars=yes/no...');



You can add other features if you want.  Here's the reference:

http://www.devguru.com/technologies/javascript/10894.asp

Dave

-Original Message-
From: Orlini, Robert [mailto:[EMAIL PROTECTED]
Sent: Friday, September 09, 2005 2:45 PM
To: CF-Talk
Subject: New window in cflocation


How do I embed a popup in the cflocation url command.

I have:  and I want it 
to to launch as a new window. Can it be done within ? Or is there a 
better way?

Thanks.

Robert O.
HWW

-- 
**
The information contained in this message, including attachments, may contain 
privileged or confidential information that is intended to be delivered only to 
the 
person identified above. If you are not the intended recipient, or the person 
responsible for delivering this message to the intended recipient, ALLTEL 
requests 
that you immediately notify the sender and asks that you do not read the 
message or its 
attachments, and that you delete them without copying or sending them to anyone 
else. 




~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:217837
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


RE: New window in cflocation

2005-09-09 Thread Dave.Phillips
Robert,

Use Javascript:



window.open('getinventoryprintout.cfm?id=#form.id#','popwin','scrollbars=yes/no...');



You can add other features if you want.  Here's the reference:

http://www.devguru.com/technologies/javascript/10894.asp

Dave

-Original Message-
From: Orlini, Robert [mailto:[EMAIL PROTECTED]
Sent: Friday, September 09, 2005 2:45 PM
To: CF-Talk
Subject: New window in cflocation


How do I embed a popup in the cflocation url command.

I have:  and I want it 
to to launch as a new window. Can it be done within ? Or is there a 
better way?

Thanks.

Robert O.
HWW

-- 
**
The information contained in this message, including attachments, may contain 
privileged or confidential information that is intended to be delivered only to 
the 
person identified above. If you are not the intended recipient, or the person 
responsible for delivering this message to the intended recipient, ALLTEL 
requests 
that you immediately notify the sender and asks that you do not read the 
message or its 
attachments, and that you delete them without copying or sending them to anyone 
else. 


~|
Discover CFTicket - The leading ColdFusion Help Desk and Trouble 
Ticket application

http://www.houseoffusion.com/banners/view.cfm?bannerid=48

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:217834
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


Re: New window in cflocation

2005-09-09 Thread Ben Doom
CFLocation sends a redirect header t the browser.  Essentially, it tells 
that window that the location requested isn't right, and it should go 
over there.

So, no.  there's no way for cflocation to open in a new window.

--Ben

Orlini, Robert wrote:
> How do I embed a popup in the cflocation url command.
> 
> I have:  and I want 
> it to to launch as a new window. Can it be done within ? Or is 
> there a better way?
> 
> Thanks.
> 
> Robert O.
> HWW
> 


~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:217833
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


RE: New window in cflocation

2005-09-09 Thread Damien McKenna
> -Original Message-
> From: Orlini, Robert [mailto:[EMAIL PROTECTED] 
> 
> How do I embed a popup in the cflocation url command.

You'll need Javascript for that.

-- 
Damien McKenna - Web Developer - [EMAIL PROTECTED]
The Limu Company - http://www.thelimucompany.com/ - 407-804-1014
#include 


~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:217830
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


RE: new window

2001-07-25 Thread Thomas Chiverton

> When user
> click at one of the value on the list.The value should
> pass back the data to window 1.But diffrent file.

Something like
onClick="window.opener.location.href='thisthattheother.cfm?rar=wibble'" do
you ?

~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Re: New Window

2000-05-16 Thread Scott M. Berry

I think I will take you up on that offer. Thanks!

Scott M. Berry
--
College of the Canyons Web Design
661.259.7800 x3630
http://www.coc.cc.ca.us


- Original Message -
From: "Jeff" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Monday, May 15, 2000 8:53 PM
Subject: Re: New Window


> scott,
>
> :~~
> : From: Computer Simplistics Suppoer <[EMAIL PROTECTED]>
> :
> : What would be some JavaScript (I am assuming that
> : is what I would use) to open the results of a form in a
> : new window, one which I can control the size, toolbars,
> : resize, etc?
> :~~
>
> first off, i'd like to invite you to join the js-jive list where this sort
> of question is not offtopic.  in fact, this very question was asked and
> answered today.
>
> http://www.onelist.com/community/JS-Jive/
>
> second, you can see an example of this implementation here:
>
> http://members.evolt.org/jeff/code/form_to_window/
>
> good luck,
>
> .jeff
>
> name://jeff.howden
> game://web.development
> http://www.evolt.org/
> mailto:[EMAIL PROTECTED]
>
>
> --

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



Re: New Window

2000-05-15 Thread Jeff

scott,

:~~
: From: Computer Simplistics Suppoer <[EMAIL PROTECTED]>
:
: What would be some JavaScript (I am assuming that
: is what I would use) to open the results of a form in a
: new window, one which I can control the size, toolbars,
: resize, etc?
:~~

first off, i'd like to invite you to join the js-jive list where this sort
of question is not offtopic.  in fact, this very question was asked and
answered today.

http://www.onelist.com/community/JS-Jive/

second, you can see an example of this implementation here:

http://members.evolt.org/jeff/code/form_to_window/

good luck,

.jeff

name://jeff.howden
game://web.development
http://www.evolt.org/
mailto:[EMAIL PROTECTED]


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



RE: New Window

2000-05-15 Thread Duane Boudreau

Try this:


function PopUpWindow(url, hWind, nHeight, nWidth, nStatus, nScroll,
nResizable) {
var cToolBar = "toolbar=0,location=0,directories=0,status=" + nStatus +
",menubar=0,scrollbars=" + nScroll + ",width=" + nWidth + ",height=" +
nHeight + ",resizable=" + nResizable;
var popupwin = window.open(url, hWind, cToolBar);
}


Open Window

Duane Boudreau
CFExperts.Com


-Original Message-
From: Computer Simplistics Suppoer [mailto:[EMAIL PROTECTED]]
Sent: Monday, May 15, 2000 11:31 PM
To: [EMAIL PROTECTED]
Subject: OT: New Window


What would be some JavaScript (I am assuming that is what I would use) to
open the results of a form in a new window, one which I can control the
size, toolbars, resize, etc?

I am thinking something like:



from what I have seen. Any help would be appreciated. Thanks!

Scott Berry
--
Computer Simplistics Support
"Simple Solutions for a Complex World"
http://www.c-s.net
661-296-4315





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