Hi Friends ........
how to popup a browser window when pageload event occurs.
VinayRok 0 Newbie Poster
Recommended Answers
Jump to PostYou may use JavaScript function.
<html xmlns="http://www.w3.org/1999/xhtml" > <head> <title>Untitled Page</title> <script language="JavaScript"> function openWindow() { var w = 0, h = 0; if (document.all || document.layers) { w = …
All 4 Replies
Kusno 0 Junior Poster
Ramesh S 129 Posting Pro
DangerDev 107 Posting Pro in Training
almostbob 866 Retired: passive income ROCKS
Be a part of the DaniWeb community
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.