Search found 5 matches

by foufou
Wed Apr 28, 2004 8:54 am
Forum: Help & Support for DHTML Menu Version 5+
Topic: Javascript menu link adding/modifying question,plz help
Replies: 4
Views: 3161

Tried it, didn't work; the menu just disappears from the page, for the sake of lack of html knowledge i have , i 've tried it again this way:

text= < a href="javascript:top.frames[x].location.href='URL1';
top.frames[x].location.href='URL2';">Change Frames</a > ;type=html;

With single "<" or ...
by foufou
Wed Apr 28, 2004 8:27 am
Forum: Help & Support for DHTML Menu Version 5+
Topic: Javascript menu link adding/modifying question,plz help
Replies: 4
Views: 3161

hello
Thank you for your reply,

"text=<place it here>;type=html"

Like this?:

text=<<a href="javascript:top.frames[x].location.href='URL1';
top.frames[x].location.href='URL2';">Change Frames</a>>;type=html;


i don't know much about html, ..
I appreciate
by foufou
Tue Apr 27, 2004 7:46 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: Javascript menu link adding/modifying question,plz help
Replies: 4
Views: 3161

Javascript menu link adding/modifying question,plz help

hi
I needed to make a menu link targets 2 pages , each page in one of 2 separate iframes on mainpage, i searched the web, and came up with this javascript tip/solution:

<a href="javascript:top.frames[x].location.href='URL1';
top.frames[x].location.href='URL2';">Change Frames</a>

where "x" can ...
by foufou
Tue Apr 27, 2004 7:31 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: Wants to open html page in my iframe on the same window.
Replies: 2
Views: 2636

I was referencing to fame's ID 8O not its name , i fixed up , now it is working great, thank you anyway for your reply,
by foufou
Tue Apr 27, 2004 9:44 am
Forum: Help & Support for DHTML Menu Version 5+
Topic: Wants to open html page in my iframe on the same window.
Replies: 2
Views: 2636

Wants to open html page in my iframe on the same window.

Dear all
Clicking a menu link on main page A, configured to open npage.html on Iframe id="famframe" on same page A,,,,,,Is opening npage.html in a new winfow, not in Famframe on main page (same window) as expected,
I need help, i strongly appreciate