diff --git a/js/geturlofsite.js b/js/geturlofsite.js new file mode 100644 index 0000000..913377e --- /dev/null +++ b/js/geturlofsite.js @@ -0,0 +1,9 @@ +class geturlofsite { + var url = "" + function seturl() { + url = window.location.href; + } + function geturl() { + return new URL(url) + }; +}; \ No newline at end of file diff --git a/login/ChangePW.aspx b/login/ChangePW.aspx index 07cf545..4f11c4f 100644 --- a/login/ChangePW.aspx +++ b/login/ChangePW.aspx @@ -120,6 +120,9 @@