[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Sara T.

9/14/2004 6:35:00 AM

If I set to render page with html32, how can I insert some code of
javascript in mobileform?

I try to insert in <head> section but it doesn't work.

Sara T.


2 Answers

JuanDG

9/21/2004 7:55:00 PM

0

Very few (and also expensive) phones support a very narrow version of
JavaScript, most devices usually don''t support JavaScript, that''s why you
can''t put JavaScript into mobile web forms, because the ASP.NET Team left it
out to guaranteed compatibility with most devices.
Try WMLScript instead, you can find a great tutorial at
http://www.w3schools.com/wmlscript/d...

--

Juan David Gomez A.
Microsoft Certified Professional
Analista de Desarrollo - PSL S.A.
Web and Wireless Banking
Medellin - Colombia


"Sara T." wrote:

> If I set to render page with html32, how can I insert some code of
> javascript in mobileform?
>
> I try to insert in <head> section but it doesn''t work.
>
> Sara T.
>
>
>

Sara T.

9/22/2004 2:03:00 AM

0

Thanks for your reply.
How can I insert some WML script to Mobile Form in ASP.NET? Could you have
some code to be a guideline?

Sara T.

"JuanDG" <JuanDG@discussions.microsoft.com> wrote in message
news:03C59A39-0DB0-455E-AB8D-068CF9F36684@microsoft.com...
> Very few (and also expensive) phones support a very narrow version of
> JavaScript, most devices usually don''t support JavaScript, that''s why you
> can''t put JavaScript into mobile web forms, because the ASP.NET Team left
it
> out to guaranteed compatibility with most devices.
> Try WMLScript instead, you can find a great tutorial at
> http://www.w3schools.com/wmlscript/d...
>
> --
>
> Juan David Gomez A.
> Microsoft Certified Professional
> Analista de Desarrollo - PSL S.A.
> Web and Wireless Banking
> Medellin - Colombia
>
>
> "Sara T." wrote:
>
> > If I set to render page with html32, how can I insert some code of
> > javascript in mobileform?
> >
> > I try to insert in <head> section but it doesn''t work.
> >
> > Sara T.
> >
> >
> >