having issues populating information to a new window

2008-04-21 Thread Nisher
hello, I am working on a custom form for a cms system in coldfusion. what i am doing is attempting to set a new option in a dropdown list to be 5 custom. when you click on the edit button a new window pops up which gives you the course.edit.cfm. within this window is the dropdown list i am

open new window in flash form and pass a url parameter

2007-03-06 Thread lex simeus
I need to open a new window and pass a url parameter in a flash form. When I select a record in the grid, I need to pass the accession to the next page. if i hard the accession, the new window opens and I get the correct result, but i am not sure how to pass it as I select it on the grid in

Re: open new window

2006-10-03 Thread Richard Dillman
Not strictly an answer but if pages are going to be refreshing and submitting and you need side by side comparrison. Why not make it a frames page? On 10/3/06, Richard White <[EMAIL PROTECTED]> wrote: > thanks teddy ill check it out > > ~

Re: open new window

2006-10-03 Thread Richard White
thanks teddy ill check it out ~| Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting, up-to-date ColdFusion information by your peers, delivered to your door four times a year. http://www.fusionauthority.c

Re: open new window

2006-10-03 Thread Richard White
thanks brad that helps alot :) ~| Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting, up-to-date ColdFusion information by your peers, delivered to your door four times a year. http://www.fusionauthority.

Re: open new window

2006-10-03 Thread Teddy Payne
gt; > -Original Message- > From: Claude Schneegans [mailto:[EMAIL PROTECTED] > Sent: Tuesday, October 03, 2006 11:14 AM > To: CF-Talk > Subject: Re: open new window > > >>is there any way of getting the confirm box to have yes and no > buttons instead of ok and cance

Re: open new window

2006-10-03 Thread Will Tomlinson
> almost as intrusive as say, trying to disable their back button :) > So ya thought you were gonna slip that one by me. While will's away the *mice*M/strong> will play! That one's goin on my chalkboard. :) Will ~| Introdu

RE: open new window

2006-10-03 Thread Brad Wood
See if this helps: http://ns7.webmasters.com/caspdoc/html/vbscript_msgbox_function.htm ~Brad -Original Message- From: Claude Schneegans [mailto:[EMAIL PROTECTED] Sent: Tuesday, October 03, 2006 11:14 AM To: CF-Talk Subject: Re: open new window >>is there any way of getti

RE: open new window

2006-10-03 Thread Brad Wood
Isn't there a VB Script confirm you can customize? ~Brad -Original Message- From: Claude Schneegans [mailto:[EMAIL PROTECTED] Sent: Tuesday, October 03, 2006 11:14 AM To: CF-Talk Subject: Re: open new window >>is there any way of getting the confirm box to have yes and

Re: open new window

2006-10-03 Thread Claude Schneegans
>>is there any way of getting the confirm box to have yes and no buttons instead of ok and cancel AFAIK, the answer is no. Unless you make your own confirm box using some hidden DIV that is made shown by Javascript. -- ___ REUSE CODE! Use custom tags; See h

Re: open new window

2006-10-03 Thread Richard White
sorry, while we are on the subject, i am also asking the users if they do want to open the data in a new window. The confirm box that i make appear says 'do you want to open this data in a new window?', is there any way of getting the confirm box to have yes and no buttons instead

Re: open new window

2006-10-03 Thread Richard White
thanks for your replies. good point charlie about the pop-ups, didnt think about that :) but i do need it as part of the functionality of my system. I want it so the user can analysis 2 pieces of data in seperate windows at the same time. I cant get it to occur in the same window as they will f

Re: open new window

2006-10-03 Thread Matt Williams
, Richard White <[EMAIL PROTECTED]> wrote: > > > Hi, i am wondering if it is possible to open a new window without a the > > browsers pop-up blocker stopping it from opening the code i am using is as > > follows: > > > &g

Re: open new window

2006-10-03 Thread Claude Schneegans
>>Hi, i am wondering if it is possible to open a new window without a the browsers pop-up blocker stopping it from opening No, but you can prevent users from login into the site if they have their anti-pop-up enabled. -- ___ REUSE CODE! Use custo

