Search Results

1
vote

create a webpage popup using c#

The short answer is, you can't. C# runs on the server and opening a popup window is a client side action. You will need to have JavaScript in your rendered markup to open the popup window when appr …
2
votes

Java String in Javascript function

try changing cb.set(CheckBox.ONCLICK,"displayCB(" + e.getFormName() + ",document.Profile.UniqueForm"+"_TestOpt)"); to cb.set(CheckBox.ONCLICK,"dis …