2013-11-27 110 views
0

首先的工作後,這裏是頁:Phyre.no/ask的JavaScript停止刷新

當你問一個問題,該網站將您重定向到../ask/answer.html 如果刷新該頁面的答案消失並且不會再次在網站上顯示。

可能由此引起: Click for screenshot

隨意看看源代碼。

+0

這應該有所幫助:http://stackoverflow.com/a/9269183/237312 – sascha

+0

我應該如何重新創建我的表單? – Shimeri

+0

這不是你的問題的答案,但你在http://phyre.no/ask/refresh.js有問題 看到第10行...應該有一個逗號後的數組值......在「思考關於它。」 –

回答

0

就是這樣,因爲我在我的評論中指出,逗號是缺少refresh.js

我嘗試了我的桌面上,它的工作 - 確認。只需正確輸入所有逗號。

var textarray = [ 

"Yes.", 
"No.", 
"Maybe.", 
"Very likely.", 
"Unlikely.", 
"Within the next few days you will get the answer.", 
"Think about it.", 
"There is no chance.", 
"There is a possibility", 
"Positive.", 
"Negative." 

]; 
+0

我剛剛解決了這個問題。刷新後仍然存在問題。不知道如何植入PRG。 – Shimeri

+0

「正面」之後仍然沒有逗號。 –