Click here to Skip to main content
15,892,005 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I am using java script to open popup window on click on button. i am stored the value in hidden field and pass the hidden field value as query string. But query string pass the null value. below is my source code.

<input id="btnFamilyMedicalHistoryDetails" type="button" value="Medical History Details"
önclick=" JavaScript:window.open('../../../User/ViewProfile/FamilyMedicalHistory.aspx?ID'=hfFamilyMemberId, 'Medical History Details','height=500,width=500,resizable= yes, scrollbars=yes')"class="btn-1" />

thanks
Posted

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900