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!

Search results for query: *

  • Users: trey1
  • Order by date
  1. trey1

    Use Ant to compile a 4gl

    Is there a way to compile a 4gl program using Ant, instead of using a makefile?
  2. trey1

    Compile a 4gl program using Ant

    Is there a way to compile a 4gl program using Ant instead of make?
  3. trey1

    Is there and event handler that runs before onLoad?

    Does anyone know of an event handler that can run before onLoad. onLoad will only run after the page is fully loaded, I would like to use an event handler that does not have to wait for the page to fully load before I do a window.close().
  4. trey1

    OnLoad problems with Netscape 6.2

    I am still having problems with calling a function in the onLoad and passing in the form. Can you see anything I am doing wrong? <body onLoad=&quot;deletecnt(entry)&quot; bgcolor=&quot;#FFFFFF&quot; bgproperties=fixed ALINK=&quot;#FFF F00&quot; VLINK=&quot;#999999&quot...
  5. trey1

    OnLoad problems with Netscape 6.2

    Is anyone else having problems with OnLoad in Netscape 6.2 When I call a function with no parameters in OnLoad it works fine, but if I call a function and pass in the form in OnLoad it doesn't work. Can anyone help with this???
  6. trey1

    Globally set focus in a multi-page application

    Is there a way to globally set the focus on the first input field in a multi-page application? Also depending on the user's profile, the first field may or may not be an input field. How can I check for this in JavaScript and step through all the fields in the form until an input field is found.

Part and Inventory Search

Back
Top