<%@ page language="java" contentType="text/html; charset=UTF-8"
pageEncoding="UTF-8"%>
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Insert title here</title>
<script src="/artDialog4.1.7/artDialog.js?skin=default"></script>
<script type="text/javascript">
function dialog(){
art.artDialog({
id:'msg',
title:'1',
content:'hello',
width:320,
height:240,
left:'100%',
fixed:true,
drag:false,
resize:false
});
alert("hello");
}
</script>
</head>
<body>
<input type="button" value="abc" onclick="dialog();">
</body>
</html>
pageEncoding="UTF-8"%>
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Insert title here</title>
<script src="/artDialog4.1.7/artDialog.js?skin=default"></script>
<script type="text/javascript">
function dialog(){
art.artDialog({
id:'msg',
title:'1',
content:'hello',
width:320,
height:240,
left:'100%',
fixed:true,
drag:false,
resize:false
});
alert("hello");
}
</script>
</head>
<body>
<input type="button" value="abc" onclick="dialog();">
</body>
</html>