i need help with menu bar... i cant delete items... and i have problem with blocker...
Professional Software Development Tools
i need help with menu bar... i cant delete items... and i have problem with blocker...
For blocking websites you can always do the following in the On Navigate page to make sure that it checks before loading the page.
This goes in On Navigate of the Web object and is completely untested.Code:01 local SearchFor = "google"; 02 03 if (String.Find(e_URL, SearchFor, 1, false) == -1) then 04 -- The website is not blocked. 05 return 0 06 else 07 -- The website is blocked. 08 return 1 09 end
Edit:
Tested and working.
thanks for help but i first want to solve the problem of menubar... i cant delete the sites... i dont know what the problem is !!!
is it anybetter
No, not really.
chk ur msgbx
Last edited by jackdaniels; 03-18-2008 at 01:30 AM.