The following code can be used to “copy” a web site X in your own. Basically, it displays it inside a full page frameset, the browser address bar will always display your site’s URL, while the contents will be site X. In the example, the page title and keywords are also controlled.
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> <html> <head> <title>This is a Damn Full Page Frameset</title> <META name="description" content="chlankboot.com"> <META name="keywords" content="Chlankboot, Journal,"> </head> <frameset rows="100%,*" border="0"> <frame src="http://www.chlankboot.com/" frameborder="0" /> <frame frameborder="0" noresize /> </frameset> <!– pageok –> <!– 01 –> <!– 5.1–> </html>
Related Stuff
Nahdha, Marzouki et vos chances de trouver l’âme sœur ...
Disabling Android Market update I didn’t like the new android market application, and I’m not the only one. If you want to get back to old one, application name is Vending.apk available in the...
Sending non form data with cforms II Cforms II from delicious days is probably the most powerful contact form plugin for WordPress. A friend using cforms II asked me for a way to send some non form...
Casser la protection des fontes de caractères Saviez vous que les fontes de caractères que vous avez dans votre ordinateur ne sont pas toutes libres de droits d’utilisation ? je veux dire que certaines sont seulement imprimables,...
Word Custom Properties: How to Improve Productivity When working with Microsoft Word, a great part of administrative tasks consist in filling forms and generating reports on a pre-established templates or models. Now if within your document you...