Saturday, February 11, 2012

Corrected small issues in our SERP keyword Rank Checker Script.


Recently I came to know that there were small issues in our Keyword Position Finding Script.

It showed error message when pressing Enter key instead of clicking the submit button after specifying keywords and URL .

This error occurred as  the Form is having more than one submit button (one more uploading csv file, one for submitting the keyword details).
I solved the issue by disabling the pressing of Enter key by adding below piece of code.

function checkEnter(e){
 e = e || event;
 return (e.keyCode || event.which || event.charCode || 0) !== 13;
}
I called this function as "onkeypress="return checkEnter(event)"" from onkeypress event of the Input text box which is used to get URL.

And, I had to add curl_setopt($ch,CURLOPT_HTTPHEADER,array ("Accept: text/plain")); in the cURL function for emulating the Javascript disabling activity.

Right now, our Keyword Rank checking Tool is added with many features. But still I am keeping the same price. If you are interested, you can buy this script from here.

You can subscribe to our Email posts, and you can bookmark this blog for further reading, or you can subscribe to our blog feed.

No comments:

Search This Blog