I did resolve it. Thank you very much Dan. Java is still very new to me because I come from "old school" Basic language. I know dont laugh. I just dated myself as well, didn't I? Anyway, thanks again. I may call on you guys again and I continue to experiment.
-Chris
Thank you very much Dan. It did help. Is this code the best (easiest) way to controll having only one pop up window open at a time? Thanks again for your help I'm really very new at JS
I have tried a couple of new things. However can someone please tell me whey this doesn't work:
<script language="javascript">
<!--
function OpenBeat {
if (typeof newWin=='undefined' || !newWin || newWin.closed) {
newWin = window.open('BeatWin', 'width=120,height=50,resizeable=yes');
}...
Hey guys, Here's the problem. I want to have a link for my visitors to click and hear a sample mp3 file. I would like it if when they clicked on the link, it should open an new window with the player within. I would also like it if when the selected the next clip it would just open a new...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.