Oper
Posts: 1195
|
| Posted: 09/26/2006, 10:44 AM |
|
window.showModelessDialog("MyPage.asp","Desglose","dialogLeft:300; dialogTop:140;help:no;dialogWidth:200px;dialogHeight:200px;status:no;scroll:no;unadorned:yes");
Modal format have lot of complication
This one will work only with explorer
i will sugested using simple POPup
window.open("MiPagina.asp", "QuickDoc", "left=300,top=140,width=400,height=400,dependent=yes,status=no,toolbar=no,menubar=no,location=no,scrollbars=no,resizable=no,dialog=yes");
This will make you easy to create the apropiated script: http://www.globaldevelop.com/GlobalDevelop/GenPopup/GenPopupIN.html
just design your popup format and size and location, press generate and copy paste the script
_________________
____________________________
http://www.7bz.com (Free CMS,CRM Developed in CCS)
http://www.PremiumWebTemplate.com
Affiliation Web Site Templates
Please do backup first |