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 Shaun E on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: JennyP
  • Content: Threads
  • Order by date
  1. JennyP

    passing an array to a java function

    I have: var myArray = new Array(); myArray[0]=&quot;firststring&quot;; myArray[1]=&quot;secondstring&quot;; myArray[2]=&quot;thirdstring&quot;; p.setMyArray(myArray); <-- this line does not work... Where in p is a java class containing the following: public void setMyArray(String[] v) {...
  2. JennyP

    iframes in IE and NN

    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...
  3. JennyP

    Response.Redirect & HTTP Headers

    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...
  4. JennyP

    Script Timeout

    I have a VB ActiveX.dll that queries an Oracle DB and returns the results.&nbsp;&nbsp;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...

Part and Inventory Search

Back
Top