Hi,
If anyone can help, I'd greatly appreciate it. I made a menu with 1 cool button tool. I want to be able to use a button to open a url in a new pop up window. Here is an example applet code.
-----------------------------------------------------
<html>
<head><title>1 Cool Button Tool</title></head>
<body>
<center>
<applet name="dings" code="BtnPlayer.class" codebase="." alt="dings Navigation" archive="BtnPlayer.jar" width="300" height="300">
<param name="cabbase" value=http://www.webdeveloper.com/forum/archive/index.php/"BtnPlayer.cab">
<param name="p" value="1,0,1,808080,-1,.,0,0,0,.,.,.">
<param name="b0" value="56,14,120,40,1,0,0,2,4,4,5,^4,^192,^1,^12,^0,^1,^40,^25,^1,^0,^40,^25,^.,^.,^Button 1,^.,http://liquidweb.com,.,Button 1,.,ff,ff0000,ff0000,^ffffff,^ff0000,^.">
<param name="r" value="6e91549e">
<param name="c" value="255de4ba">
<map name="dings">
<area shape="rect" alt="Button 1"
*** this is the link I need to use
href="http://liquidweb.com" coords="56,14,176,54">
***
</map>
<img usemap="#dings" src="dingsMap.jpg" width="300" height="300" alt="dings Image Map" border="0">
</applet>
</center>
</body>
</html>
-----------------------------------------------
Thanks in advance,
Ken
If anyone can help, I'd greatly appreciate it. I made a menu with 1 cool button tool. I want to be able to use a button to open a url in a new pop up window. Here is an example applet code.
-----------------------------------------------------
<html>
<head><title>1 Cool Button Tool</title></head>
<body>
<center>
<applet name="dings" code="BtnPlayer.class" codebase="." alt="dings Navigation" archive="BtnPlayer.jar" width="300" height="300">
<param name="cabbase" value=http://www.webdeveloper.com/forum/archive/index.php/"BtnPlayer.cab">
<param name="p" value="1,0,1,808080,-1,.,0,0,0,.,.,.">
<param name="b0" value="56,14,120,40,1,0,0,2,4,4,5,^4,^192,^1,^12,^0,^1,^40,^25,^1,^0,^40,^25,^.,^.,^Button 1,^.,http://liquidweb.com,.,Button 1,.,ff,ff0000,ff0000,^ffffff,^ff0000,^.">
<param name="r" value="6e91549e">
<param name="c" value="255de4ba">
<map name="dings">
<area shape="rect" alt="Button 1"
*** this is the link I need to use
href="http://liquidweb.com" coords="56,14,176,54">
***
</map>
<img usemap="#dings" src="dingsMap.jpg" width="300" height="300" alt="dings Image Map" border="0">
</applet>
</center>
</body>
</html>
-----------------------------------------------
Thanks in advance,
Ken