europe121253
Junior Member
Posts: 4
Registered: 3/4/2005
Member Is Offline
|
| posted on 8/6/2007 at 06:22 AM |
|
|
Table jums to a new page when function is used to create table
<SCRIPT LANGUAGE="JavaScript">
function zc()
var tabla = new TTable(TABLE_CAPT, TABLE_CONTENT, TABLE_LOOK);
}
</SCRIPT>
----------------------------------------------------
<input type="button" OnClick="zc()"; />
How to keep the table on the same page?
|
|
|
kvv
Super Administrator
Posts: 84
Registered: 6/17/2003
Member Is Offline
|
| posted on 8/6/2007 at 04:33 PM |
|
|
In standard version of Tigra Tables PRO you need to initialize table while page is loading. In you case you tried to initialize table by onclick
function it is impossible in the standard version . If you want to have this feature we can implement it for you for additional cost.
Please post a ticket to our support system http://www.softcomplex.com/support/ .
|
|
|