我想實現這個使用jQuery,而不是內聯,但它不工作,在線工作正常。另外一個原因,我想使用jQuery是,如果用戶選擇多於一個複選框,該URL應該與任何已經存在+ OR「第二複選框值」這樣的附加: 的「http:// mysite的/網站/開發/非接觸我們/頁/ LocationSearchTestPage.aspx?S = bcs_locations & K =辦公室或醫院」 的空間和盈方以下或罰款.. 我怎樣才能做到這一點?有人可以幫我嗎?的onclick複選框追加複選框值到URL
Offices<input name="LocType" type="checkbox"
value="Office" onclick="window.location='http://mysite/sites/dev/contact-us/Pages/LocationSearchTestPage.aspx?s=bcs_locations&k=Office'; return true;">  
Hospitals<input name="LocType" type="checkbox"
value="Hospital" onclick="window.location='http://mysite/sites/dev/contact-us/Pages/LocationSearchTestPage.aspx?s=bcs_locations&k=Hospital'; return true;">  
Facilities<input name="LocType" type="checkbox"
value="Facility" onclick="window.location='http://mysite/sites/dev/contact-us/Pages/LocationSearchTestPage.aspx?s=bcs_locations&k=Facility'; return true;">
你已經發布[或多或少相同的問題(http://stackoverflow.com/questions/9437952/onselect-checkbox-add-selected-value-to-the-url-as-querystring),和有人煞費苦心地回答它,然後有兩個人已經回答了[你的其他問題](http://stackoverflow.com/questions/9439587/onclick-checkbox-event)。 – nnnnnn 2012-02-25 05:17:28