I am fresh in using Zoom. I would like to ask how to implement these.
I have a page, named index.php. This page would call a PHP script(getResult.php) by AJAX and the PHP script will get result from database and then echo back to index.php
I tried to add a new "Start spider from this URL" as http://www.mysite.com/getResult.php. Luckily it can search the wanted item, but the link is wrong. The correct link is hide in the javascript of index.php
It should be: javascript:getResult(myID=2);
but not http://www.mysite.com/getResult.php
Hope my question is clear enough
I have a page, named index.php. This page would call a PHP script(getResult.php) by AJAX and the PHP script will get result from database and then echo back to index.php
I tried to add a new "Start spider from this URL" as http://www.mysite.com/getResult.php. Luckily it can search the wanted item, but the link is wrong. The correct link is hide in the javascript of index.php
It should be: javascript:getResult(myID=2);
but not http://www.mysite.com/getResult.php
Hope my question is clear enough
Comment