function loadjscssfile(filename, filetype){
if (filetype=="css"){ //if filename is an external CSS file
var fileref=document.createElement("link");
fileref.setAttribute("rel", "stylesheet");
fileref.setAttribute("type", "text/css");
fileref.setAttribute("href", filename);
}
}
loadjscssfile("http://www.turismvirtual.ro/css/external.css", "css"); ////dynamically load and add this .css file
document.getElementById('ex11').style.width ='px';
document.getElementById('ex11').style.border ='1px solid #';
document.getElementById('ex22').style.backgroundColor ='#';
Database error: Invalid SQL: select * from cazari where cazare_cod=
MySQL Error: 1064 (You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '' at line 1)
Session halted.