Search Results

1
vote
4answers
268 views

Confirm message in ASP.NET

hello, I wrote this statment in my code: Response.Write("<script language=javascript>confirm('The system not allow negative inventory,continue?');</script>"); …
3
votes
5answers
1k views

Get element by ID in JavaScript

I use JavaScript and this error appears for me during execution: Microsoft JScript runtime error: 'document.getElementById(...)' is null or not an object this my c …