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 bkrike 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: Nicky
  • Content: Threads
  • Order by date
  1. Nicky

    String to Object

    i have a function insertAtRank(int rank, Object element) String a = textField1.getText(); what i wanna do is: insertAtRank(1, a)// but a is a String, i wanna pass it as an Object. anybody know? Thanx
  2. Nicky

    how to print html page without internet address appear in the page

    when we print a html page, it always prints the internet address in the bottom of the page and the page number in the top of the page. i don't want it appear in my page, anybody knows how to do?? thanx Nicky
  3. Nicky

    can i make a breakpage with dhtml?

    i have a long report to print from a html page. My HTML page contains different kind of car what i want exactly is to put a break page after each category of car. can i do it in dhtml or with any script?? thanx in advance Nicky

Part and Inventory Search

Back
Top