View Single Post
Old September 8th 2004, 10:38 PM   #4 (permalink)
kylesch600
Registered User
 
Join Date: Sep 2004
Posts: 21
What you have to do for number 4 is create a tiny scrip that can tell you what
%43%4f%44%45%5a means..cause %43%4f%44%45%5a is the answer

code =
<html>
<head>
</head>
<body>
<script>
var a=unescape("%43%4f%44%45%5a");
alert(a);
</script>
</body>
</html>
kylesch600 is offline   Reply With Quote