TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
prathyusha
NA
180
74.6k
script for textbox
Jan 16 2013 5:23 AM
hi
<script type="text/javascript">
function MouseUptxtarea(obj) {
document.getElementById('<%=txtArea.ClientID %>').focus();
}
</script>
<asp:TextBox ID="txtWhat" runat="server" CssClass="input_bar" OnTextChanged="txtWhat_TextChanged"
TabIndex="2" onblur="MouseUptxtarea() OnClick="return validate()"></asp:TextBox>
<ajaxToolkit:TextBoxWatermarkExtender ID="TextBoxWatermarkExtender3" runat="server"
TargetControlID="txtWhat" WatermarkText="eg : Restaurants, Hotels, Pubs ?" WatermarkCssClass="watermark_what" />
</li>
<li class="where">Where in
<asp:Label ID="lblTitle" runat="server" />
<asp:TextBox ID="txtArea" runat="server" CssClass="input_bar" OnTextChanged="txtArea_TextChanged"
TabIndex="3" />
by using that script it works in google chrome but when i run the application in ie it goes to next textbox why?
please help me
Reply
Answers (
0
)
How to swap Hashtable's key with Value.
New Dumps of Microsoft Exam Code 70-536