Web Hosting Talk







View Full Version : DotNetNuke gurus?


John[H4Y]
09-18-2007, 11:02 AM
Hello,
I've got a customer who asked the following question so I thought I would forward it here in case anyone knows the answer:


Hello,
I am new to ASP and DNN. What I want to do is add a javascript event dialogue box that pops up when a user clicks the "Login" button. Just a simple event dialogue that makes the user agree to some terms or cancel. However, I am having a hell of a time getting this done. I've been trying to edit \admin\security\signin.aspx, specifically right here:


<asp:Button ID="cmdLogin" resourcekey="cmdLogin" cssclass="StandardButton" text="Login"

I cannot add a simple OnClick javascript to this area or I get an error. What would be the best way to go about doing this?

John[H4Y]
09-20-2007, 03:15 PM
Another option would be for a pop-up to load once the user logs in. Any ideas on how to implement this?