HOME
WMLScript Tutorial
WMLScript HOME
WMLScript Intro
WMLScript How to
WML Libraries
WML Dialogs
WML Float
WML Lang
WML String
WML URL
WML Browser
Selected Reading
Web Statistics
Web Glossary
Web Hosting
Web Quality
W3Schools Forum
Helping W3Schools
|
WMLScript getParameters() Function
Complete WMLScript URL Library
The getParameters() function returns the parameter in the last path segment of the url parameter.
Syntax
| n = URL.getParameters(url) |
| Part |
Description |
| n |
The string returned from the function |
| url |
A string |
Example
var a = URL.getParameters("http://w3schools.com/wml;tip");
var b = URL.getParameters("http://w3schools.com/wml");
|
Result
Complete WMLScript URL Library
|
|
Jump to: Top of Page
or HOME or
Printer friendly page
W3Schools provides material for training only. We do not warrant the correctness of its contents.
The risk from using it lies entirely with the user.
While using this site, you agree to have read and accepted our
terms of use and
privacy policy.
Copyright 1999-2008 by Refsnes Data. All Rights Reserved.
|
|
|