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 Mike Lewis 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: *

  1. MeTheGreat

    How do I read a variable number of integers from the command line?

    Refer to stdargs.h Use 'valist' option No time to put the code in here now, but if u want, contact me. This will allow u to write functions like printf
  2. MeTheGreat

    a Refresh problem

    Maybe, if your submit is in a script with<br><br>document.myForm.submit(); in the function <br><br>Then if this function is called onLoad(), that could be ur problem
  3. MeTheGreat

    ASP Calling java class.

    As long as u are using IIS, the following works.<br><br>ASP supports objects of all types. A special classid can be found from MSDN , microsoft which pertain to including .class files as objects. These are called monikers. Put this classid in the Object Tag.<br><br>Give it an id. Suppose your...
  4. MeTheGreat

    Array session problem

    Create a custom Object. One property of the object must be the array. Put the Object into the session. This willwork.<br><br>Access with object.Arrayname[count]
  5. MeTheGreat

    How can I show &quot;Warning: this page has expired&quot;

    How can I show &quot;Warning: this page has expired&quot; when a user<br>presses &quot;BACK&quot; button to go back to the page he came from?<br><br>When he presses the back button, he must not get the previous page but an error message?

Part and Inventory Search

Back
Top