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

Popular posts from this blog

android - Get AccessToken using signpost OAuth without opening a browser (Two legged Oauth) -

org.mockito.exceptions.misusing.InvalidUseOfMatchersException: mockito -

google shop client API returns 400 bad request error while adding an item -