|
My first answer will likely be voted down, but to force modal input
of a single field in a "popup" mechanism, you could just use a
_javascript_ prompt dialog:
http://www.w3schools.com/js/tryit.asp?filename=tryjs_prompt Sadly, that one can not be styled. But you can search "jquery prompt" for a bunch of libraries which can present a dhtml modal input mechanism - which present like a popup - while keeping the data from your original page load very handy. The fact that CFML was used to get the data from the server to the page (and back) is inconsequential to the front end now days, given the wealth of ways to manipulate the window once the page & data is actually there. That's one reason that tags like CFINPUT, CFFORM and CFWINDOW are loosing their support over time. On behalf of me & nobody else in particular, welcome to the group! Good luck. Al Holden On 2/20/2015 1:32 PM, Carl Hayden
wrote:
-- -- online documentation: http://openbd.org/manual/ http://groups.google.com/group/openbd?hl=en --- You received this message because you are subscribed to the Google Groups "Open BlueDragon" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout. |
- [OpenBD] Newbie Question Carl Hayden
- Re: [OpenBD] Newbie Question Mats Stromberg
- Re: [OpenBD] Newbie Question 'Alan Holden' via Open BlueDragon
- Re: [OpenBD] Newbie Question nitish pandey
