Page 1 of 1

automaticall popups

Posted: Fri Oct 19, 2007 2:52 am
by qumar
hi,
when we visite the site, small popup will come automaticall like the about the loan or about that site.how can we write the code. i need that one. give some idea.please help to me.
thanks,
qumar.

Posted: Fri Oct 19, 2007 2:58 am
by vinoth
you can write the window.open() function on body onload evend then it popup an window while load the page

Posted: Mon Oct 22, 2007 3:39 pm
by feyd
  1. PHP has nothing to do with popup generation, that's Javascript. Moved to Client-side
  2. Avoid popups with a fiery passion. It's bad for accessibility and annoying to users (let alone most browsers supporting Javascript will ignore automatic ones these days.)