1,用table来格式化你的页面吧2,按钮方面用javascript跳转就可以了

解决方案 »

  1.   

    我对HTML不太熟悉。
    请指教:怎样用table来格式化?2, 不用javascript可以实现吗?就用纯HTML,或JSP能否做到?
      

  2.   

    <td width="30%">文字</td><td width="70%">其他内容</td>
    <script language="JavaScript" type="text/JavaScript">
    <!--
    function penBrWindow(theURL,winName,features) 
    {   
      window.open(theURL,winName,features);
    }
    //-->
    </script><input name="Submit1" type="submit" onClick="openWindow('1.jsp','','')" value="提交">
    <input name="Submit2" type="submit" onClick="openWindow('2.jsp','','')" value="提交">