• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: 5.4 and comments
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: 5.4 and comments


  • Subject: Re: 5.4 and comments
  • From: "Daniele Corti" <email@hidden>
  • Date: Mon, 29 Oct 2007 17:50:40 +0100



2007/10/29, Jeffrey Simpson <email@hidden>:
We often use tags to pass values into a piece of _javascript_.  Will the tags
be parsed?

Sure!
The only case, where some problems occur (but probably it works) is

var myStr = "My Name is <webobject name="MyName" />";

in this case you should use <webobject name=MyName /> without quote.


  For example

    <!-- <webobject name="validateEmail"></webobject> = function(){

var valid = false;
            var email =
document.getElementById('<webobject name="emailId"></webobject>').value;

var msg = "Invalid email address.";
            if(email!=null) {

// check that there's an @
                OK = (email.indexOf("@") >= 0);

// validate against regexp
                if(OK) {
                    OK =
/<webobject name="emailRegExp"></webobject>/.exec(email);

if(OK) {
                        valid = true;
                    }

} else {
                    msg = "Email address requires an '@'";

}
            }
            if(!valid) {

document.getElementById('<webobject name="errorId"></webobject>').innerHTML
= msg;
            } else {

document.getElementById('<webobject name="errorId"></webobject>').innerHTML
= "";
            }
            return valid;
        }
    // -->


I left of the script tags in the hopew this will get through a fire wall.

Jeffrey Simpson
Youth For Understanding USA
email@hidden
Telephone: (240) 235-2114
FAX: (202) 235-2104

Preparing young people for their responsibilities and opportunities in a
changing, interdependent world.





_______________________________________________
Do not post admin requests to the list. They will be ignored.
AIM: S0CR4TE5
Messenger: email@hidden

--
Computers are like air conditioners -- they stop working properly if you open
WINDOWS

--
What about the four lusers of the apocalypse? I nominate:
"advertising", "can't log in", "power switch" and "what backup?"
--Alistair Young
 _______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list      (email@hidden)
Help/Unsubscribe/Update your Subscription:

This email sent to email@hidden

  • Follow-Ups:
    • Re: 5.4 and comments
      • From: Mike Schrag <email@hidden>
References: 
 >5.4 and comments (From: Jeffrey Simpson <email@hidden>)

  • Prev by Date: Re: The Official What-I-Did-To-Run-5.3-On-Leopard Post
  • Next by Date: Re: HTML
  • Previous by thread: 5.4 and comments
  • Next by thread: Re: 5.4 and comments
  • Index(es):
    • Date
    • Thread