Admin-Ahead Community

General Category => General Discussion => Topic started by: Aby on January 30, 2014, 09:33:21 pm

Title: Hiding redirect url
Post by: Aby on January 30, 2014, 09:33:21 pm
Hiding redirect url

Create an index.html file :

<frameset rows=”100%”>
<frame src=”http://linuxstuffs.wordpress.com/”&gt;
</frameset>
<noframes>
<body>Please follow <a href=”http://linuxstuffs.wordpress.com/”>link</a&gt;!</body>
</noframes>
===

Just try this out!!