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 strongm 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. msuryadarma

    API Call (GetWindowTextLength), simple.

    Hi. I'm trying to call API to get the length of a Window's title. Here's the code: I declared these in the Declare Local External Functions space: -------------------- Function Long GetDesktopWindow() Library "user32.dll" Function Long GetWindowTextLength(Long hWnd) Library...
  2. msuryadarma

    Same page asp processing doesn't work in Netscape, fine in IE

    Nick, thanks a lot for the reply. 1. That GN is a typo, it's supposed to be BN. Another typo: //Writing how many boxes is requested. Response.Write &quot;<tr><td align=right><b># of Boxes:</b></td><td><input TYPE=text NAME=txtBN SIZE=5 VALUE=&quot; & BoxNum & &quot; READONLY...
  3. msuryadarma

    Same page asp processing doesn't work in Netscape, fine in IE

    Hi all, I have an asp page that accepts users input in textboxes, process them, and writes the output on the same page. This page is written in javascript, it works fine in IE, but doesn't work in Netscape. Here's how it works: 1.html: User enters a number x. Press Submit. 2.asp: Opens up with...

Part and Inventory Search

Back
Top