Thank you! Ill try it out in a minute.
I just found this code on the internet, I think it is interesting:
PHP Code:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<title>New Window</title>
<script type="text/javascript">
window.onload=function() {
if (document.getElementById) {
document.getElementById('form1').onsubmit=function() {
}
}
}
function getURL(val){
if (val=='') { alert('Please enter a url or file name.'); }
else {
var win=open(val,id,params);
}
return false;
}
Hmm, javascript and php on one page... I tried it out, but it is searching for files and stuff just on your domain, where it resides - as index.html lets say.
Is it possible to change it, so it would just browse the site entered?
Thank you so much for your time!!!!
Bookmarks