.
(Move to ...)
HOME
MSSQL
MYSQL
ORACLE
TERADATA
GREENPLUM
DB2
MARIADB
MONGODB
POSTGRESQL
▼
Tuesday, 23 December 2014
Commit Pop-Up in JavaScript
HttpContext context = HttpContext.Current;
context.Response.Write("<script type='text/javascript'>alert('Access Denied.This is not your request'); window.frameElement.commitPopup();</script>");
context.Response.Flush();
context.Response.End();
No comments:
Post a Comment
‹
›
Home
View web version
No comments:
Post a Comment