Tuesday, March 25, 2014

bangla font and back button

<!-- for jsp page
<%@ page language="java" contentType="text/html; charset=ISO-8859-1" pageEncoding="UTF-8"%>
-->


<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<!-- normal html page
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
end   normal html page -->

<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> // For jsp page for bangla
<title>Untitled Document</title>
</head>

<body>
   ?????
   sdfsdf
</body>
</html>

<s:actionmessage/>


For back :

<input name="Back" type="button" value=" Back " onClick="history.back();return true;" />




*************** Common font bangla and english
   <td style="font-family:SolaimanLipi; font-size:14px;color:#000;text-align:right; padding-right:2px; font-weight:bold;">ইউজার নাম name:</td>







Good Font :
.....................
SolaimanLipi.ttf

No comments:

Post a Comment