Classic ASP BasicsFor beginner programmers starting with "classic" ASP 3, pre-".NET." NOT for ASP.NET 1.0, 1.1, or 2.0
Welcome to the p2p.wrox.com Forums.
You are currently viewing the Classic ASP Basics section of the Wrox p2p Programmer to Programmer discussion community. This is a community of more than 40,000 computer programmers including Wrox book authors and readers. As a guest, you can read any forum posting. By joining our free Wrox p2p community you can post your own programming questions and respond to other programmers’ questions. Registered users also don't have to see the ads that are displayed to guests. Registration is fast, simple and absolutely free so please, join today!
Join today and post to win prizes! Post more to increase your chances of being Wrox’s top poster of the month.
I want the user entered data in certain text boxes to be in my local language, Hindi. The hindi font "DV-TTYogeshEN Bold" is installed in my PC.
I have used the following code in my .asp form
<td><input type="text" id=txtVisitorFirstNameHindi name=txtVisitorFirstNameHindi size =30 value = <%=null%>></td>
With the use of this font, whatever i type in the textbox, should appear in hindi. But this is not happening. Wot should i do?