vgp_width = typeof vgp_width == 'string' ? vgp_width : '300px'; vgp_height = typeof vgp_height == 'string' ? vgp_height : '300px'; vgp_border = typeof vgp_border == 'number' ? 0 : 3; vgp_target = typeof vgp_target == 'number' ? '_blank' : ''; vgp1_id = typeof vgp1_id == 'string' ? vgp1_id : 'vgp-widget-container1'; vgp2_id = typeof vgp2_id == 'string' ? vgp2_id : 'vgp-widget-container2'; vgp_path = typeof vgp_path == 'string' ? vgp_path : 'http://203.162.1.182'; // document.write(''); document.write('
\r\n'); //-- Du lie ve thoi tiet can lay document.write('
\r\n'); //Combo City document.write('
\r\n'); document.write('
\r\n'); //------ document.write('
\r\n'); //COntent document.write('
\r\n'); document.write('
\r\n'); //-------- document.write('
\r\n'); document.write('\r\n'); document.write('
\r\n'); document.write('
\r\n'); document.write('
VipBenTre.TK
\r\n'); document.write('
\r\n'); function outputWidget(strHtml, vpgid) { document.getElementById(vpgid).innerHTML = strHtml; } function OnChangCityWeather(dropdown) { var myindex = dropdown.selectedIndex; var SelValue = dropdown.options[myindex].value; var item = SelValue.split('|'); var con_T = ''; con_T = con_T + ''; con_T = con_T + ''; con_T = con_T + '
' + item[0] + '

' + item[2] + '
' + item[3] + '
' + item[4] + '

' + item[6] + '
' + item[7] + '
'; con_T = con_T + '
'; outputWidget(con_T,vgp2_id); return true; }