T
Thiyagu M via DotNetMonster.com
Hai
strScript = "<script>"
strScript = strScript &
"parent.price.FRM_LIST_SUM.STXT_LP_TEST.value =
document.FRM_PROD_VS.STXT_PART_NO_TEST.value;"
strScript = strScript & "</script>"
Page.RegisterClientScriptBlock("ClientScript", strScript)
I have inserte the above in my aspx.vb page but it is not working can u
help me ..thank u
strScript = "<script>"
strScript = strScript &
"parent.price.FRM_LIST_SUM.STXT_LP_TEST.value =
document.FRM_PROD_VS.STXT_PART_NO_TEST.value;"
strScript = strScript & "</script>"
Page.RegisterClientScriptBlock("ClientScript", strScript)
I have inserte the above in my aspx.vb page but it is not working can u
help me ..thank u