Ajax - ColdFusion.Window.onShow ColdFusionWindowonShow.cfm <!DOCTYPE html> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <script language="javascript"> function onhide(windowName) { alert(windowName + " window now visible!"); } function showLinkClick() { ColdFusion.Window.onShow("ButterflyWindow", onhide); ColdFusion.Window.show("ButterflyWindow"); } </script> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>Ajax JavaScript Function: how to use ColdFusion.Window.onShow in coldfusion</title> </head> <body> <h2 style="color:SeaGreen; font-style:italic">Ajax JavaScript Function example: ColdFusion.Window.onShow</h2> <hr width="600" align="left" color="Beige" /> <br /> <a href="JavaScript:showLinkClick()"> <b>Show the Window...
Android, .NET C#, Flutter, and Many More Programming tutorials.