使用C#& Java腳本如何獲得價值
我有這樣
"http://localhost/Server/Vehicle/Vehicle.aspx?appid=5"
的鏈接,當我使用這個鏈接頁面被打開......但我要得到這個的appid值,然後這個值APPID傳遞給另一個鏈路
在上述鏈路的appid值爲5
對於實施例
鏈接1 http://localhost/Server/Vehicle/Vehicle.aspx?appid=5
在鏈接2值5應該顯示像這樣的 「http://localhost/Server/Vehicle/car.aspx?appid=5
」
試過代碼
<a href="car.aspx?param=document.getElementById('appid').value">Entry</a>
但在另一個頁面的鏈接顯示這樣
http://localhost/Server/Vehicle/car.aspx?param=document.getElementById('appid').value
如何獲得appid價值。我想這個值,如下所示檢索appid
查詢變量的值傳遞到另一條鏈路
需要編寫代碼幫助
當你運行你的代碼?在什麼事件? – Kobi 2010-08-16 06:03:20
請顯示您的完整(儘可能)代碼。 – Strelok 2010-08-16 06:07:00
Gopal - 你已經編輯了無法識別的問題':)',你應該可能會問一個新的問題... – Kobi 2010-08-16 06:10:08