Skip to main content
Search
Search This Blog
Coding with faisal
Share
Get link
Facebook
X
Pinterest
Email
Other Apps
July 15, 2024
Window open and close event of javascript.
Html Files.
window open and close event of javascript
Close Window
Open Window
JavaScript Files. var myWindow; function openWindow() { myWindow = window.open("https://www.google.com", "_blank"); } function closeWindow() { myWindow.close(); }
Comments
Popular Posts
July 16, 2024
My Html full cources.
July 16, 2024
Css variables.
Comments
Post a Comment