Skip to main content

I have a Problem with K2 today and I am trying to see if there is about anyone who has had the very same issue.
I am trying to make use of a javascript in K2 to point and hold data in one of the controls

This works fine :

 

document.FORM1.sigRawData.value += obj.imageData;

Where FORM1 is the name of the form, sigRawData is the name of the Html control which looks like this in the HTML file

 

<TEXTAREA NAME="sigRawData" ROWS="20" COLS="50">Base64 String: </TEXTAREA>

Now You can see, K2 does not have a name control which I can use in the javascript to point and hold Data, Is there a way I can actually do that to show Literal for controls like textboxes, picture Control, etc...

Kindly let me know

Reply