PDA

View Full Version : I Need Help On Dhtml Menus, Please Help!


Michael_Cy
09-10-2000, 12:16 AM
I Have Optained Some Great DHTML Scripts At A1 Javascripts. They Are Menu Scripts, And I Was Wondering If Anyone Knows The Way To Make The Links Open In An Other Frame, Like We Target Links,

Please Help!

Doni FN
09-10-2000, 02:19 PM
Could you post a url to the page you are coding, I would be able to give you cut n paste code to make it target correcctly if i can see your source.

Doni

------------------
Need Free Web Graphics?
FreeWebTemplates (http://www.freewebtemplates.com)

poi
10-06-2000, 06:41 AM
if the links are like:
<a href='url'>....</a>

simply add target='framename' in the <a ..>

else if the links are like:
document.location=url

change this to
parent.FrameName.document.location=url


------------------