How to Use Google Cash Detective to Find Profitable Niches and Save Money
Here is a 5 minute video of me using it to do niche discovery
COMING SOON:
- Video of using it to stalk competitors.
- Pros and Cons of using it after 30 days, how I turned things around,
- Testimonials from actual users.
- What the sales grid is like.
If you’d like to know when those comes out, get on the Insider or comment.
function isValidEmail(str) {
return (str.indexOf(“.”) > 2) && (str.indexOf(“@”) > 0);
}
//This function simulates the onsubmit event handler.
//This function should be called by javascript code instead of
function checkform()
{
//alert(“checking form”);
//name field
strfield1 = document.forms[0].name.value
strfield2 = document.forms[0].from.value
if (strfield1 == “” || strfield1 == null || !isNaN(strfield1) || strfield1.charAt(0) == ‘ ‘)
{
alert(“”Name” is a mandatory field.nPlease amend and retry.”)
return false;
}
if (!isValidEmail( strfield2))
{
alert(“”Email” is a mandatory field.nPlease amend and retry.”)
return false;
}
return true;
}
In the meantime check out the actual launch site.
Troy
