JavaScript code in server page

  • Thread starter Thread starter Thiyagu M via DotNetMonster.com
  • Start date Start date
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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top