↧
<%@ PageLanguage="C#"ID="test_Page" GeneratedSourceFile="test_Page.prg" %><%@ Register Assembly="WebConnectionWebControls" Namespace="Westwind.WebConnection.WebControls" TagPrefix="ww" %><!DOCTYPE html><html><head><title>Modal Dialogs</title><linkhref="westwind.css"rel="stylesheet"type="text/css" /><ww:wwWebLiteralID="WwWebLiteral2"runat="server" Visible="false"><scriptsrc="~/scripts/jquery.js"type="text/javascript"></script><scriptsrc="~/scripts/ww.jquery.js"type="text/javascript"></script></ww:wwWebLiteral></head><body><formid="form1"runat="server"><ww:wwModalDialogID="wwModalDialog1"runat="server"Style="background: white; display: none; width: 400px;"><divid="MessageBoxHeader"class="gridheader"> Header</div><divstyle="padding: 10px;"><divid="MessageBoxContent"></div><hr /><inputtype='button'id='MessageBoxOk'value='Close Dialog' /></div></ww:wwModalDialog><inputtype="button"id="btnTextEntry"value="Enter Name"onclick="wwModalDialog1.showDialog();" /><br /><ww:wwWebButtonID="wwWebButton1"runat="server"width="80" onclientclick="wwModalDialog1.showDialog()"Text="test" /></form></body></html>
Please, what is wrong?
I cannot understand what I mistake.
Many thanks
Still works. Underneath it all though it uses that jquery plugin.
+++ Rick ---