当前位置:首页
开发技术指南» 文章正文
    引言:
 

 

 ·开发游戏一般用mfc吗    »显示摘要«
    摘要: 像天之痕那样的游戏开发时有mfc参与吗? ......
    摘要: 求一个数的n次方根 ......


超连接问题

response.write"<a   href=look.asp?page=1>first</a>"  
   
  显示时为何first有下划线  
   
  还有  
  我想在     当page=1时显示      
  response.write"<a   href=look.asp?page="&(page-1)&">上一页</a>"  
  为不可点的状态  
     
  该怎么做?请教高手  
   
  谢谢回复  
   
 

NO.1   作者: xiangbo520

控制是否有下划线是在样式表里面改的!  
  Jaron(唐伯虎点蚊香)   也就是楼上的意见是正确的

NO.2   作者: luluso

没操作过样式表??css啊??没操作过?  
  在<head>和</head>之间加上如下的CSS代码:  
   
  <style   type="text/css">  
  <!--  
  a:link   {   text-decoration:   none}  
  a:hover   {   text-decoration:   underline   }  
  a:visited   {   text-decoration:   none   }  
  -->  
  </style>  
   
 


    摘要: out.print(" 转到第<input type=text name=page size=2 maxlength=10 class=smallinput value="+intpage+" >"); out.print("页<input class=buttonface type=submit value=go na......
» 本期热门文章:

©2000-2007 All Rights Reserved. 最佳浏览:1024X768 MSIE