document.writeln('共&nbsp;2页&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;');document.writeln('<A href="javascript:gotoCurrentPage(\'index.html\')">首页</A>&nbsp;');document.writeln('<A href="javascript:gotoCurrentPage(document.all.StrongIPPColumnPageP.value)">上一页</A>&nbsp;');document.writeln('第');document.writeln('<select class="conditionSelectBox" name="pageNo" onChange="javascript:gotoCurrentPage(this.value)">');if(document.all.StrongIPPColumnPageC.value=='index.html'){ document.writeln('<option value="index.html" selected>1/2</option>');}  else{ document.writeln('<option value="index.html">1/2</option>');} if(document.all.StrongIPPColumnPageC.value=='list1.html'){ document.writeln('<option value="list1.html" selected>2/2</option>');  }else{ document.writeln('<option value="list1.html">2/2</option>'); } document.writeln('</select>页'); document.writeln('<A href="javascript:gotoCurrentPage(document.all.StrongIPPColumnPageF.value)">下一页</A>&nbsp;');  document.writeln('<A href="javascript:gotoCurrentPage(\'list1.html\')">尾页</A>');  document.writeln('<script language="javascript">');  document.writeln('function gotoCurrentPage(pageNo) {');  document.writeln('if(pageNo==1)');  document.writeln('window.location="index.html";');  document.writeln('else');  document.writeln('window.location=pageNo;');  document.writeln('}');  document.writeln('</script>');
