
Search found 5 matches
- 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
- 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
- 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 ...
- 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
- 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 ...
function openNewWindow(winURL,winWidth,winHeight,winConfig){
mmConfig=""
mmConfig="width="+winWidth+","
mmConfig+="height="+winHeight+","
mmConfig+=winConfig
var mmWin=open(winURL,"",mmConfig ...