try:
www.cf-developer.com
www.cfm-resources.com
www.cfdeveloper.co.uk
www.abihosting.com
www.crystalhosting.com
www.edgewebhosting.com
www.advances.com
www.xhost.com.uk
www.servervault.com
www.iwiz.com

i haven't tried them all of course but i've been
collecting them from past emails on the mailing list!
:)
what i use is by this person you can email him at:
good service and good hosting! :)
[EMAIL PROTECTED]

Heidi :)
--- Chris Badouin <[EMAIL PROTECTED]> wrote:
> 
> 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')
> }
> //-->
> </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