| Home | Register | FAQ | Members List | Search | Today's Posts | Mark Forums Read |
|
|
#1 (permalink) |
|
Registered User
Join Date: Nov 2005
Posts: 57
|
Limit on Javascript string length
I have a small Javavscript function which recieves some text and a table cell ID (both PHP variables). On mouseover the text is displayed in the specified cell. This is ok if the length of the text string isn't too long but over a certain length the text isn't displayed. Do i need to increase the length of string the Javascript code will accept? If so how? function display(text,cell){ var getText = document.getElementById(cell).innerHTML += text; } |
|
|
|
![]() |