<img src="img/cont_tbl03_icon03.gif" width="18" height="18" onClick="javascript:window.open('tt_player.php?mu_lists=
85,69,68,67,66,65,64,63,62,61,60,59,70,71,72,83,82,81,80,79,78,77,76,75,74,73,58,57,38,37,36,35,34,33,32,31,30,29,44,39,42,43,56,55,54,53,52,51,50,49,48,47,46,45                    
                    
                    ','SmallWindow','width=412,height=590,scrollbars=no')" style="cursor:hand">
请问我这么传值对吗?我传一个值时会打开新窗口,
但传像上面一样多个值的时候为什么不启动窗口?
这个代码哪里错了?谢谢~请详细一些

解决方案 »

  1.   

    书写时不要在串中换行,如果因为美观需要换行时请使用续行符“\”<img src="img/cont_tbl03_icon03.gif" width="18" height="18" onClick="javascript:window.open('tt_player.php?mu_lists=\
    85,69,68,67,66,65,64,63,62,61,60,59,70,71,72,83,82,81,80,79,78,77,76,75,74,73,58,57,38,37,36,35,34,33,32,31,30,29,44,39,42,43,56,55,54,53,52,51,50,49,48,47,46,45','SmallWindow','width=412,height=590,scrollbars=no')" style="cursor:hand">
      

  2.   

    <img src="img/cont_tbl03_icon03.gif" width="18" height="18" onClick="javascript:window.open('player.php?mu_list='
    85,69,68,67,66,65,64,63,62,61,60,59,70,71,72,83,82,81,80,79,78,77,76,75,74,73,58,57,38,37,36,35,34,33,32,31,30,29,44,39,42,43,56,55,54,53,52,51,50,49,48,47,46,45                    
                        
                        '','SmallWindow','width=412,height=590,scrollbars=no')" style="cursor:hand">这么写以后也不行。
      

  3.   

    <img src="img/cont_tbl03_icon03.gif" width="18" height="18" onClick="javascript:window.open('player.php?mu_list="
    85,69,68,67,66,65,64,63,62,61,60,59,70,71,72,83,82,81,80,79,78,77,76,75,74,73,58,57,38,37,36,35,34,33,32,31,30,29,44,39,42,43,56,55,54,53,52,51,50,49,48,47,46,45                    
                        
                        "','SmallWindow','width=412,height=590,scrollbars=no')" style="cursor:hand">这么写也不行,,,
      

  4.   

    <img src="img/cont_tbl03_icon03.gif" width="18" height="18" onClick="javascript:window.open('player.php?mu_list=85,69,68,67,66,65,64,63,62,61,60,59,70,71,72,83,82,81,80,79,78,77,76,75,74,73,58,57,38,37,36,35,34,33,32,31,30,29,44,39,42,43,56,55,54,53,52,51,50,49,48,47,46,45','SmallWindow','width=412,height=590,scrollbars=no')" style="cursor:hand"></body>
      

  5.   

    这只算传了一个值。$mu_list = $_GET["mu_list"];
    $mu_list_arr = explode(",",$mu_list); //要把字符串切一下,再做处理.