<script language="javascript">
//-----------------------------debug------------------------------ 【相关文章:编程创建 SQL Server 数据库】 【扩展阅读:微软在线免费申请XP SP2 光盘 】//var property_string="||" split by the char “||“/////////////////////////////// 【扩展信息:Mozilla firefox1.0公众】 //powered by airzen //qq:39192170 //e_mail:airzen@sohu.com //website:www.windeye.com //date:2004-8-21 //转贴请保留作者信息 function get_value(obj){ var this_star,this_end; var return_value; this_star=property_string.indexof(obj.name+"="); if(this_star==-1){//not found return_value=null; }else{ this_end=property_string.indexof("||",this_star); if(this_end==-1){ this_end=10000; } return_value=property_string.substring(this_star+obj.name.length+1,this_end); } return return_value; }function auto_op(obj){
var this_type; var this_value; this_type=obj.type; this_value=get_value(obj); if(this_value==null){ //alert("not exist"); return false; } ... 下一页