Or, feed your data to a CF Page (form submit, or URL Params to pass the required info), then do server side processing on your data, and a CFLocation to the desired page.
So, if you open your popup to the first page (with your popup as a target for your form), then do the CFLocation, you'll have the desired page in the popup. but, it sounds like you have some other issues at the javascript level to find/rectify. My two cents. Shawn Grover -----Original Message----- From: Jim Vosika [mailto:[EMAIL PROTECTED]] Sent: Wednesday, July 10, 2002 4:10 PM To: CF-Talk Subject: RE: Loading CFM page into new browser window Are you saying it wont load anything after the question mark? If so then maybe you could try using Ben Forta's way of changing your url variables from instruction.cfm?fieldName=EMPLOYEE_hire_date to instruction.cfm/fieldname/EMPLOYEE_hire_date maybe that would work...and maybe not. Here is information on that if you are interested: It's an article called "A Cure for Arachnophobia" http://tinyclick.com/?ox9jk8 HTH, Jim Vosika http://tinyclick.com Free URL Shortening! -----Original Message----- From: Svee, Eric [mailto:[EMAIL PROTECTED]] Sent: Wednesday, July 10, 2002 4:56 PM To: CF-Talk Subject: RE: Loading CFM page into new browser window The problem isn't getting CF to grab the correct info. Instead, it occurs when I try to load instruction.cfm?fieldName=EMPLOYEE_hire_date or instruction.cdm?fieldName=BONUS_targetpercent. Javascript only wants to load instruction.cfm and not the variations that Cold Fusion can create. -----Original Message----- From: Jim Vosika [mailto:[EMAIL PROTECTED]] Sent: Wednesday, July 10, 2002 2:43 PM To: CF-Talk Subject: RE: Loading CFM page into new browser window Could you use URL Variables? Jim Vosika http://tinyclick.com Free URL Shortening! -----Original Message----- From: Svee, Eric [mailto:[EMAIL PROTECTED]] Sent: Wednesday, July 10, 2002 4:38 PM To: CF-Talk Subject: Loading CFM page into new browser window I have a button that is intended to launch a pop-up window (instruction.cfm). This window will display different information, depending on which button is clicked. How can I feed Cold Fusion the correct string(ie. ?fieldName=EMPLOYEE_hire_date) from each specific button while still being able to control my window.open options (ie. no scroll bars, 300 x 300, etc). Thanks E ______________________________________________________________________ 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/[email protected]/ Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

