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
Maroof Raini
1.3k
453
236.6k
DOM Exception: INVALID_CHARACTER_ERR (5)
Aug 19 2014 3:15 PM
Hi, I am getting error "
Microsoft JScript runtime error: DOM Exception: INVALID_CHARACTER_ERR (5)
" while trying to open a page, debugger stops at the line highlighted.
function createNewFormElement(inputForm, elementName, elementValue) {
var newElement = document.createElement("<input name='" + elementName + "' type='hidden'>");
inputForm.appendChild(newElement);
newElement.value = elementValue;
return newElement;
}
The same code is running well on my other machine and it's a running code on many machines (on same IE version) so I am not supposed to make any change in the code. What could be other possible reason, please assist. I have tried IE9 and and firefox 31.0
Reply
Answers (
1
)
I want to use my JSON data in creating D3JS chart
Change file keep url