Search found 161 matches

by rudy
Fri Jan 16, 2004 12:06 am
Forum: Help & Support for DHTML Menu Version 5+
Topic: Can't get my home page to load correctly after clicking link
Replies: 1
Views: 1914

Can't get my home page to load correctly after clicking link

Never mind this, I found the answer... just added the JavaScript below and it took care of the problem.. This JavaScript will help you "break-out-of-frames" if you need to. <script language="JavaScript"> <!-- if (parent.frames.length > 0) { parent.location.href = location.href; }...