Client-side scripting is part of the HTML of the page. All you have to do is
loop through the array and build a string of JavaScript that creates the
same array in the client-side script. Then register the script in the Page
using RegisterClientScriptBlock() or RegisterStartupScript().

HTH,

Kevin Spencer
Microsoft FrontPage MVP
Internet Developer
[url]http://www.takempis.com[/url]
Big things are made up of
lots of Little things.

"Diego Rojas Méndez" <diego_rojas_mendez@hotmail.com> wrote in message
news:0da401c33ccd$8960ca90$a401280a@phx.gbl...
> Hi!
> How can i pass an integer array from the codebehind page
> to a vbscript in the client side
>
> Thanks!