1) Script Title: DHTML Window widget (v1.1)
2) Script URL (on DD): http://www.dynamicdrive.com/dynamicindex8/dhtmlwindow/
3) Describe problem:
I have the link to the window at the top of a static navigation scrollbar. Regardless if the user scrolls down, the navigation bar always stays at the top of the users browser.
Here is the link being used
<a class=\"link\" href=\"#\" onClick=\"tvwin=dhtmlwindow.open('tv', 'iframe', 'http://website.com/tv.html', '', 'width=500px,height=340px,center=1,'); return false\">Link Window</a>
The problem is: If the user scrolls down to anywhere below the top of the page, the window no longer opens. It will open fine if the user is at the top of the page.
Any ideas?
Bookmarks