我无法在多个浏览器上使用网页应用。
这是FRONT-END页面的代码:
<html>
<head>
<title>Front-end: Invoice payment System</title>
<link href="invoice.css" rel="stylesheet" type="text/css">
<link href="buttons.css" rel="stylesheet" type="text/css">
<script src="http://mediodesign.ca/invoice_system/invoice/library.js" type="text/javascript"></script>
</head>
<body id='content' name='content'>
<div id="div_invoice_frontend_01"/>
</body>
</html>
“div_invoice_frontend_01”正在调用FRONT-END应用。 它适用于FIREFOX,但不适用于CHROME或SAFARI。
它可能是PHP代码中的东西吗? 如果您需要更多信息,我会发布代码...... 有人为我制作了这个应用程序。
感谢您的帮助!
答案 0 :(得分:0)
在您的外部脚本中似乎有jQuery,但HTML HEAD中没有任何内容允许jQuery运行,即jquery.js