Answers for "send php variable to javascript with parameter button onclick"

PHP
0

pass php variable in onclick function

$html .= '<a href="javascript:void(0);" id="open_enquireyform" class="button" onClick="get_enquiryform(''.$value->id.'', ''.$value->name.'');">Enquire Here</a>';
Posted by: Guest on February-18-2021

Code answers related to "send php variable to javascript with parameter button onclick"

Browse Popular Code Answers by Language