DevX Home    Today's Headlines   Articles Archive   Tip Bank   Forums   

+ Reply to Thread
Results 1 to 2 of 2
  1. #1
    Chandra Guest

    Scope of the WML variables

    Hi,

    What is the scope of the variables in wml pages, spans only card?, deck?,
    digest? or global to entire site?
    How does Function WMLBrowser.getVar("variable name") works? where it looks
    for specified variable?

    Thanks,

    -Chandrashekar




  2. #2
    Gypsy Guest

    Re: Scope of the WML variables


    The scope of wml vars is global to the wml browser environment.
    What this means is that the vars are visible accross not only
    cards but decks.Not only can those vars be read from anywhere,
    they can also be written from anywhere.
    Practically,this means that you can declare a var in any deck,and the other
    decks & cards can access it,as does your wmlscript with getVar..
    The flip side of this is that any wml deck, even one written by another programer
    can override your var in your deck ,if that developer uses the same var name...
    Actually, any card can destroy all variables and the entire browser history,
    using the 'newcontext' attribute of the
    <card> tag.
    Hope this helps.

    Gypsy.



    "Chandra" <aithal_chandrashekar@hotmail.com> wrote:
    >Hi,
    >
    > What is the scope of the variables in wml pages, spans only card?, deck?,
    >digest? or global to entire site?
    >How does Function WMLBrowser.getVar("variable name") works? where it looks
    >for specified variable?
    >
    >Thanks,
    >
    >-Chandrashekar
    >
    >
    >



Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
HTML5 Development Center
 
 
FAQ
Latest Articles
Java
.NET
XML
Database
Enterprise
Questions? Contact us.
C++
Web Development
Wireless
Latest Tips
Open Source


Top DevX Stories

Easy Web Services with SQL Server 2005 HTTP Endpoints
JavaOne 2005: Java Platform Roadmap Focuses on Ease of Development, Sun Focuses on the "Free" in F.O.S.S.
Wed Yourself to UML with the Power of Associations
Microsoft to Add AJAX Capabilities to ASP.NET
IBM's Cloudscape Versus MySQL


Sponsored Links