i was thinkin' about something and i don't know if it's possible in v5. what i'd like to have is the possibility to use a wildcard in the urls.
let me explain what i mean:
i have a guestbook on my page for example. so here's the code for a menu:
Code: Select all
with(milonic=new menuname("guestbook")){
style=subStyle;
aI("text=show;url=http://www.mypage.com/?goto=guestbook&action=show;");
}
now, here's my question:
why can't i use wildcards in the urls? it would be perfect if i could change the code to
Code: Select all
with(milonic=new menuname("guestbook")){
style=subStyle;
aI("text=show;url=http://www.mypage.com/?goto=guestbook&action=show*;");
}
is there any way to do this? if not, wouldn't it be a great feature?
any help/answers would be appreciated

aleks.