smitsmah
10-07-2006, 09:18 PM
1) Script Title: AnyLink Vertical Menu
2) Script URL (on DD): http://dynamicdrive.com/dynamicindex1/anylinkvertical.htm
3) Describe problem: First, I LOVE your scripts... I find them VERY user friendly. They've helped me complete many a project!
I have a question about the AnyLink menu script. Much like the "Pop-up" question below, I'm trying to assign new window attributes to the menu. This is what I've done so far:
menu1[1]='<a href="http://ymcajags.com" onClick="popup = window.open('http://ymcajags.com','PopupPage','height=600','width=850','scrollbars=yes','resizable=no','status=yes','toolbar=yes','menubar=yes','location=yes','screenX=0','left=0', 'screenY=0','top=0'); return false" target="_blank">Jaguar Football & Cheerleading</a>'
The page does open in a new window but the window size and location seem to get lost in the mix.
Can you offer any suggestions?
Also, if you're not using a <ul> or <li>, but instead placing the <div> tags within individual <td>'s, can you still set the dropdown menu farther from the right side of the main menu?
2) Script URL (on DD): http://dynamicdrive.com/dynamicindex1/anylinkvertical.htm
3) Describe problem: First, I LOVE your scripts... I find them VERY user friendly. They've helped me complete many a project!
I have a question about the AnyLink menu script. Much like the "Pop-up" question below, I'm trying to assign new window attributes to the menu. This is what I've done so far:
menu1[1]='<a href="http://ymcajags.com" onClick="popup = window.open('http://ymcajags.com','PopupPage','height=600','width=850','scrollbars=yes','resizable=no','status=yes','toolbar=yes','menubar=yes','location=yes','screenX=0','left=0', 'screenY=0','top=0'); return false" target="_blank">Jaguar Football & Cheerleading</a>'
The page does open in a new window but the window size and location seem to get lost in the mix.
Can you offer any suggestions?
Also, if you're not using a <ul> or <li>, but instead placing the <div> tags within individual <td>'s, can you still set the dropdown menu farther from the right side of the main menu?