Hi,
Since I am novice in java coding I need your help.
I am using the "Drop in box" from Dynamic Drive Source.
This is the body code:
-----------------------------------
<div id="dropin" style="position:absolute;visibility:hidden;left:250;top:100;width:500;height:300;background-color:#F5F5F5">
<div align="right"><a href="#" onClick="dismissbox();return false">[Close Box] </a></div>
SPECIFY YOUR CONTENT HERE. IT COULD BE TEXT, IMAGES, OR RICH HTML
</div>
-----------------------------------
I want to when I click on the "close box" to close the box and the same time to open a new window to a www.somesite.com
Is this possible?
Thanks
Since I am novice in java coding I need your help.
I am using the "Drop in box" from Dynamic Drive Source.
This is the body code:
-----------------------------------
<div id="dropin" style="position:absolute;visibility:hidden;left:250;top:100;width:500;height:300;background-color:#F5F5F5">
<div align="right"><a href="#" onClick="dismissbox();return false">[Close Box] </a></div>
SPECIFY YOUR CONTENT HERE. IT COULD BE TEXT, IMAGES, OR RICH HTML
</div>
-----------------------------------
I want to when I click on the "close box" to close the box and the same time to open a new window to a www.somesite.com
Is this possible?
Thanks
Comment