3.2.0

Can I put this script in a function MakeGrid(tab[][])

I want to use this script in a function MakeGrid(tab[][]) because i have a call like this:

<Button onclick= "MakeGrid(<%=tab %>)">myButton</Button>

note : I use a JSP file.

any one knows how can i do this !!
Maher
April 3,
use div.innerHTML = obj instead of document.write(obj)
Alex (ActiveWidgets)
April 4,

This topic is archived.

See also:


Back to support forum