asp

位置:IT落伍者 >> asp >> 浏览文章

HTML页面如何象asp一样接受参数


发布日期:2021年12月03日
 
HTML页面如何象asp一样接受参数

<script language=JavaScript>

var posstrparaparastrtempstr;

tempstr=;

str = windowlocationhref;

pos = strindexOf(?)

parastr = strsubstring(pos+);

documentwrite(<br>文件路径+str);

if (pos>){

documentwrite(<br>所有参数+parastr);

}

else

{

documentwrite (无参数);

}

if (strindexOf(&)>){

para = parastrsplit(&);

for(i=;i<paralength;i++)

{

tempstr = para[i];

pos = tempstrindexOf(=);

//documentwrite (tempstrsubstring(pos));

documentwrite (<br>参数+i+:+tempstrsubstring(pos));

documentwrite (等于:+tempstrsubstring(pos+));

}

}

</script>

               

上一篇:ASP与数据库运用:密码验证

下一篇:动态网页制作技术JSP与ASP的比较p-