Search found 5 matches

by TrOn
Wed Aug 07, 2002 6:24 pm
Forum: Archived Topics for the old Version 3.0 JavaScript Menu
Topic: click to open menus
Replies: 4
Views: 4326

No comment? :)
by TrOn
Mon Aug 05, 2002 12:58 am
Forum: Archived Topics for the old Version 3.0 JavaScript Menu
Topic: click to open menus
Replies: 4
Views: 4326

Yup, that's something I would like too. OnClick only works for the first menu, not for all the submenus even tho I set the OnClick parameter to 1.
by TrOn
Mon Jul 29, 2002 8:31 am
Forum: Archived Topics for the old Version 3.0 JavaScript Menu
Topic: Dynamic menus & page check
Replies: 0
Views: 2212

Dynamic menus & page check

Ok, here's my problem. I read and create my menus dynamically from the MySQL database using PHP code. It works great, but there is a problem with the horizontal page check routine. If I have 3 levels, then none of them is correctly positioned to the left, when they hit the end of the page on the ...
by TrOn
Sun Jul 28, 2002 12:52 pm
Forum: Archived Topics for the old Version 3.0 JavaScript Menu
Topic: javascript openNewWindow & swapimage
Replies: 1
Views: 2140

Heh, fixed it.

,"<img src=but1.gif border=0>","show-menu=top3","javascript:openNewWindow(\"odpiranje_windowopen.txt\") swapimage=but1_f2.gif;","",0

Fantastic menu BTW! One of the few, that supports almost everything (frames, noframes,..) and also has a working pagecheck routine.

Keep it up!
by TrOn
Sun Jul 28, 2002 12:16 pm
Forum: Archived Topics for the old Version 3.0 JavaScript Menu
Topic: javascript openNewWindow & swapimage
Replies: 1
Views: 2140

javascript openNewWindow & swapimage

I've searched thru the forum and haven't found an answer for this yet. I have a menu like this:

function openNewWindow(winURL,winWidth,winHeight,winConfig){
mmConfig=""
mmConfig="width="+winWidth+","
mmConfig+="height="+winHeight+","
mmConfig+=winConfig
var mmWin=open(winURL,"",mmConfig ...