当前位置: 代码迷 >> ASP >> 如何实现头像随下拉列表变化而变化
  详细解决方案

如何实现头像随下拉列表变化而变化

热度:195   发布时间:2012-02-09 18:22:27.0
怎么实现头像随下拉列表变化而变化
onChange后面怎么给变量赋值

------解决方案--------------------
onChane= "document.getElementById( 'imgarea ').src=this.value " //imgarea is your face field
  相关解决方案