![]() |
|
|
|
| ||||||
|
Welcome to the The ProgrammersTalk Community forums. You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features. By joining our free community you will have access to post topics, communicate privately with other members (PM), respond to polls, upload content and access many other special features. Registration is fast, simple and absolutely free so please, join our community today! If you have any problems with the registration process or your account login, please contact contact us. |
![]() |
![]() | | LinkBack | Thread Tools | Display Modes | ![]() |
| |||
| open flash player in new window When the visitor clicks Listen to album i would like the the flash player to open in a new window keeping them at whatever page they were on.. And this the code to the Listen to album (mysite2.html)... Quote:
Last edited by raptor5099 : 06-24-2008 at 09:25 PM. |
| |
| ||||
| Code: window.open("url","window name","attribute");
|
| The Following User Says Thank You to MrPickle For This Useful Post: | ||
raptor5099 (06-21-2008) | ||
| |||
| ok so thats the code that opens a new window.. Im a little confused on how to use that. sorry where as im still tryin to get a grasp on some of this but if u could give me a little more direction on where to use this in my code thatd be great.. Thanks!! |
| ||||
| You could do what Mr Pickle said, or you could keep it simple and popup-blocker free by using HTML Code: <a href="flash_page.html" target="_blank">Listen</a> |
| The Following User Says Thank You to TeraTask For This Useful Post: | ||
raptor5099 (06-21-2008) | ||
| The Following User Says Thank You to TeraTask For This Useful Post: | ||
raptor5099 (06-21-2008) | ||
| |||
| aight cool thanks for the tips ill see what i can do... edit: after using ur technique i realized i would like to have it open in a new window as a fixed window thatll fit the mp3 player.. so i switched to this: Quote:
Last edited by raptor5099 : 06-21-2008 at 09:49 PM. |
| |||
| Just have your href launch a JS function - in yoru htmlText have it say <a herf='javascript:openWindow.....'>blah</a> __________________ Day Cares | Golf Courses | Disc Golf Courses | Campgrounds | Ice Rinks | Paintball Fields | Dentists | Plastic Surgeons | Aging Jokes Catholic Churches | Lutheran Churches | Methodist Churches | Episcopal Churches | Clean Jokes |
![]() |
| Thread Tools | |
| Display Modes | |
| |