Hello Everyone
i am new in java language. and iwant to hide any <div> tag on my site
site example: 'www.mysite.com'
and i have a div in my website. like <div id='header'>
when we load my site the java script run and check my site url.
'www.mysite.com' if the url is correct then my <div id='header'> show in my site
else if the url is not match with the java variable var'www.mysite.com'
then hide
Please help