Re: open new window

2006-10-03 Thread Teddy Payne
t want spawned (hence their use of a popup blocker), that's > almost as intrusive as say, trying to disable their back button :) > > On 10/3/06, Richard White <[EMAIL PROTECTED]> wrote: > > Hi, i am wondering if it is possible to open a new window without a the > br

Re: open new window

2006-10-03 Thread Charlie Griefer
D]> wrote: > Hi, i am wondering if it is possible to open a new window without a the > browsers pop-up blocker stopping it from opening the code i am using is as > follows: > > window.open('newWindow.cfm'); > > but the pop-up blocker stops i

open new window

2006-10-03 Thread Richard White
Hi, i am wondering if it is possible to open a new window without a the browsers pop-up blocker stopping it from opening the code i am using is as follows: window.open('newWindow.cfm'); but the pop-up blocker stops it from opening i would appreciate any h

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&

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 an

RE: New window in cflocation

2005-09-09 Thread Dave.Phillips
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 t

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 > Subje

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#

RE: New window in cflocation

2005-09-09 Thread Dave.Phillips
l 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

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 c

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 #inclu

New window in cflocation

2005-09-09 Thread Orlini, Robert
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 -- No virus found in this outgoing message. Checked by AVG Anti-Virus. Version: 7.0.344 / Virus Database

RE: Sessions and File/New/Window in IE

2005-05-10 Thread Andy Ousterhout
Thanks Justin & Marlon for the explanations. Andy -Original Message- From: Justin D. Scott Subject: RE: Sessions and File/New/Window in IE > This is the way it's supposed to work. If you choose File--> > New Window, the new window will be an extension of the curr

RE: Sessions and File/New/Window in IE

2005-05-09 Thread Justin D. Scott
> This is the way it's supposed to work. If you choose File--> > New Window, the new window will be an extension of the current > session. If you choose Start-->Program Files-->Internet > explorer, you will get a new session with new session > variables. I'm

RE: Sessions and File/New/Window in IE

2005-05-09 Thread Andy Ousterhout
Just tried it, same results - no new session. -Original Message- From: Marlon Moyer This is the way it's supposed to work. If you choose File--> New Window, the new window will be an extension of the current session. If you choose Start-->Program Files-->Internet explorer

Re: Sessions and File/New/Window in IE

2005-05-09 Thread Marlon Moyer
This is the way it's supposed to work. If you choose File--> New Window, the new window will be an extension of the current session. If you choose Start-->Program Files-->Internet explorer, you will get a new session with new session variables. I'm not sure of a work

Sessions and File/New/Window in IE

2005-05-09 Thread Andy Ousterhout
When I create new window in IE, MX 7 does not appear to be creating a new session; one window can change the other window's session variables. Is this the way it is supposed to work? If so, any suggestions on how I can make it act like two different sessions?

RE: cflocation in new window

2004-07-22 Thread Burns, John D
0:42 AM To: CF-Talk Subject: Re: cflocation in new window S. Isaac Dealey wrote: > You must have a popup killer enabled... What browser are you using? Tested in newest versions of I.E., Netscape and Mozilla... Popup catcher in I.E. isn't showing a Popup being caught. H.. >

Re: cflocation in new window

2004-07-22 Thread Les Mizzell
nside your >  >> first cfcase >  >> statement to open the new window? >  >> >  >> >  >>   <br> >  >> window.open("http://www.yahoo.com");<br> >  >>    >  >>

Re: cflocation in new window

2004-07-22 Thread S . Isaac Dealey
You must have a popup killer enabled... What browser are you using? I know recent versions of FireFox and MyIE2 (and probably several others) block all popup windows by default. >> So what's wrong with just putting the js inside your >> first cfcase >> statement

Re: cflocation in new window

2004-07-22 Thread Les Mizzell
> So what's wrong with just putting the js inside your first cfcase > statement to open the new window? > > >   <br> > window.open("http://www.yahoo.com");<br> >    > Because that isn't working? Can't figure

RE: cflocation in new window

