Hi:
I've created a simple Contact Us aspx page with 3 text boxes in it. This page working fine in IE and Chrome.
In FireFox, when I single click first text box or second text box, focus shifting to third text box. However, double clicking works fine even in FireFox.
Please help me out as I'm new to .NET programming.
Thanks in advance.
Following is the code:
=======================
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<%@ Page Language="VB" %>
<html dir="ltr" xmlns="http://www.w3.org/1999/xhtml">
<head runat="server">
<meta content="text/html; charset=utf-8" http-equiv="Content-Type" />
<title>contact_collect</title>
<style type="text/css">
.auto-style1 {
font-famil ...
Go to the complete details ...