<SCRIPT type=text/javascript>
function gonder() {
var ie = (document.all);
var ns = (document.layers);
var moz = (document.getElementByID);
if (ie) {
location.href = 'arama.asp?q='+document.all['q'].value;
} else if (ns) {
location.href = 'arama.asp?q='+document.layers['q'].value;
} else {
location.href = 'arama.asp?q='+document.getElementById('q').value;
}
}
</script><input name="q" type="text" id="q" />
<input name="Gonder" type="button" onclick="javascript:gonder();" value="Gönder" />
Kolay gelsin...