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 !!
<Button onclick= "MakeGrid(<%=tab %>)">myButton</Button>
note : I use a JSP file.
any one knows how can i do this !!
Maher
April 3,