这个..可以吗?那么language到底是什么?javascript?不对吧。JScript?也不对吧。
不过还是很感兴趣,看看高手有没有指点。

解决方案 »

  1.   

    不知道楼主为什么不在iframe中写呢
      

  2.   

    new.aspx
    -------------
    do while dr.read()
      response.write("document.write('"& dr("title") &"')")
    loop
    -------------
      

  3.   

    new.aspx
    -------------
    do while dr.read()
      response.write("document.write('"& dr("title") &"')")
    loop
    -------------
    这我知道,但是要在这个页面中操作包含这个<script>语句的页面中的控件怎样操作呢,我要把从数据库中得到我值赋给绑定到主页面的DropDownList.