RE: http://www.dynamicdrive.com/dynamici...rome/index.htm
I searched for a thread that covered this but I wasnt sure if what I found would work with the chrome Menu
I would like to Specify the target window size on some of the links but not all
TIA
RE: http://www.dynamicdrive.com/dynamici...rome/index.htm
I searched for a thread that covered this but I wasnt sure if what I found would work with the chrome Menu
I would like to Specify the target window size on some of the links but not all
TIA
With Chrome Menu, you are at least starting with ordinary links, from the demo page:
Any of the links can be given a window.open() onclick event like so:HTML Code:<!--1st drop down menu --> <div id="dropmenu1" class="dropmenudiv"> <a href="http://www.dynamicdrive.com/">Dynamic Drive</a> <a href="http://www.cssdrive.com">CSS Drive</a> <a href="http://www.javascriptkit.com">JavaScript Kit</a> </div>
Code:<a href="http://www.dynamicdrive.com/" target="_blank" onclick="window.open(this.href,this.target,'width=300, height=350, location=1, menubar=1, scrollbars=1, resizable=1, toolbar=1');return false">Dynamic Drive</a>
- John________________________
Show Additional Thanks: International Rescue Committee - Donate or: The Ocean Conservancy - Donate or: PayPal - Donate
Thank you very much your site is indispensable and a great resource
![]()
Bookmarks