www.knrtech.com

-----Original Message-----
From: Simon Horwith [mailto:[EMAIL PROTECTED]]
Sent: Thursday, May 10, 2001 3:25 PM
To: CF-Talk
Subject: RE: Hosting /Dedicated or else


cfdynamics.com ROCKS!!

~Simon

Simon Horwith
Macromedia Certified Instructor
Certified ColdFusion Developer
Fig Leaf Software
1400 16th St NW, # 500
Washington DC 20036
202.797.6570 (direct line)
www.figleaf.com



-----Original Message-----
From: Chris Badouin [mailto:[EMAIL PROTECTED]]
Sent: Thursday, May 10, 2001 2:22 PM
To: CF-Talk
Subject: Hosting /Dedicated or else



Looking for recommendations on CF Hosting places. No cheap places, places
that kick butt!

Christopher Badouin - founder
www.giveitaudio.com



-----Original Message-----
From: Angel Stewart [mailto:[EMAIL PROTECTED]]
Sent: Thursday, May 10, 2001 8:51 AM
To: CF-Talk
Subject: RE: URL Parameter in window.open


oh! oh!
I know the answer to this one!
:)
I did this already..hang on lemme get the code here..

ok! Go to www.opentelecom.com and click Send E page.

and do a View Source on that page
^_^

Its all there.

But just in case the site is down or somethign here is the relevant code:

function OpenPage()
{
window.open('sendpage.cfm?name='+ document.selectcustomer.name.value +
'&message=' + document.selectcustomer.message.value + '&email='
+document.selectcustomer.email.value,'paging','scrollbars=auto,menu=no,heigh
t=80,width=600')
}
//-->
</script>


And here is the form:

<FORM name="selectcustomer" method="POST" OnSubmit="OpenPage()">
      <input type="text" name="name">
      <input type="text" name="message" size="32">
      <input type="text" name="email">
      <input type="submit"value="Submit" name="B1">
      <input type="reset" value="Reset">
</FORM>


Took me a morning to hunt down and debug the syntax on this one :)
But it looks rather nice.

-Gel


-----Original Message-----
From: Richard Colman [mailto:[EMAIL PROTECTED]]

does anyone know something like this will work:

window.open('file.cfm?name=value', ... )

(does not seem to be working.)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
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/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to