hikhik Posted December 9, 2013 Share Posted December 9, 2013 Hi all. I need add a check-all when check domain. I follow this thread but script isn't working: http://forum.whmcs.com/showthread.php?24619-Check-all-domains Anyone help me? Thanks 0 Quote Link to comment Share on other sites More sharing options...
marieneige Posted October 24, 2014 Share Posted October 24, 2014 did you find a solution? I would be interested too 0 Quote Link to comment Share on other sites More sharing options...
Kian Posted October 24, 2014 Share Posted October 24, 2014 Are you sure that have you created the js file in the right path? Eventually try this one (js file is not needed). {literal}<script>function check_all_tld(oForm, cbName, checked) { for (var i=0; i < oForm[cbName].length; i++) oForm[cbName][i].checked = checked; }</script>{/literal} 0 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.