试试
<script language=jscript>   function sendparam(num)
  {
    parent.window.frames["b"].location.href = "b.asp?id=" + num;
    parent.window.frames["c"].location.href = "c.asp?id=" + num;}</script><a href="#"  onclick="sendparam('9');">传参数</a>