> I joined this list with the hope someone can help me with an
> issue I am having.
>
> I need to find out if CF can be used to generate a pop-up
> browser window WITHOUT the use of javascript.
>
> What I am trying to do is validate a form, and have a pop-up
> box appear when a field is not filled out, or when a field is
> a duplicate (using SQL to check for dupes), informing the user
> of such. However, I am NOT able to use javascript to generate
> the actual pop-up box. Will Cold Fusion be able to gereate that
> pop-up box????
>
> Im not a programmer, so please phrase your answers accordingly :)

No. How's that?

The only thing that CF does (please excuse the slight understatement) is
generate ASCII text. This text can contain HTML, JavaScript, literal text,
CSS, DHTML, and lots of other stuff. Making boxes pop up, or doing anything
at all in the browser for that matter, requires the use of some technology
that the browser knows what to do with; you can use CF to generate the text
that the browser uses, but what the browser does with that text doesn't have
anything to do with CF. The browser doesn't even know anything about CF; all
it knows is that it made a URL request, and got back some text.

Dave Watts, CTO, Fig Leaf Software
http://www.figleaf.com/
voice: (202) 797-5496
fax: (202) 797-5444

------------------------------------------------------------------------------
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.

Reply via email to