javascript - Open object in new window -


When a user clicks on a link, I want to open a SoundCloud player in a new window below is an example:

  object object = "220" width = "220" & gt; Ultimate name = "movie" value = "https://player.soundcloud.com /player.swf?url=https%3A//api.soundcloud.com/tracks/124173519&color=ff5500&auto_play= False & player_type = artwork "& gt; & lt; / param & gt; & lt; param name =" allowcriptaccess "value =" always "& gt; & Lt; / Param & gt; & Lt; Get embed permission = "always" width = "220" height = "220" src = "https://player.soundcloud.com/player Swf? Url = https% 3A // api.soundcloud.com / tracks / 124173519 & Amp; amp; color = ff5500 & amp; auto_play = false & player_type = artwork "type =" app / x-shockwave-flash "& gt; & Lt; / Embed & gt; & Lt; / Object & gt;  

I have tried many factions, but there is no benefit. If a user can point me in the right direction, then it will be highly appreciated.

Create something like this: & lt; A href = 'javascript: window.open ("page.html")' target = "_ blank" & gt; Link & lt; / A & gt; where you & lt; Include objects. / & Gt; in tag 'page.html'


Comments