Hi all
I have a web site on IIS and I use ASP as server side
MYSQL is the database where I store informations.
During these last days when I check log files I find a lot of errors in some pages...
Is there a way in asp to check if a client has javascript disabled?
I know that the object MSWC.BrowserType retrieves a bool value that determine if browser client supports Javascript but not if is...
Hi all
I'm starting to view ajax only from some days
I want to ask you a simple question
I have to manipulate the responsetext from an asp page.
I know that responseText is retrieved like a...
Hi guys
I need to interact with a text file from Javascript code
This file resides in the server
Do you know some code to read from text files and write into them?
I have a link to an image I open in a pop up window using this javascript function below to resize the popup window according to the dimensions of the image:
I have got a form with a text box control.
When the program is in execution and I write into the text box I want that when the cursor arrives at the end of the...
I'm creating a simple DLL in vc++ 6.0 (Win 32 Dynamic Library)
After I have added all files that I need to create the dll when I build the project I obtain this link error