Posted on 07 January 2008 by crkian
If you're new here, you may want to subscribe to my RSS feed. Thanks for visiting!
Enter a domain name below:
http://
Show links with rel="nofollow" ()
Show external links (
)
function validate(theform) {
if (theform.domain.value == "") { alert("No Domain"); return false; }
return true;
}
Powered by iWEBTOOL
Popularity: 2% [?] Read The Rest
If you enjoyed this post, make sure you subscribe to my RSS feed!
Posted on 07 January 2008 by crkian
Your domain:
(eg. iwebtool.com)
function validate(theform) {
if (theform.domain.value == "") { alert("No domain provided"); return false; }
return true;
}
Powered by iWEBTOOL
Popularity: 3% [?] Read The Rest
If you enjoyed this post, make sure you subscribe to my RSS feed!
Posted on 07 January 2008 by crkian
Your domain(s): Enter each address on a new line (Maximum 10)
(eg. www.iwebtool.com)
Please remember to include the ‘www.’ prefix into your domains
function validate(theform) {
if (theform.domain.value == "") { alert("No domain provided"); return false; }
return true;
}
Powered by iWEBTOOL
Popularity: 2% [?] Read The Rest
If you enjoyed this post, make sure you subscribe to my RSS feed!