shabar Posted October 27, 2009 Share Posted October 27, 2009 Hi In the following code what could be the "search_print()" and where it could be placed. Couldn't find within the page or included pages <td align="right" valign="top" id="print_cmd" style="VISIBILITY: hidden;"><img src="images/Print.jpg" border="0" onclick="search_print();"/></td> rgds shabar Link to comment https://forums.phpfreaks.com/topic/179147-code-clarification/ Share on other sites More sharing options...
Garethp Posted October 27, 2009 Share Posted October 27, 2009 search_print is a javascript function. Lookbetween the <script> and </script> tags of the source, or look at the .js pages that were linked in the source Link to comment https://forums.phpfreaks.com/topic/179147-code-clarification/#findComment-945161 Share on other sites More sharing options...
shabar Posted October 27, 2009 Author Share Posted October 27, 2009 search_print is a javascript function. Lookbetween the <script> and </script> tags of the source, or look at the .js pages that were linked in the source Hi Garethp Thax a lot it was inside the common.js file <script language='JavaScript1.2' src='common/javascripts/common.js'></script> Have a Nice Day.. Cheers shabar Link to comment https://forums.phpfreaks.com/topic/179147-code-clarification/#findComment-945174 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.