如何从另一个php文件调用javascript函数 [英] How to call javascript function from another php file

查看:366
本文介绍了如何从另一个php文件调用javascript函数的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

嗨朋友们,我尝试使用require_once()通过包含一个包含javascript函数及其工作的php文件,但我想要在另一个php文件中调用javascript函数而不使用require_once()



谢谢...

解决方案

将你的javascript函数放在一个外部文件中,保存就像myScript.js,然后到指向此js文件,在您的php或html文件头中包含以下行:

< script type =    text / javascript src =   myScript的.js>< /脚本> 


Hi friends, I am try with require_once() through include a php file that contains javascript function and its work proparly but i want to require call the javascript function in another php file without using require_once()

Thanks...

解决方案

Put your javascript function in an external file and save is as say myScript.js, then to point to this js file, include in your php or html file header the following line:

<script type="text/javascript" src="myScript.js"></script>


这篇关于如何从另一个php文件调用javascript函数的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