0
其實我的代碼---在最後添加列表內容?
function addElement(url,imagePath){
alert(url);
alert(imagePath);
var container = document.getElementById('sncs');
var new_element = document.createElement('li');
new_element.innerHTML ="<a href='#'><img src='"+imagePath+"' alt='' title='' width='466' height='165' onClick=\"javascript:addWidget('"+url+"')\"></a>";
new_element.className="jcarousel-item jcarousel-item-horizontal jcarousel-item-4 jcarousel-item-4-horizontal";
container.insertBefore(new_element, container.firstChild);
}
function addWidget(url) {
alert(url);
// var url='http://www.boxyourtvtrial.com/songs/public/';
var main= document.getElementById('mainwidget');
main.innerHTML = "<iframe src='"+url+"' align='left' height='1060px' width='576px' scrolling='no' frameborder='0' id='lodex'></iframe>";
}
但是當我們添加圖像itsnot在持續,但前面是怎麼回事...... 所以請provid解決
謝謝你,但 如果你要去的網頁就像 http://www.boxyourtvtrial.com/demo/ U將在底部小窗口鏈接 看看是否點擊它就會滾動菜單 我甲肝代碼中添加元素最後,但當我addee我得到的圖像在底部.... 請提供解決方案.... – rajesh 2010-04-24 10:06:45