Well i would prepare a system wide ....and if you give me a working example on it i will give you an extra 500 points.
Otherwise, i will have to use TBrowser component.
Thanks
SFern.
Main Topics
Browse All TopicsHi there,
I'm trying to either using TBrowser or IE create a list of resticted urls and keywords.
So, if on the address bar any restriced url or keyword is used the browser will show a message saying "Access Denied" for example.
How can i do this?
I need a sample code pls.
Thanks
SFern.
This Question has been solved and asker verified All Experts Exchange premium technology solutions are available to subscription members.
Experts Exchange has been collecting answers to technology questions since 1996…3 million and counting! If you have a question, chances are we already have your answer.
If you can't find the exact answer you're looking for, ask our exclusive community of 50,000 experts. You’ll get a personalized answer from a trusted professional.
Thousands of free tech tips, tricks, how-to’s and tutorials are available in our peer reviewed articles section. See for yourself how smart our experts are, no login required.
Access the answers to your technology questions today.
30-day free trial. Register in 60 seconds.
Members of the expert community talk about why the experience at Experts Exchange is different than what you will find anywhere else.

Try it out and discover for yourself.
30-day free trial. Register in 60 seconds.
Join the community of experts here and help other tech pros by answering question in your area of expertise. You can earn FREE access to all Experts Exchange's premium features and resources.
well,
1) I don't have a ready made code
2) extra 500 points is against ee policy as far as I know :)
but I can give you a few pointers:
http://www.delphifaq.com/f
http://www.delphi3000.com/
http://groups.google.ro/gr
http://groups.google.ro/gr
http://groups.google.ro/gr
http://groups.google.ro/gr
the above should cover the basics :)
cheers
Well you could use a HOOK to capture the key presses eg:
if the user starts typing h
then check second key which = t
then check third key = t
then
begin
capture all the keys till the key <enter> or a mouse <click> is done
check that string of keys against your (denied) list if its = to your denied list close IE and send msg
"Access Denied, this information was loggged" bla bla bla
HOOKs :
http://www.delphi3000.com/
http://www.delphi3000.com/
Same for words
if the user starts typing k
then check second key which = i
then check third key = l
fourth one is = l (kill)
then do etc...
Peace Scay7
Business Accounts
Answer for Membership
by: ciulyPosted on 2006-01-11 at 08:28:12ID: 15671975
you want to use TWebBrowser and do this? meaning you have your own program in delphi, or you want to do this system wide for IE/firefox/opera/etc?