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 -

android - IBM Worklight 6.1 [Application Error] There was a network error (file:///android_asset/www/index.html) -