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...
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 "<tr><td align=right><b># of Boxes:</b></td><td><input TYPE=text NAME=txtBN SIZE=5 VALUE=" & BoxNum & " READONLY...
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...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.