Project

General

Profile

$url » History » Version 2

Per Amundsen, 03/15/2016 11:33 AM

1 1 Per Amundsen
_Added in 1.9.3_
2
3
*$url*
4
5 2 Per Amundsen
Returns the currently active URL in your Web Browser.
6
7
_Only works for Firefox/Internet Explorer/Opera 12._
8 1 Per Amundsen
9
-----------------------------------------------------------------------------
10
11
*$url(N)*
12
13
Returns the Nth captured URL address in URL catcher.
14
15
*Parameters*
16
17
N - If N = 0, number of URL addresses, otherwise the Nth URL address.
18
19
*Propertes*
20
21
.desc - TODO
22
.group - TODO
23
24
*Example*
25
26
<pre>
27
; Print number of caught URL addresses.
28
//echo -ag $url(0)
29
30
; Print the first caught URL address.
31
//echo -ag $url(1)
32
</pre>