View Single Post
Old 11-03-2009, 07:13 PM   #2
Junior Member
 
Join Date: Oct 2009
Posts: 16
Alejandra is on a distinguished road
Default BillManager - new button

I've been comparing the frame code of the "new" button in ispsystem's billmanager ("https://my.ispsystem.com/manager/billmgr?func=software") and the frame code of the "order new server" button in my billmanager ("https://my_server/manager/billmgr?func=dedic")

I found a difference... I think it's the reason why I don't get a configuration box like the one on ispsystem's billmanager...

frame code (ispsystem's billmanager - "new" button):
onclick="top.mn_hintout();tb_op_new('software.edit')

frame code (my billmanager - "new" button):
onclick="top.mn_hintout();tb_op_new('dedic.order')

to get a box that allows to configure the order, does this need to be changed? how can I do it?

I'm really desperate, I need that box! please help me
Alejandra is offline   Reply With Quote