Search found 7 matches

by EighteenNinetyEight
Tue Oct 05, 2004 4:32 am
Forum: Help & Support for DHTML Menu Version 5+
Topic: Target links don't work in Netscape 4
Replies: 4
Views: 3484

Ok, so I solved my little problem by adding a....


<script type="text/javascript"> if (top.location != location) top.location.href = location.href;</script>


to the head of my framset so any time netscape loads the frameset into a subframe, it will pop out of it.

I still think the mmenuns4.js ...
by EighteenNinetyEight
Tue Oct 05, 2004 3:38 am
Forum: Help & Support for DHTML Menu Version 5+
Topic: Target links don't work in Netscape 4
Replies: 4
Views: 3484

Can you give me the url for this work around please?
by EighteenNinetyEight
Tue Oct 05, 2004 2:36 am
Forum: Help & Support for DHTML Menu Version 5+
Topic: Target links don't work in Netscape 4
Replies: 4
Views: 3484

Target links don't work in Netscape 4

Hello,

I've designed a page that needs to use target _parent links. The whole page useless without this common ability because I want it to be a tour of my web work with an upper frame that serves as the navigation and tour guide.

http://www.gohrsch.com/portfolio

It works in fine in Netscape 7 ...
by EighteenNinetyEight
Sun Oct 03, 2004 9:46 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: problem with asp page
Replies: 7
Views: 6142

Problem with Netscape 4 solved

Ok, I figured out the netscape problem I was having by comparing my code with the code on the milonic home page.

Apparently, the comment tags were preventing Netscape 4 from displaying the menu.

Here's the working code:


<html>
<head>
<title>Untitled Document</title>
<script type="text ...
by EighteenNinetyEight
Sun Oct 03, 2004 9:21 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: problem with asp page
Replies: 7
Views: 6142

Not working in Netscape 4

Hey so, this menu is completely blank when loading in netscape 4...
http://www.gohrsch.com/test2.asp

Code:

<html>
<head>
<title>Untitled Document</title>
<script type="text/javascript" src="milonic_src.js"></script>
<script type="text/javascript">
<!--
if(ns4)_d.write("<scr"+"ipt language ...
by EighteenNinetyEight
Sun Oct 03, 2004 8:38 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: problem with asp page
Replies: 7
Views: 6142

YAY!!!

Thanks! You saved the day!!!

(And very promptly)

I've really liked Milonic ever since that hilarious incedent with Orin Hatch!

James
by EighteenNinetyEight
Sun Oct 03, 2004 12:41 am
Forum: Help & Support for DHTML Menu Version 5+
Topic: problem with asp page
Replies: 7
Views: 6142

Hello,

I really like the features and customization of the Milonic software.

I would love to purchase it. However, I, like at least 1/3 of the web development community use microsoft active server pages.

I am having the same problem as the user who started this thread.

if the exact same code is ...