fareedreg Posted December 31, 2009 Share Posted December 31, 2009 I have code in html like mentioned below <td><input name="txtmemid" type="text" value="<?php echo $memid;?>" onblur="showUser(this.value)" id="txtmemid" maxlength="11" /></td> my question is how can I call this onblur function from php? Link to comment https://forums.phpfreaks.com/topic/186776-how-to-call-onblur/ Share on other sites More sharing options...
The Little Guy Posted December 31, 2009 Share Posted December 31, 2009 you can't PHP runs on the server while javascript runs on the client Could you explain what you are trying to do? Link to comment https://forums.phpfreaks.com/topic/186776-how-to-call-onblur/#findComment-986331 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.