If you think that a Web Page is iffie, it may very well be so!!
You can perform an elementary check to see if it is a spoofed page by copying the string below to the ClipBoard and then pasting it to the URL (or address) box at the top of your internet browser
javascript:alert("The actual URL is:\t\t" + location.protocol + "//" + location.hostname + "/" + "\nThe address URL is:\t\t" + location.href + "\n" + "\nIf the server names do not match, this may be a spoof.");
That's useful
!!
BUT....
If you want to hide the real url, create a web page that looks like the one below.
<HTML> <HEAD> <META NAME="description" content="Put the page description here"> <META NAME="keywords" content="Put the keywords here"> <TITLE>Put the title here</TITLE> </HEAD> <FRAMESET ROWS="100%,*" BORDER="0" FRAMEBORDER="0"> <FRAME SRC="put the real URL here" SCROLLING="AUTO" NAME="bannerframe" NORESIZE> </FRAMESET> <NOFRAMES> TSURL <P> <DIV ALIGN="CENTER"><A HREF="put the real URL here">put the dummy URL here</A></DIV> </NOFRAMES> </HTML>
.....which will only fool folks that do not think to view the source !!