0
如何在頁面中同時使用javascript和php打開多個窗口? 像某人一次打開所有鏈接。使用javascript在同一時間打開多個窗口
如何在頁面中同時使用javascript和php打開多個窗口? 像某人一次打開所有鏈接。使用javascript在同一時間打開多個窗口
像這樣的東西應該可以工作,它使用javascript。
<a href="#" onClick="window.open('http://link1.com'); window.open('http://link2.com'); window.open('http://link3.com');">link text</a>
另外,這裏已經討論了類似的話題,可能會有所幫助。 Opening multiple links in new tabs with one click
打開多個鏈接的意思? – 2011-03-29 05:30:17
air4x,tnx用於編輯 – G0back 2012-11-16 08:26:30