We accomodate Dedicated CF Servers from $300 a month :)
http://www.cfm-resources.com
Pablo
----- Original Message -----
From: Chris Badouin <[EMAIL PROTECTED]>
To: CF-Talk <[EMAIL PROTECTED]>
Sent: Thursday, May 10, 2001 2:22 PM
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: Angél 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')
> }
> file://-->
> </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