I have:
var myArray = new Array();
myArray[0]="firststring";
myArray[1]="secondstring";
myArray[2]="thirdstring";
p.setMyArray(myArray); <-- this line does not work...
Where in p is a java class containing the following:
public void setMyArray(String[] v) {...
Hi there
I have an iframe that displays its contents correctly in IE on a Windows platform and NN on a Linux platform but does not work in NN on a Windows platform.
When the page is first loaded everything is fine but as soon as the window is resized the whole frame is empty.
Anybody have any...
Hi there
I have an .asp page which only has some VBScript in it. It gets called by another page and then redirects at the end to another page - I get the following error (actually I get it quite often when using the Response object)
Would someone be able to explain (or point me towards a...
I have a VB ActiveX.dll that queries an Oracle DB and returns the results. The DB is quite complex and the return time appears almost linear in proportion to the number of records returned (ie. it takes around 0.5s per record to return).<br>This is fine in the test system but the live...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.