asp.net - access hidden field value from javascript function in a separate file -
in page1.aspx have hidden field need value using javascript function in seperate file. page2.aspx need call function in order value of hidden field im getting null always.
below javascript function:
function gethashuser(){ return document.getelementbyid('hashuserid'); }
does has solution issue or work around appreciated.?
thank in advance
Comments
Post a Comment