I'm trying to have users play a sound file and view a popup page when
they click a link. Below is the script in the header, followed by the
example of the link after the body tag:
<script language="JavaS cript">
<!------hide
function newwindow0()
{
window.open(pop uppage.asp','ja v','width=517,h eight=673,resiz able=yes');
}//------->
</script>
[[[[
<a href="sound/mympeg.mp3" onClick="newwin dow0();return
false">Sounds</a>
This does not do both events when clicked.
???
Muench
*** Sent via Developersdex http://www.developersdex.com ***
Don't just participate in USENET...get rewarded for it!
they click a link. Below is the script in the header, followed by the
example of the link after the body tag:
<script language="JavaS cript">
<!------hide
function newwindow0()
{
window.open(pop uppage.asp','ja v','width=517,h eight=673,resiz able=yes');
}//------->
</script>
[[[[
<a href="sound/mympeg.mp3" onClick="newwin dow0();return
false">Sounds</a>
This does not do both events when clicked.
???
Muench
*** Sent via Developersdex http://www.developersdex.com ***
Don't just participate in USENET...get rewarded for it!
Comment