Please visit our sponsors !
The <access> tag
The <access> tag defines information about the access control of a WML
deck.
Note: If the <access> tag is not set, any other decks/cards can
access the deck.
Note: The <access> tag always goes inside the <head> tag. Each
deck can have only one <access> tag.
Syntax
Attributes
Attribute |
Value |
Description |
domain |
cdata |
The URL of other decks that can access cards in the
deck |
path |
cdata |
The URL of other decks that can access cards in the deck |
class |
cdata |
Sets a class name for the element. The class name is case
sensitive. An element can be connected to multiple classes. Multiple class
names within the class attribute are separated by white space |
id |
id |
Sets a unique name for the element |
Examples
Access is limited to other decks/cards in www.w3schools.com:
<head>
<access domain="www.w3schools.com"/>
</head>
Access is limited to other decks/cards in www.w3schools.com/wap:
<head>
<access domain="www.w3Schools.com" path="/wap"/>
</head>
|
Jump to: Top of Page
or HOME or
Printer friendly page
Search W3Schools:
What Others Say About Us
Does the world know about us? Check out these places:
Dogpile
Alta Vista
MSN
Google
Excite
Lycos
Yahoo
Ask Jeeves
We Help You For Free. You Can Help Us!
W3Schools is for training only. We do not warrant its correctness or its fitness for use.
The risk of using it remains entirely with the user. While using this site, you agree to have read and accepted our
terms of use and
privacy policy.
Copyright 1999-2002 by Refsnes Data. All Rights Reserved
|