开发者

Problem with access to control properties in Multibox

开发者 https://www.devze.com 2022-12-08 09:16 出处:网络
I usedmultibox-component to create lightbox-similar div. But I faced prob开发者_StackOverflow中文版lem. I placed textbox with id ‘tbx_position’ in that div. I entered some symbols in textbox and the

I used multibox-component to create lightbox-similar div. But I faced prob开发者_StackOverflow中文版lem. I placed textbox with id ‘tbx_position’ in that div. I entered some symbols in textbox and then tried to read value via javascript-function (it had to alert document.getElementById(‘tbx_position’).value). Every time that value was empty.

There is example of it.

Furthermore, if I place in the div asp:Button, server OnClick-eventhandler doesn’t catch fire. Is any idea, what’s reason? Thanks.


Try adding the <form> & </form> tags to your page.

0

精彩评论

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