This is a discussion on "onclick dhtml popup" within the Web Page Design section. This forum, and the thread "onclick dhtml popup are both part of the Design Your Website category.
|
|
|
|
|
![]() |
||
onclick dhtml popup
|
||
| Notices |
![]() |
|
|
LinkBack | Thread Tools |
|
|||
|
Hey me agen,
on my site iv got a link to a media player playing a song list but it opens up in a hole new page, this gets confusing for some people. so i was wondeing if anybody know's of a dhtml pop up i can use? iv looked on google but all the versions iv found dont work |
|
|
|
|||
|
ill take it no body knows of one then .................................................. .....
|
|
|||
|
Re: onclick dhtml popup
As has been stated elsewhere in these forums, most people find noise of any kind playing on a web site very annoying - don't do it. Unless the sound has some very real practical value to some aspect that the page is explaining and then the user should have something to click to hear the sound - not have it forced upon them. |
|
||||
|
Re: onclick dhtml popup
for an automatic popup use this:
<script type="text/javascript" language="Javascript"> window.open('somepage.htm'); </script> <noscript><a href="somepage.htm" target="_blank">Open popup</a></noscript> for a link, use this: <a href="#" onclick="window.open('somepage.htm');">Open popup</a> But as ukgeoff said, don't use do popup unless you have to...
Last Blog Entry: Random String in Javascript (Apr 21st, 2008)
|
|
|||
|
Re: onclick dhtml popup
its so i can put my music on my site im goin to have a link say " listen to music" or somin like that bla bla bla
|
|
||||
|
Re: onclick dhtml popup
Last Blog Entry: Apps every Mac based web dev should consider (Jul 10th, 2008)
|
|
|||
|
Re: onclick dhtml popup
http://cristinanarea.com/ goto that and click on the pic of a guitar or how ever you spell it
thats EXACTLY what i want |
|
||||
|
Re: onclick dhtml popup
Plenty of them out there. There is also a plugin for Textpattern that has a flash player etc.. you can of course customize them too. Well some of them anyway.
Last Blog Entry: Apps every Mac based web dev should consider (Jul 10th, 2008)
|
![]() |
| Tags |
| onclick, dhtml, popup |
| Thread Tools | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| OnClick Behaviour | Monie | JavaScript Forum | 3 | Oct 23rd, 2007 02:13 |
| onclick function | tomd1985 | JavaScript Forum | 0 | Mar 13th, 2006 18:20 |
| Open pop up window onCLick Getting past XP popup stopper? | Andy K | JavaScript Forum | 3 | May 22nd, 2005 21:04 |
| need help with DHTML Popup Menu | LEFT | JavaScript Forum | 8 | Jul 1st, 2004 05:45 |
| DHTML popup menu | Reeno | Web Page Design | 3 | Nov 2nd, 2003 21:28 |