Hi,
Als Ausgabe möchte ich http://www.xxx.com/x3/xd/ haben, also den
Ordner, in dem das File liegt.
url = window.location.href;
ordner = url.substring(0,url.indexOf("/"));
mfg
CK1
Hi,
Als Ausgabe möchte ich http://www.xxx.com/x3/xd/ haben, also den
Ordner, in dem das File liegt.
url = window.location.href;
ordner = url.substring(0,url.indexOf("/"));
mfg
CK1