APRES
Junior Member
Posts: 6
Registered: 8/11/2003
Member Is Offline
|
| posted on 8/11/2003 at 12:54 PM |
|
|
Question mark in URL
My URL are scripts and contains therefore question mark
f.i.
['Phone','tel.php?id=101402'],
But menu doesn't see all after question mark. IS there a way to get it working?
|
|
|
nik
Posts:
Registered: 1/1/1970
Member Is Offline
|
| posted on 8/11/2003 at 03:02 PM |
|
|
Please, mention URL of your page with menu if it is possible.
|
|
|
APRES
Junior Member
Posts: 6
Registered: 8/11/2003
Member Is Offline
|
| posted on 8/11/2003 at 03:05 PM |
|
|
It is intranet :-(
|
|
|
nik
Posts:
Registered: 1/1/1970
Member Is Offline
|
| posted on 8/12/2003 at 08:01 AM |
|
|
Your menu should work with question mark in URL but if it doesn't then there is another problem. Please, mention more details for us to be able
to help you.
|
|
|
APRES
Junior Member
Posts: 6
Registered: 8/11/2003
Member Is Offline
|
| posted on 8/12/2003 at 11:55 AM |
|
|
Menu works. It is being showed. I can choose any presumed item, but it goes not to the URL I want, so in the case
['Phone','tel.php?id=101402'],
the idea is by choosing "Phone" to go to http://mydomain.com/tel.php?id=101402
but it goes to
http://mydomain.com/tel.php
so question mark and everythin after it is being ignored
|
|
|
APRES
Junior Member
Posts: 6
Registered: 8/11/2003
Member Is Offline
|
| posted on 8/12/2003 at 12:22 PM |
|
|
Just a sample:
---------------------
var MENU_ITEMS = [
['Menu Compatibility', null, null,
['Supported Browsers', null, null,
['Win32 Browsers', null, null,
['Internet Explorer 5+'],
['Netscape 6.0+'],
['Mozilla 0.9+'],
['AOL 5+'],
['Opera 5+']
],
],
['Unsupported Browsers', null, null,
['Internet Explorer 4.x'],
['Netscape 4.x']
],
['Report test results', 'mailto:feedback@softcomplex.com?subject=Tigra Menu Test Results'],
],
['Contact', null, null,
['Phone','tel.php?id=101402'],
['E-mail', 'please contact us at http://www.softcomplex.com/support/'],
['AIM ID: softcomplex']
],
];
|
|
|
rock
Moderator
Posts: 687
Registered: 4/15/2003
Member Is Offline
|
| posted on 8/12/2003 at 12:56 PM |
|
|
We've tested the sample and found that menu (Tigra Menu PRO Version: 3.0) works fine and redirects to correct page with question mark included.
|
|
|
APRES
Junior Member
Posts: 6
Registered: 8/11/2003
Member Is Offline
|
| posted on 8/13/2003 at 07:18 AM |
|
|
I believe you. But I check it with Tigra menu (not Pro)
|
|
|
rock
Moderator
Posts: 687
Registered: 4/15/2003
Member Is Offline
|
| posted on 8/13/2003 at 08:47 AM |
|
|
The same with Tigra Menu version 2.0. It works as expected. Referred page is
http://mydomain/tel.php?id=101402
|
|
|
APRES
Junior Member
Posts: 6
Registered: 8/11/2003
Member Is Offline
|
| posted on 8/16/2003 at 08:16 AM |
|
|
Aha!
I see the difference.
I write you:
http://mydomain/tel.php?id=101402
but I use:
tel.php?id=101402
So it works with absolute referrence, but not with relative. And with big menu structure the menu_items.js file will be few Kb more ( in my case 7 Kb
).
I can live with it. :-)
But still it is something what might be improved.
|
|
|