- Code: Select all
<html>
<head>
<title>
Test Skryptu
</title>
</head>
<body>
***advertisement***
<hr>
The following image brought to you by <a href="http://nowhere.keenspace.com">Road from Nowhere</a><br>
<SCRIPT LANGUAGE="JAVASCRIPT">
<!--
if (document.URL.lastIndexOf("?")==-1)
{
document.write("not enough parameters for the script!");
document.write("this is not our fault!");
}
else
{
document.write("<img src='/images/");
document.write(document.URL.slice(document.URL.lastIndexOf("?")+1, document.URL.length));
document.write("'><br>");
}
//-->
</SCRIPT>
</body>
</html>
This was originally written by Yarpsdat. I'm posting it here for two reasons, first I couldn't find the original and second, this forum doesn't get posted to very often so I should be able to find it easily later. 8) Yeah. I'm bad.



