wordpress ရဲ႕ text box က java ကအလုပ္မလုပ္ေတာ့ html ေျပာင္းထည့္ရပါတယ္။ wordpress ရဲ႕ text box ထဲမွာ
<html>
<head>
<script language="javascript" type="text/javascript">
window.onbeforeunload = askConfirm;
function askConfirm(){
return "ဒီမွာ ႀကိဳက္တာေရးပါ";
}
</script>
</head>
<body>
</body>
</html>
<head>
<script language="javascript" type="text/javascript">
window.onbeforeunload = askConfirm;
function askConfirm(){
return "ဒီမွာ ႀကိဳက္တာေရးပါ";
}
</script>
</head>
<body>
</body>
</html>
ဒီလုိထည့္ေပးရင္ ရပါတယ္ေနာ္.. အဆင္ေျပပါေစဗ်ာ..
0 comments:
Post a Comment