function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Mack DsozaMack Dsoza 

send values in url....

Can anyone give code to accept two parameter value from VFPage & put that value as parameter in javascript function & then send that value in URL..

 

like.....call onchange attribute in VFPage with function as onchange="send(val1,val2)"

& send this values to url by javascript...

 

Regards...

Shashikant SharmaShashikant Sharma

 

location.href = YourURL?parameter1=value1&parameter2=value2