PDA

View Full Version : how I put an alert anyone who uses old browsers


hazem_aliraqi
09-05-2012, 07:08 PM
I wanted to ask you how I put an alert anyone who uses old browsers

this is for example


http://im29.gulfup.com/2012-09-05/134686232031.png


this is page to do it


http://techpatterns.com/downloads/scripts/browser_detection_php_ar.txt

and this

http://techpatterns.com/downloads/php_browser_detection.php


that what i found but i dont how to use it

Lynne
09-05-2012, 07:37 PM
Or just modify something like this to work how you want it. Just put it in the template you want it to show up in - http://www.w3schools.com/js/js_browser.asp

To find the template to modify, do this - vboptions > General Settings > Add Template Name in HTML Comments > set to Yes . Then go back to your page and view the source code and you will see the name of the template called around your part of the code. (Sometimes the template is the one mentioned at the very top of the page source.)

hazem_aliraqi
09-06-2012, 09:28 AM
thank you Lynne