try something like this on ur document.ready event.. Remember to remove your
href="javascript:popUp('sound.html')" from your anchor and replace it with
"#". Untested, but this should get u in the right direction.
var on = false;
$("#gomusic").click(function() {
if(!on) {
popUp("sound.html");
$(th
anyone? too simple? ;-)
thx for the 1.1.3.1 btw.!
On 4 Jul., 14:43, tlob <[EMAIL PROTECTED]> wrote:
> Hey there
>
> I have a simple beginner problem. I have a link, that is opening a new
> windows with flash sound in it the client wants that! hmpff..
>
> After I clicked the link "sound o
2 matches
Mail list logo