Hi, can wml support support javascript? or is there a converter from HTML to WML if I use javascript on the html and it will works too?
Printable View
Hi, can wml support support javascript? or is there a converter from HTML to WML if I use javascript on the html and it will works too?
There's a JavaScript variant that should work with WML browsers - whether it actually does is a different question.
Expect the converter to be unable to convert anything but the most basic scripts.
but what about wap phone? I try some javascript login and it can't be loaded correctly.
What is a "JavaScript login"? You can't do security with JS.
And no, WMLScript probably won't work with many WAP phones. As I said, there's the question of how many browsers actually support it.
javascript login is a simple login script using javascript. its not really security as the password can be seen crack easily. is there any other way to create login for wml?
Sure, with server-side scripts, like any sane web app does.
I know wap phone can access php langauge right? Can I have simple php login script for that?
No client-side application ever accesses PHP. It is evaluated on the server, and the result sent to the client. The client need not even be aware that there was any PHP. (In my systems, it isn't.)
I not really understand what you are talking about but I know I can access some wap site that have extension of php in my wap phone. I wonder they is it convert from wml to php?
Learn what PHP really is, and you'll understand.
Thanks for your help anyway, I basically understand what is all this about, if i'm free I will try and learn php :P