well the perl does worl ive used it myself for personal pages and such... its just a bugga to set up

the javascript is easyer as far as placement goes

as i said ill post the script to you when i find it again
Edit: I have found the script just now... if you want some help in inserting the script in ill be glad to help you there
Here is the script:
- Code: Select all
<script language="javascript">
function executeUrl()
{
var addy;
addy = document.frmUrl.txtUrlentry.value;
alert(addy + " is the current value");
window.location.href = "http://www." + addy;
window.location.reload();
}
</script>
and here is an example of the form to make:
- Code: Select all
<form name="frmUrl">
Enter the URL of the page to go to:<br>http://<input name="txtUrlentry" type="text"><br><br>
<input type="submit" name="btnUrlEntry" onclick="executeUrl()" value="Go!">
</form></center>
-- DD
-= "In a world the doesn't comprehend" =-