こんにちは私はAJAX投稿に使用するphpWebサイトを作成し、http ://sprook.com.au/で公開していましたが、クライアントはそのドメインをサービスプロバイダーのGodaddyからhttp://www.sprookit.net/に変更しました。ファイアバグは言う:
プロパティ'stopAjax'へのアクセスが拒否されました
ここでstopAjaxは私のメソッド名です。
スクリプトがあります:
<div class="post_area">
<form action="post.php" method="post" id="addVideo" enctype="multipart/form-data" target="post" onsubmit="return startAjax(this);">
<iframe id="post" name="post" src="#" style="width:0;height:0;border:0px solid #fff;"></iframe>
<table width="860" border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="435">POST YOUR AD FREE<br />
<em>Paste embed code from YouTube</em></td>
<td width="322"><input type="text" id="videoLink" name="videoLink" class="input_textbox" />
</td>
<td width="95"><input type="submit" name="set_video_link" id="set_video_link" value="" class="submt_post" />
</td>
</tr>
<tr>
<td> </td>
<td><div id="process"> Connecting please wait <img src="images/loading.gif" /><br/>
</div></td>
</tr>
</table>
</form>
</div>
そして、すべてのコンテンツは古いドメインからのものであり、インデックスファイルを削除して動作を停止したため、スクリプトが古いドメインから実行されていることがクリアされます。