Warning: include_once() [function.include-once]: Unable to access ../admin/inc/_init.php in /home/html/asb-portal.cz/public_html/iportal/data/components.js on line 7
Warning: include_once(../admin/inc/_init.php) [function.include-once]: failed to open stream: No such file or directory in /home/html/asb-portal.cz/public_html/iportal/data/components.js on line 7
Warning: include_once() [function.include]: Failed opening '../admin/inc/_init.php' for inclusion (include_path='./:/usr/local/lib/php/pear/') in /home/html/asb-portal.cz/public_html/iportal/data/components.js on line 7
Warning: include_once() [function.include-once]: Unable to access ../inc/_vars.php in /home/html/asb-portal.cz/public_html/iportal/data/components.js on line 11
Warning: include_once(../inc/_vars.php) [function.include-once]: failed to open stream: No such file or directory in /home/html/asb-portal.cz/public_html/iportal/data/components.js on line 11
Warning: include_once() [function.include]: Failed opening '../inc/_vars.php' for inclusion (include_path='./:/usr/local/lib/php/pear/') in /home/html/asb-portal.cz/public_html/iportal/data/components.js on line 11
//upravit form header
function setSearchAction() {
var comboObject = document.getElementById('search_where_combo');
var search_text = document.getElementById('search_text').value;
if (comboObject.selectedIndex == 1) {
//odsubmitni na google vyhladavanie
var whole_link = 'http://www.google.sk/search?h1=sk&num=100&q=site%3A+' + search_text + '&meta=';
window.open(whole_link, '_blank');
return false;
} else {
//vrat povodny action
var formObject = document.getElementById('search_header_form');
formObject.submit();
}
}