
Search found 8 matches
- Sat Nov 09, 2002 1:44 am
- Forum: Archived Topics for the old Version 3.0 JavaScript Menu
- Topic: Passing Arguments
- Replies: 10
- Views: 13323
- Sat Nov 09, 2002 12:19 am
- Forum: Archived Topics for the old Version 3.0 JavaScript Menu
- Topic: Menu Load from within a table
- Replies: 3
- Views: 3049
- Fri Nov 08, 2002 10:37 am
- Forum: Archived Topics for the old Version 3.0 JavaScript Menu
- Topic: Passing Arguments
- Replies: 10
- Views: 13323
Hmmm... not a bad idea. Yes, the php code is interpreted inline. It's invoked by <?php or <? or <script=php> etc. but even if it wasn't being invoked, I would expect to see the address as a literal. In my case, it's being cut off. I get:
domain.com/page.php?<?php
Not sure why it stops at the space ...
domain.com/page.php?<?php
Not sure why it stops at the space ...
- Fri Nov 08, 2002 6:55 am
- Forum: Archived Topics for the old Version 3.0 JavaScript Menu
- Topic: Passing Arguments
- Replies: 10
- Views: 13323
- Fri Nov 08, 2002 3:03 am
- Forum: Archived Topics for the old Version 3.0 JavaScript Menu
- Topic: Passing Arguments
- Replies: 10
- Views: 13323
- Thu Nov 07, 2002 8:39 pm
- Forum: Archived Topics for the old Version 3.0 JavaScript Menu
- Topic: Passing Arguments
- Replies: 10
- Views: 13323
- Thu Nov 07, 2002 8:33 pm
- Forum: Archived Topics for the old Version 3.0 JavaScript Menu
- Topic: Menu Load from within a table
- Replies: 3
- Views: 3049
Menu Load from within a table
I currently run a menu within a table.
The problem is when my page loads, the menu bar loads first. Since the page takes a second or two load, all you see is the menu bar (in the upper left corner as opposed to the middle where it is placed). Once the page loads, the menu is in the right place and ...
The problem is when my page loads, the menu bar loads first. Since the page takes a second or two load, all you see is the menu bar (in the upper left corner as opposed to the middle where it is placed). Once the page loads, the menu is in the right place and ...
- Thu Nov 07, 2002 8:26 pm
- Forum: Archived Topics for the old Version 3.0 JavaScript Menu
- Topic: Passing Arguments
- Replies: 10
- Views: 13323
Passing Arguments
Has anyone had any success with passing arguments using the menu? This may just be a matter of syntax, but I'm trying to pass a value with a link and am not having success.
For example:
Domain.com/page.html?argument=value
In my case, I am passing a php value, so I have something like:
"Domain ...
For example:
Domain.com/page.html?argument=value
In my case, I am passing a php value, so I have something like:
"Domain ...