看板 Web_Design 關於我們 聯絡資訊
現在我這裡想要輸出的東西是像下面的寫法 <img src="img/list1_000.jpg" border="0" usemap="#Map2"> <map name="Map2"><area shape="rect" coords="36,109,304,201" href="http://www.google.com.tw/" onClick="return GB_showFullScreen('google', this.href)"><area shape="rect" coords="308,175,421,200" href="http://www.google.com.tw/" onClick="return GB_showFullScreen('google', this.href)"></map> 這二段分別是要輸出在二個不同的div中... 因為這樣的配對要有很多組.... 所以我想要用xml傳到ie 再用js動態的create img 和 map 的object 所以現在我想要用的架構 <img> <src></src> <border></border> <usemap></usemap> <map> <area> <sharp></sharp> <coords></coords> <href></href> <onclick></onclick> </area> <area>...</area> <map> </img> 可是同一樣標籤不能重覆... 那我應該要怎設計才是?? 因為<area>...</area>事實上會有很多個 請大家給我一點意見 謝謝 -- 喜歡一個人是為什麼呢 也許是因為覺得她好 還是覺得她吸引到你 或許是感覺對了 但是許多的時候是不需要任何理由的 -- ※ 發信站: 批踢踢實業坊(ptt.cc) ◆ From: 140.113.214.133
regionbbs:我想用 XSLT 會比較適合你,用 JS 去 create 太累了。 03/25 22:49