Tag Archives: Lyrics

Can someone help with bring-to-front code for pop-up windows?

Hello there, I have any music site, and on one particular page surfers can visit song titles also it opens up any pop-up window that contain the lyrics. While you click onto the principle window again, the actual pop-up then relegates to help underneath it, just in case you click around the same link once more, you get nothing – if you don’t closed the pop-up very first. How can i modify my javascript so clicking to the pop-up link will bring an already open window for the front This is the popup computer code currently: Code: < your href=" javascript: void(window. open(‘rpages/poar/dragofsloth. html’, ‘The Move of Sloth’, ‘resizable=1, width=585, height=420, top=60, left=60′))" > JUST ONE. The Drag of Sloth< /a> It’s important to focus() the eye-port. Try something like this (untested). Would be superior to slap the code in the function and call taht out of your link. < your href=" javascript: var times = window. open(‘rpages/poar/dragofsloth. html’, ‘The Move of Sloth’, ‘resizable=1, width=585, height=420, top=60, left=60’); times. focus(); " > JUST ONE. The Drag of Sloth< /a> That works! Thanks Smoseley, really appreciate it. So you’re telling (I’m a j. script newbie, excuse me) I should squeeze bulk … Continue reading

Posted in Web Design | Tagged , , , , , , , , , , , , , , , , , , | Leave a comment

a small html5 demo I made

Howdy everyone. I am very excited about HTML5, CSS3, and the many new JavaScript api’s that are coming out, based on it, especially becaused it will eventually make the world wide web more semantic, which, will make the web more accessible for visually impaired folks like me. nonetheless, because I like experimenting with stimulating things, I got my personal hands dirty with a certain amount of html5 coding. I made a super easy script that will probably print the songtext of your song as its playing. I want to know what people think of my test, and what your ideas are, on using html5 and also the other new web technologies that are coming, to make your site’s functionality. In the event everything went properly, the demo needs to be attached to this specific post. My zip was too big, so I must upload it elsewhere verify it here I have to say that it can be pretty cool. Despite the fact that HTML5 is ahead of everyone (cough… IE), you should continue to pursue those types of things. POST do question this copyright legalities with posting songs in addition to lyrics online, but still, it’s cool… also it could … Continue reading

Posted in Web Design | Tagged , , , , , , , , , , , , , , , , , , , | Leave a comment