Ask a Question related to ASP.NET General, Design and Development.
-
Kevin Spencer #1
Re: Passing an array from codebehind to vbscript
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!
Kevin Spencer Guest
-
passing correct value types from ASP/VBScript to VB/DLL
Hi All, I'm getting an error on my ASP page: Microsoft VBScript runtime error '800a000d' Type mismatch: 'StoreFileIntoField' I assume -... -
passing array in the url
Hello there, I am unable to pass an array thought he url. Even the most simple array as in the code: $test = array(1,2,3,4); echo "<a... -
Pass vbscript array contents to page
Hi I have a page with a form and a results page. My form: <form name = "theform" action="results.asp" method="post"> Part of the form is 5... -
C++ asp component reading vbscript array
have some C++ component that expects two arrays from an ASP script. It's declared like this: HRESULT QueryResult::sort(TVariant sortFields,... -
passing javascript variable into asp variable using vbscript
The subject pretty much sums up what I need to do. Here is what I have so far, but still can't figure out how to get it working: <script...



Reply With Quote

