source code
alert('Check your ID and password.');
A pop-up window operates.
However, the website IP address is exposed.
Is it possible to open a ‘pop-up’ window so that the IP address is not exposed?
source code
alert('Check your ID and password.');
A pop-up window operates.
However, the website IP address is exposed.
Is it possible to open a ‘pop-up’ window so that the IP address is not exposed?
Hi @GWAK,
Don’t use alert, you can’t customize.
There are tons of solutions out there, just google for ie. custom javascript dialog.
Cheers
— mnse
I understand what you mean.
I need to create a separate popup window and use it.
Thank you for answer.