function postmail()
{
var a = document.getElementById('log1');
var b = document.getElementById('log2');

var url = ' http://webmail.artnet.net.tr/imp/login.php?username='+a.value + '&password='+b.value;

window.location = url;

}
