Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Return an array from a VB control to javascript?

Status
Not open for further replies.

thangq

Programmer
Nov 13, 2001
1
CA
is it possible to return an array from a VB control to javascript? I want to call a method in my control that returns an array in javascript.

My vb code ...

public function getID() As Variant()

and I want to call this method in javascript ..

var idArray = control.getID();

This doesn't work (is it even possible?)

Any help would be appreciated.
thang
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top