Modal Dialog Window Opening

I made a modal add form for studentregadd.php. On the top of the studentreglist.php + sign works fine and opens the modal dialogue.
I copied the link by inspect element and used it same on ServerEvents->Other->Login page->PageLoad. But nothing works.

echo “<a class=‘btn btn-default ew-add-edit ew-add’ title=‘’ data-table=‘studentreg’ data-caption=‘Add’ href=‘#’ onclick=‘return ew.modalDialogShow({lnk:this,btn:‘AddBtn’,url:‘studentregadd.php’});’ data-original-title=‘Add’>”;

Any advise ?

You may press F12 in Chrome and check JavaScript error, see: https://developers.google.com/web/tools/chrome-devtools/console