[Javascript]Creating a popup
Issue
How to create a pop-up that open when opening a page?
Solution
Simply use the following code:
SCRIPT LANGUAGE="JavaScript">
window.open("Your Website");
</SCRIPT>
Note that pop-ups are usually blocked by browsers and is practice is not appreciated by many.
See also
Knowledge communities.
Original article published by
Jeff. Translated by
jak58. -
Latest update by jad05