开发者

Change js variable value from code behind

开发者 https://www.devze.com 2023-02-01 17:52 出处:网络
I am calling a a javascript function in c# code behind using Scri开发者_开发百科ptManager. I need to change a variable\'s(used as default height of a div) value just before the call to function.

I am calling a a javascript function in c# code behind using Scri开发者_开发百科ptManager. I need to change a variable's(used as default height of a div) value just before the call to function.

Please suggest!


Make a support function that sets the variable and then calls the function you want?

0

精彩评论

暂无评论...
验证码 换一张
取 消