Clicking the following link will open a video:
<a href="<?php echo $rows['image1'] ; ?> " rel="vidbox" title="<?php echo $rows['name']." <br>".nl2br($rows['detail']) ; ?>" id="m2"><?php echo $rows['name'] ; ?></a>
Is it possible to trigger the execution of this link using JavaScript or PHP instead of a manual click?