Jump to content

Assigning value to a document property using Javascript


Prateek Rawat

Recommended Posts

Hi All,

I am using below html code to create a list box in text area and then trying yo assign its value to a document property using javascript:

Exclude Tubes

Exclude Coils

Exclude Both

Include All

 

 

JS:

$("input[type=checkbox]").change(function(){

var jsValue = $(this).val();

$('#mySpotfireControl input').val(jsValue).blur()

})This is not working for me.

Regards,

Prateek

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...