iframe redirect with URL masking not working -
iframe redirect with URL masking not working -
i trying redirect subdomain via html page index.html , not want users see redirecting them thought can utilize iframe redirect url masking
but it's not working properly. can guys prepare this.. here code.
<!doctype html public "-//w3c//dtd html 4.01 frameset//en" "http://www.w3.org/tr/html4/frameset.dtd"> <html> <head> <title>webmail</title> <meta name="description" content="mail"> <meta name="keywords" content="mail"> <meta http-equiv="content-type" content="text/html; charset=utf-8"> <script type="text/javascript"> var _gaq = _gaq || []; _gaq.push(['_setaccount', 'ua-23441223-3']); _gaq.push(['_setdomainname', 'none']); _gaq.push(['_setallowlinker', true]); _gaq.push(['_trackpageview']); (function() { var ga = document.createelement('script'); ga.type = 'text/javascript'; ga.async = true; ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js'; var s = document.getelementsbytagname('script')[0]; s.parentnode.insertbefore(ga, s); })(); </script> </head> <frameset rows="100%"> <frameset cols="100%"> <frame src="http://google.com" frameborder="0" scrolling="no"> </frameset> </frameset> </html> please tell me if there other easy steps using .htaccess etc..
<body style="height:100%;margin:0;padding:0;"> <iframe width=100% height=100% src="http://google.com"></iframe>
try that, luck
redirect iframe url-masking
Comments
Post a Comment