|
Hi,
Any one help me
In one variable i have some data ex: var data = document.getElementById("imageId").value;
I want to pass this data to another function inside another function ex:
var button1 = '<img src="images/Remove-button.gif" width="70" height="15" onclick="removeVerifyImageRow(this),saveLibData('+ data+')"/>';
while running the application i am getting an error incase if the data is string ex:if data is 'image1' i am getting an error, but with number there is no problem ex: if data is '1122'.
this is very urgent to solve this problem plz any one help me
|