function isURL(str)
{
//varreg=/[0-9a-zA-z]+.(html|htm|shtml|jsp|asp|php|com|cn|net|com.cn|org)$/;
//必须包含.(最后面一个.前面最少有一个字符)且.后面最少有一个单词字符,最后一个字符必须为单词字符或/
varreg=/w+.(w+|w+/)$/;
varisurl=reg.test(str);//test(str)方法是js正确表达式内置的对象可以直接调用
returnisurl;
}
</script>
URL:
<input type="text" name="url" id="url" value="//www.VeVB.COm" onfocus="this.value=''"/>
<br /><br />
<input type="submit" value="获取地址" name="get"/>
<input type="submit" value="下载" name="download"/>
</form>
代码如下
新闻热点
疑难解答