2004-07-22 Thread Ken Ferguson
So what's wrong with just putting the js inside your first cfcase statement to open the new window?   <br> <br>     window.open("http://www.yahoo.com");<br> <br>      _   > "More than one web developer has been reduced to tears trying to

Re: cflocation in new window

2004-07-22 Thread S . Isaac Dealey
>> >>   <br> >> top.location.replace("myurl.cfm?id=#newsletterID#");<br> >>    >> > This works great to replace the current window . I'm not > 100% sure of > the syntax to open the URL in a new window though. > Everybo

Re: cflocation in new window

2004-07-22 Thread Les Mizzell
statement like:    Open a new window so the user can preview what he just did    update the database and use a cflocatioin to go back to the menu    We're done, just use a cflocation here to go somewhere else Action 2 and 3 are working like a champ. Action one need to open a new windo

RE: cflocation in new window

2004-07-22 Thread Tangorre, Michael
> http://www.htmlcodetutorial.com/linking/linking_famsupp_70.html Partial quote from the link above... "More than one web developer has been reduced to tears trying to get popups to work correctly." A little dramatic but a good resource. :-) [Todays Threads] [This Message] [Subscription] [

RE: cflocation in new window

2004-07-22 Thread Micha Schopman
Current window
window.location.href = '';
Parent window (for ex. window which holds an iframe, this script is called from within the iframe)
parent.location.href = '';
Top frame (Jedi master frame)
top.location.href = '';
Of a specific frame
wind

Re: cflocation in new window

2004-07-22 Thread Thomas Chiverton
On Thursday 22 Jul 2004 13:35 pm, Les Mizzell wrote: > This works great to replace the current window . I'm not 100% sure of > the syntax to open the URL in a new window though. http://www.htmlcodetutorial.com/linking/linking_famsupp_70.html -- Tom Chiverton Advanced ColdFusion Prog

Re: cflocation in new window

2004-07-22 Thread Les Mizzell
> >   <br> > top.location.replace("myurl.cfm?id=#newsletterID#");<br> >    > This works great to replace the current window . I'm not 100% sure of the syntax to open the URL in a new window though. Everybody can obviously tell my _javascript_

Re: cflocation in new window

2004-07-22 Thread S . Isaac Dealey
> Is there any way to get cflocation to open a new window? > Trying to do something like the below, but open a new > window... >    >  >    No, because cflocation works by setting an http header on the page, there's no interraction with surrounding windows in the br

Re: cflocation in new window

