我是新來的JavaScript,但我發現了一個「意外的標記非法」這一行代碼錯誤意外的標記非法錯誤:的Javascript:與使用appendChild()
switch (city) {
case "london":
var newdiv = document.createElement('<div id="london" class="option-area"><label class="city">From London to…?</label>
<select class="city">
<option></option>
<option>1</option>
<option>2</option>
<option>3</option>
</select><br /></div>');
document.all.bookingform.appendChild(newdiv);
break;
}
這可能是一個非常愚蠢的錯誤,但我已經嘗試了幾個小時才能使這個塊工作。請幫忙!
https://developer.mozilla.org/en/document.createElement - 注意它使用document.createElement(「div」); – 2011-09-17 19:20:23