03.06.2008, 11:51
2527
function reloadCaptha(){
var now = new Date();
document.images.confirm_code_image.src = '/si/?WSHOP=df6e0472bc3d8cdc02ba08d484c4d253&page=cmodule&name=captha&rand=' + now.getTime();
}
function checkCaptha(){
if(document.fcomment.captha.value == "")
{
alert("Prosim vpišite potrditveno kodo");
return false;
}
return true;
}




