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
Christ X
NA
33
19.7k
Textbox issue with chrome and firefox. pls help me out
Aug 2 2013 7:07 AM
i am giving some value in textbox1 (take for example vishal). so, when i give tab, it(vishal) should assign in textbox2.
so, i used the following in aspx and java script:
aspx:
onchange="getval()"
javascript
function getval() {
var keyCode = event.keyCode ? event.keyCode : event.which ? event.which : event.charCode;
document.getElementById('<%=textbox2.ClientID %>').value = document.getElementById('<%=textbox1.ClientID %>').value;
}
It works correctly in chrome . but, not working in firefox. pls help me out.
Reply
Answers (
2
)
Disk image File (.IMG) which include image as binary format
connection not closed error in c#?