HI I need to make a menu of this type: 1 home 2 news 3 email like: http://www1.wapforum.org/wml/home.wml but... if i try to do this with <anchor> the result is...
Hi.. i need to create a menu of this type: 1 Home 2 News 3 Email like: www1.wapforum.org/wml/home.wml if i make the links with <anchor> or <a> i have this: 1 [...
What emulator are you using to view your content? It is likely to be an earlier version of the UP.SDK as it was known then, now known as the Openwave SDK. Does...
... For Openwave (UP) browsers, use the <select> and <option> tags to get the desired layout. For others (Nokia, Ericsson amongst others), the menu will look...
I test my wml scripts in a Nokia Wap Tool Kit V2.0 the links appear without brackets but when i tested with a Motorola Star Tac the brackets appear.. i try to...
... The brackets are just how your phone displays links, there's nothing you can do about that. But as I said below, use <select> and <option>s for the...
We would like to remind you of this upcoming event. CTIA's Wireless Developer Exchange Date: Monday, March 18, 2002 Time: All Day The Wireless Developer...
wmlprogramming@yahoog...
Mar 4, 2002 5:02 am
11664
pls. let me know how can I maintain the user's session in WML..does wml browsers support for cookies?...
People, some weeks ago we were mentioning the idea of having a WURFL for gateways. It looks like noboody has volunteered to be the maintainer of such an...
We would like to remind you of this upcoming event. CTIA Wireless Developer Exchange Date: Tuesday, March 19, 2002 Time: All Day The Wireless Developer...
wmlprogramming@yahoog...
Mar 6, 2002 12:51 am
11668
perhaps this url might help http://www.wmlscript.com/Script_Contest/scripts/PHP3/GMT_clock.asp ... From: "alimfazeeldcs" <alimfazeeldcs@...> To:...
Rajesh Narkhed
rajesh@...
Mar 6, 2002 4:26 am
11669
Hi WURFL-ers, Someone just logged into my UA-logger (http://ua.wlbiz.com) with this UA: LGE-DB525/1.0 UP.Browser/4.1.24f UP.Link/4.3.3.1 Anyone knows it? If...
after all... the menus like i wanted need HDML.. i tested and works.. but my nokia emulator not recognize the hdml, just works with the StarTac i don't know if...
Mario, please read the faq and remember Google answers 95 % of your questions.. http://www.google.com/search?hl=en&q=wap+redirect+wml+asp Ed <% Response.Buffer...
... You need to read the user agent string from the http headers. See http://www.thewirelessfaq.com/4.7.asp ... Response.Redirect(url) HTH Clive ... From:...
... Cesar, Apart from what has already been said (thewirelessfaq.com, google etc.), if you're grappling with HDML vs. WML the following will be worth a look ...
Is anyone working on a PHP parser for it? I will start working on it tomorrow or next week, if no one else is doing it, already? If anyone is already working...
Hi all, I'm building a demo where I need to show ideally something like a auto-refreshing WML stock-ticker page. I don't want to build this myself as it's for...
Hello all, I was discussing with Laszlo about user_agent recognition and this is what we came to. ... Anyone has ideas on how to get out of this? Should...
... We already have running applications with PHP so it'll be it. I would like to be able to integrate WURFL in our existing application. Next will be java,...
does it has to be real data ? Or can you just fake it? if you need a fake one i made a simple version .... http://www.thewirelessfaq.com/demo/stock.asp Ed ... ...
I would to propose another capabality name: "gui", or "gui_support", for those phones, like the SiemensS45 that support the GUI extensions. I think "true" and ...
Andrea, if you look at the WURFL you'll see that there are two subfamilies of generic for Openwave browsers: uptext_generic and upgui_generic this is not a...
... For what I can remember, if you see the string "(GUI)" in the user_agent, that means the phone supports gui, otherwise it doesn't... About the user agent,...