﻿function formHandler(){
var URL = document.form.site.options[document.form.site.selectedIndex].value;
window.location.href = URL;
}

document.write('<form name="form">&nbsp;&nbsp;&nbsp;&nbsp;');
document.write('<select name="site" size=1 style="color: #808080; font-size: 9pt; border: 1px solid #808080; padding-left: 1px; padding-right: 1px; padding-top: 1px; padding-bottom: 1px; background-color: #FFFFFF">');
document.write('<option value="#">請選擇以下項目:');
document.write('<option value="http://www.ouhk.edu.hk/WCM/?FUELAP_OP=FUELOP_NewScreen&LANG=chi&FUELAP_SITEDBID=SITE_-66&ITEMID=CCLIPACECONTENT_40128910&FUELAP_TEMPLATENAME=tcSingPage">0.返回計劃主頁');
document.write('<option value="http://www.ouhk.edu.hk/WCM/?FUELAP_TEMPLATENAME=tcSingPage&ITEMID=CCLIPACECONTENT_58555323&lang=chi">1.計劃及協辦機構簡介');
document.write('<option value="http://www.ouhk.edu.hk/WCM/?FUELAP_TEMPLATENAME=tcSingPage&ITEMID=CCLIPACECONTENT_58555456&lang=chi">2.最新消息及計劃通訊');
document.write('<option value="http://www.ouhk.edu.hk/WCM/?FUELAP_TEMPLATENAME=tcSingPage&ITEMID=CCLIPACECONTENT_58555467&lang=chi">3.課程總覽及免費教材瀏覽');
document.write('<option value="http://www.ouhk.edu.hk/WCM/?FUELAP_TEMPLATENAME=tcSingPage&ITEMID=CCLIPACECONTENT_58555474&lang=chi">4.入學、報名及學費');
document.write('<option value="http://www.ouhk.edu.hk/WCM/?FUELAP_TEMPLATENAME=tcSingPage&ITEMID=CCLIPACECONTENT_58555469&lang=chi">5.下載時間表及其他文件');
document.write('<option value="http://www.ouhk.edu.hk/WCM/?FUELAP_TEMPLATENAME=tcSingPage&ITEMID=CCLIPACECONTENT_58555475&lang=chi">6.電台課程廣播重溫');
document.write('<option value="http://www.ouhk.edu.hk/WCM/?FUELAP_TEMPLATENAME=tcSingPage&ITEMID=CCLIPACECONTENT_58555476&lang=chi">7.專題及總結講座');
document.write('<option value="http://www.ouhk.edu.hk/WCM/?FUELAP_TEMPLATENAME=tcSingPage&ITEMID=CCLIPACECONTENT_58555478&lang=chi">8.同學會及學生活動');
document.write('</select><br>');
document.write('&nbsp;&nbsp;&nbsp;&nbsp;<input type=button value="按此瀏覽 >>" style="font-size: 8pt; border: 1px solid #009999; padding-left: 0px; padding-right: 0px; padding-top: 0px; padding-bottom: 0px; color: #009999; background-color: #FFFFFF" onClick="javascript:formHandler()">');
document.write('</form>');