Pass Variable From JavaScript Function on Open.WIndow

HTML Snippet :
-------------------

onclick="return drilldown('{!line.paramvalue}')"

Java Script Snippet:
-----------------------

function drilldown( dilldownparam ) {
  var w = window.open('/apex/CompetencyDrillDownPage?testvalue='+dilldownparam, target='_blank')
  return false
}

No comments:

Featured

What is Cryptography in salesforce and what are all the algorithms provided by them ?

A). It is a security protocal between two systems. Lets say we are integration two systems without any encrytion mechanism then hackers wil...

Popular