well, given enough time and coffee, i eventually answer most of my own questions. to get the effect I'm looking for, i switched scripts to the DHTML Window widget (v1.03) script and added an onMouseover effect vs onClick.
it works great!
I've figured out how to work a mouseover and onMouseout effect, but can't quite get the onMouseout to work on a timer (setTimer?). are there any suggestions?
Code:
<a href="#" onMouseover="ajaxwin=dhtmlwindow.open('ajaxbox', 'ajax', 'http://mydomain.com/windowfiles/external.htm', 'A Message From Our Sponsor', 'width=350px,height=200px,left=150px,top=100px,resize=0,scrolling=1');return false" >Create/ Open Ajax Window</a>
thanks!
Bookmarks