0
/我試圖得到一個簡單的消息彈出。我把代碼放在每個教程頁面上看到的,但它會得到我不太明白的錯誤。在HTML/PHP頁面上使用JOptionPane
<html>
<head>
<script type="text/javascript">
JOptionPane.showMessageDialog(null, "Store Notice!", "Shipping information...", JOptionPane.WARNING_MESSAGE);
</script>
</head>
<iframe src="http://www.site.com/index.html" width="701" height="1500"></iframe>
</html>
我編輯了該網站的鏈接。
查看代碼時,我得到的錯誤是:
[Error] ReferenceError: Can't find variable: JOptionPane global code (index.html, line 13)
什麼,我需要包括任何想法解決這一問題?
感謝您的幫助!
JavaScript不是Java! – kero