dtgv52982 2010-04-24 09:31
浏览 4
已采纳

最后添加列表内容?

Actually my code is---

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>";
} 

but when we add the image itsnot going at the but is going in front... So please provid the solution

  • 写回答

1条回答 默认 最新

  • dongluan7821 2010-04-24 09:41
    关注

    Try using

    container.appendChild( new_element );

    instead of

    container.insertBefore(new_element, container.firstChild)

    本回答被题主选为最佳回答 , 对您是否有帮助呢?
    评论

报告相同问题?

悬赏问题

  • ¥100 set_link_state
  • ¥15 虚幻5 UE美术毛发渲染
  • ¥15 CVRP 图论 物流运输优化
  • ¥15 Tableau online 嵌入ppt失败
  • ¥100 支付宝网页转账系统不识别账号
  • ¥15 基于单片机的靶位控制系统
  • ¥15 真我手机蓝牙传输进度消息被关闭了,怎么打开?(关键词-消息通知)
  • ¥15 装 pytorch 的时候出了好多问题,遇到这种情况怎么处理?
  • ¥20 IOS游览器某宝手机网页版自动立即购买JavaScript脚本
  • ¥15 手机接入宽带网线,如何释放宽带全部速度