Hi.. i want to create an application that run with ActiveX which allow user to keep in some data. This activeX window will pop up when user click on a button inside a PHP page. How do i do that?
Thanks!
Thanks!
window.open("your_url","win2","menubar=no,width=520,height=310,toolbar=no,status=yes,top=300,left=300")
window.open("your_url","win2","menubar=no,width=520,height=310,toolbar=no,status=yes,top=300,left=300")
Comment