2004-07-22 Thread John Beynon
no way to target a cflocation, use _javascript_ instead. jb. On Thu, 22 Jul 2004 02:32:19 -0400, [EMAIL PROTECTED] [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > Is there any way to get cflocation to open a new window? > > Trying to do something like the below, but op

cflocation in new window

2004-07-21 Thread lesmizz
Is there any way to get cflocation to open a new window? Trying to do something like the below, but open a new window...           [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings] [Donations and Support]

RE: possible to open new window on CF_MsMenu?

2003-02-24 Thread Robertson-Ravo, Neil (RX)
Haven't used it, but I would assume there is a 'target' option and you simply tell it to open _blank -Original Message- From: Janine Jakim [mailto:[EMAIL PROTECTED] Sent: 24 February 2003 14:31 To: CF-Talk Subject: OT: possible to open new window on CF_MsMenu? Is anyo

OT: possible to open new window on CF_MsMenu?

2003-02-24 Thread Janine Jakim
Is anyone using MsMenu? Is there a way to get the link to open a new window? I haven't had any luck doing it this way. I'm assuming that it can't be done since the tag is using js. Thanks, J ~|

OT: Open new window for info

2002-10-02 Thread Janine Jakim
I'm using a script from javascript that opens a new window and populates the new page. This is great for working with pdfs. I decided to add it to a page that has a CF_TwoSelectsRelated tag and a cf_autofill tag. The variables will not pass in the url(makes sense as the variable isn'

RE: OT : js submit into new window...

2002-05-16 Thread Shawn Regan
you could always just use the attribute target="_blank" inyour form tag. That is if your not trying to control the type of new window, size and tec.. -Shawn Regan -Original Message- From: Van Vliet, Scott [mailto:[EMAIL PROTECTED]] Sent: Thursday, May 16, 2002 9:45 AM T

RE: OT : js submit into new window...

2002-05-16 Thread David DiPietro
tems Developer / Engineer OSU College of Medicine & Public Health Voice (614) 292-5960 Fax (614) 292-0745 -Original Message- From: Tyler Silcox [mailto:[EMAIL PROTECTED]] Sent: Thursday, May 16, 2002 12:43 PM To: CF-Talk Subject: OT : js submit into new window... Is there a way to su

RE: OT : js submit into new window...

2002-05-16 Thread Van Vliet, Scott
ler Silcox [mailto:[EMAIL PROTECTED]] > Sent: Thursday, May 16, 2002 9:43 AM > To: CF-Talk > Subject: OT : js submit into new window... > > > Is there a way to submit a form into a new window, on > somebody else's server, and control it's properties (size, > statu

OT : js submit into new window...

2002-05-16 Thread Tyler Silcox
Is there a way to submit a form into a new window, on somebody else's server, and control it's properties (size, status bars, etc)? Right now, I'm using the target attribute in the form tag, but I'd like to have more control over the the window...TIA-> Tyler Silcox e

Re: OT New window

2002-03-15 Thread Dave Hannum
to. Dave - Original Message - From: "Bryan Stevenson" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Friday, March 15, 2002 2:50 PM Subject: Re: OT New window My mistake. I had tried that code before and thought I didn't like it be

Re: OT New window

2002-03-15 Thread Bryan Stevenson
From: "Dave Hannum" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Friday, March 15, 2002 11:42 AM Subject: Re: OT New window > That does not cause the window to refresh. That just brings it to the front > when it loads. > > Dave > > -

Re: OT New window

2002-03-15 Thread Dave Hannum
That does not cause the window to refresh. That just brings it to the front when it loads. Dave - Original Message - From: "Bryan Stevenson" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Friday, March 15, 2002 2:29 PM Subject: Re: OT New

Re: OT New window

2002-03-15 Thread savan . thongvanh
IL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Friday, March 15, 2002 11:11 AM Subject: Re: OT New window > > > > Dave > > > > - Original Message - > From: "Bryan Stevenson" <[EMAIL PROTECTED]> > To: "CF-Talk&qu

RE: OT New window

2002-03-15 Thread Ron Hornbaker
> > call the OpenWindow function with at timestamp as the title > > > > openWindow(strURL, new Date(), intWidth, intHeight); As a solution to always open a new window, that's actually a bad idea. Much better to use '_blank' as the window name, which is treate

Re: OT New window

2002-03-15 Thread savan . thongvanh
simple. just like me. :P "Greg Alton" <[EMAIL PROTECTED]> on 03/15/2002 01:17:52 PM Please respond to [EMAIL PROTECTED] To: CF-Talk <[EMAIL PROTECTED]> cc: Subject: Re: OT New window Simple is beautiful! Great idea! Greg Alton CFDev - Original Messa

Re: OT New window

2002-03-15 Thread Dave Hannum
Dave - Original Message - From: "Bryan Stevenson" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Friday, March 15, 2002 1:59 PM Subject: Re: OT New window On this line of pop-ups. I'm looking for code to always keep the window

Re: OT New window

2002-03-15 Thread Greg Alton
Simple is beautiful! Great idea! Greg Alton CFDev - Original Message - From: <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Friday, March 15, 2002 1:50 PM Subject: Re: OT New window > call the OpenWindow function with at timestamp as the title &

Re: OT New window

2002-03-15 Thread Bryan Stevenson
OTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Friday, March 15, 2002 10:50 AM Subject: Re: OT New window > call the OpenWindow function with at timestamp as the title > > openWindow(strURL, new Date(), intWidth, intHeight); > > > > > > Ray Bujars

RE: OT New window

2002-03-15 Thread Semrau, Steven L Mr RDAISA/SRA
Substituting a new window name for each should do the trick (strTitle). -Original Message- From: Ray Bujarski [mailto:[EMAIL PROTECTED]] Sent: Friday, March 15, 2002 1:41 PM To: CF-Talk Subject: OT New window I am using the following code to open a new window. However when one window

Re: OT New window

2002-03-15 Thread Greg Alton
You need a new name for the window, so add an instance variable and append it's value to strTitle. I added to the code below. Greg Alton CFDev > I am using the following code to open a new window. However when one > window has already been spawned from the opener, any more

Re: OT New window

2002-03-15 Thread savan . thongvanh
call the OpenWindow function with at timestamp as the title openWindow(strURL, new Date(), intWidth, intHeight); Ray Bujarski <[EMAIL PROTECTED]> on 03/15/2002 12:41:14 PM Please respond to [EMAIL PROTECTED] To: CF-Talk <[EMAIL PROTECTED]> cc: Subject: OT New window I

RE: OT New window

2002-03-15 Thread VAN VLIET, SCOTT E (SBCSI)
78 Fax: 858.653.6763 Email: [EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]> -Original Message- From: Ray Bujarski [mailto:[EMAIL PROTECTED]] Sent: Friday, March 15, 2002 10:41 AM To: CF-Talk Subject: OT New window I am using the following code to open a new window. However when one

OT New window

2002-03-15 Thread Ray Bujarski
I am using the following code to open a new window. However when one window has already been spawned from the opener, any more new windows simply re-use the same one. I need to open a new window every time, (My users REALLY want to annoy themselves;-) Can anyone tell me how to get the

Re: Using CFLOCATION and spawning a new window

2001-11-15 Thread BILLY CRAVENS
js: window.open - Original Message - From: "Boardwine, David L." <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Thursday, November 15, 2001 9:34 AM Subject: Using CFLOCATION and spawning a new window > Hello all, > I'm trying to r

RE: Using CFLOCATION and spawning a new window

2001-11-15 Thread Carlisle, Eric
sing CFLOCATION and spawning a new window Hello all, I'm trying to replace some CFLOCATION tags with code that would create a new window (new browser session). Is there an easy way to do this ? TIA David L. Boardwine Senior Analyst Ohio Department of Development/ITO Phone (614) 752-4

Using CFLOCATION and spawning a new window

2001-11-15 Thread Boardwine, David L.
Hello all, I'm trying to replace some CFLOCATION tags with code that would create a new window (new browser session). Is there an easy way to do this ? TIA David L. Boardwine Senior Analyst Ohio Department of Development/ITO Phone (614) 752-4431 [EMAIL PROT

Re: CFHTTP to a new window.

2001-09-07 Thread Dick Applebaum
No, Not directly... all control of windows is on the client side. What who can do is this: 1. Specify a new window as the target of the link or form, in the page that calls the template that contains the cfhttp... this is before the fact targeting. OR 2. Specify a hidden

RE: CFHTTP to a new window.

2001-09-07 Thread Billy Cravens
Grab the cfhttp.filecontent, save it somewhere (persistent state variable, or into a database), then open a new window using JS (window.open()) and in that file, grab what you saved. --- Billy Cravens Web Development, EDS [EMAIL PROTECTED] -Original Message- From: Neil H. [mailto

CFHTTP to a new window.

2001-09-06 Thread Neil H.
Can you run a CFHTTP that will send the file content to a new window? Thanks, Neil ~~ Get the mailserver that powers this list at http://www.coolfusion.com FAQ: http://www.thenetprofits.co.uk/coldfusion/faq Archives: http://www.mail-archive.com

RE: Opening a new Window

2001-07-27 Thread Mark Warrick
m ICQ: 125160 / AIM: markwarric = -Original Message- From: ronmyers [mailto:[EMAIL PROTECTED]] Sent: Friday, July 27, 2001 9:02 AM To: CF-Talk Subject: Opening a new Window HI I am a newbie at Using CF and HTML in general, But I am having fun learnin

RE: Opening a new Window

2001-07-27 Thread Dunwiddie, Bruce
OnClick="window.open('somewhere.cfm', 'edit', config='height=600,width=800,top=1,left=1,scrollbars=yes')" -Original Message- From: ronmyers [mailto:[EMAIL PROTECTED]] Sent: Friday, July 27, 2001 11:02 AM To: CF-Talk Subject: Opening a new Window

RE: Opening a new Window

2001-07-27 Thread Stephen Rojas
In your new window function there are three things you set, the URL, the window name and then the properties, which include window size, position, scrollbars(yes/no), and so on: newWindow = window.open([URL of new window], [Window object name], [Properties]) newWindow = window.open

Opening a new Window

2001-07-27 Thread ronmyers
HI I am a newbie at Using CF and HTML in general, But I am having fun learning. My problem is I am opening a new window. I know how to set the size How do I set the location where it opens. Thanks Ron ~~ Structure your ColdFusion code with

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 co

new window

2001-07-24 Thread Melly Masram
hie.. Can someone help me with this problem.When I've done my search..it will displayed in a new window..listing all the search criteria that related to what I want.But how am i going to pass the value from the new window back to the main window. The flow goes like this: Window1 F

Re: Form submit new window

2001-03-07 Thread Lee Surma
Forget that last post. I got it working. Thanks Craig and Alex. ~~ Structure your ColdFusion code with Fusebox. Get the official book at http://www.fusionauthority.com/bkinfo.cfm Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/ Un

Re: Form submit new window

2001-03-07 Thread Lee Surma
>onsubmit="window.open('','newTest','width=200,height=400')"> Thanks. That's kind of working but I'm getting two windows, the first with an error saying it can't evaluate one of the form elements and the second being exactly what I want. Exact code ~~

Re: [Form submit new window]

2001-03-07 Thread Alex
onSubmit="javascript:popup=window.open('url.cfm','popup','width=400,height=300,toolbar=0,location=0,directories=0,status=1,menubar=0,scrollbars=1,resizable=1');" Lee Surma <[EMAIL PROTECTED]> wrote: I need to open a new window and control the size e

RE: Form submit new window

2001-03-07 Thread Howarth, Craig (IBK-NY)
Try this: The name given to the new window must match the name specified in target. Craig > -Original Message- > From: Lee Surma [SMTP:[EMAIL PROTECTED]] > Sent: Wednesday, March 07, 2001 1:52 PM > To: CF-Talk > Subject: Form submit new window > > I need

Form submit new window

2001-03-07 Thread Lee Surma
I need to open a new window and control the size etc. when a form is submitted. I know I can use target="new" in the form action, but I need to specify the size and suppress the toolbar etc much like a Javascript onclick window op

RE: JavaScript Open New Window in ColdFusion template!!

2000-08-24 Thread ron
day, August 24, 2000 10:06 AM > To: '[EMAIL PROTECTED]' > Subject: JavaScript Open New Window in ColdFusion template!! > > > Hello All, > > I hope that you can give me hand with this annoying little > problem that I am > having, I need to open up a new window containing

Re: JavaScript Open New Window in ColdFusion template!!

2000-08-24 Thread Harold Goodson
) - (295 + 10); //half the screen width minus half the new window width (plus 5 pixel borders). iMyHeight = (window.screen.height/2) - (275 + 20); //half the screen height minus half the new window height (plus title and status bars). var popup_window_1 = win

RE: JavaScript Open New Window in ColdFusion template!!

2000-08-24 Thread Howell, Katie
Hey Anthony I'm using this and it's working like a charm: function showDocument(act,id) { var link; var accept = true; if (act == 'E' || act == 'A') link = 'edit.cfm?ID=' + id; { MyWin = window.open(link,"Docs","toolbar=no,scrollbars=yes,r

JavaScript Open New Window in ColdFusion template!!

2000-08-24 Thread Anthony Caroleo
Hello All, I hope that you can give me hand with this annoying little problem that I am having, I need to open up a new window containing some HTML forms using JavaScript. I can get the script to work on a HTML page standalone, but when I embed the script in a table on my cfm template the link

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 S

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, : resiz

RE: New Window

2000-05-15 Thread Duane Boudreau
; + 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:3

OT: New Window

2000-05-15 Thread Computer Simplistics Suppoer
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