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
sameer gadade
NA
61
55.6k
browser compatibility
Jun 21 2012 3:57 AM
hi my web application works well with ie,crome but it dosent execute java script code on mozilla
so please help me for mozilla browser compatibility
my this function dosent work in mozilla.in this function i get the values(cells[0]) in userid from my gridview can you help me why this functon dosent work in mozilla it works in crome,ie
function assignValue(rowIndex) {
User_ID = document.getElementById("<%=GridViewUsers.ClientID %>").rows[parseInt(rowIndex)].cells[0].innerText
}
Reply
Answers (
1
)
how to set Checkbox in HTML table grid?
CSS float problem