Prøv denne, men ret selv linkene til de sider du vil henvise til!
<html>
<head>
<title>Script-navn</title>
<script language="JavaScript">
// Script by Mathias Hagensen
// Mathias@Script.dk
// Get more scripts at
www.script.dk
if (window.screen.width == 1024) {
URL = "1024.html";
window.location = URL; }
if (window.screen.width == 800) {
URL = "800.html";
window.location = URL; }
if (window.screen.width == 640) {
URL = "640.html";
window.location = URL; }
</script>
</head>
<body>
<center><h3>Script-navn</h3></center>
<center>
<form name=oplosning>
<table>
<tr><td>URL ved en opløsning på 640 x 480</td>
<td><input type=text name=640 value="
http://www.">