Hi, From http://www.codeproject.com/asp/vbsupload.asp I downloaded the zip file, unzipped it and copied all the files in the zip folder on the webserver. I...
If I remove the Default keyword, I get the following error Error Type: Sun ONE ASP VBScript runtime (0x800A0005) Invalid procedure call or argument: 'Add' ...
So wait... does this mean you're running Chili ASP? If so, you could be dealing with a whole separate set of issues. ... [Non-text portions of this message...
I am sorry but I am new to this completely....I am working remotely for a client. On that Sun Server I have access to FTP (using whisper FTP Explorer) and I...
If the server is running anything other than Windows, then it's probably got Chili on it (unless some other company has come up with a similar product). In...
Dear All, I have developed a page that send email to users in arabic, arabic letters sent as question marks like this "????" Can anyone help me solving this...
Hi, Great example http://learnasp.com/freebook/asp/dbfull1.aspx Thanks! I am using the above example and it works perfectly fine. I am trying to transform this...
IF YOU WANT FREE INTERVIEW QUESTION AND ANSWER HERE IT IS Oracle Interview questions and answers- http://www.geocities.com/oracle_interviewquestion/ Testing...
I have been asked to update the following site www.yes1realty.com, and now that I have done some very basic updates, the forms are not working. When you click...
It can't connect to mail.yes1realty.com via port 25. ... From: rebecca.wilczenski To: AspClassicAnyQuestionIsOk@yahoogroups.com Sent: Tuesday, September 05,...
Ok, so I have to find out what port they’re using for email? How did it work before-I did not make any other changes besides changes and image and a little...
You need to check with the administrator of mail.yes1realty.com to see if they have change anything on the mail server. [Non-text portions of this message have...
Hii... I have form with one select box and one input type hidden..... I need function (javascript) which when onblur from select box, input type hidden will...
This is more of a question for the client-side list... So you want the hidden field to be shown, and the shown field to be hidden? That isn't so easy if you've...
You will need to use innerhtml using DOM object. Basically you will need to remove that Hidden Text input & add a text box using innerhtml on onblur event. ...
The following code is working perfectly as long as I comment out 'sub Searching() and 'end sub If I don't comment the 'sub Searching() and 'end sub and try to...
What am I doing wrong in the following code? <script language=javascript> function ValidateForm(form){ // ******* State check ******* var radio_choice = false;...
look at your bracket "()" ... <script language=javascript> function ValidateForm(form) { // ******* State check ******* var radio_choice = false; var counter; ...
Hii.. I have some Question About Error Type. When I running My program, show message Error type like this => (0x80020009) Exception occurred what is problem...
Dear Friends, Please any one will help me to provide link for, how to retriew data from ms access data base by using session ID. Please provide me links only...
Hello friends, I have created my database in MS Access. Created a field having datatype text. Now when I fire a query I need the rsults to be displyed in order...
Hopefully there's a primary key for each row so you can order by that. If you don't have one, create a field as autonumber, indexed with no duplicates and make...
Hello friends, I have created a utility in asp in which I have to put sms facility i.e. just insert the mobile no and one can send sms through the utility. So...
Contact a valid SMS gateway contactperson for your mobile area. To negotiate a contract. They can probably give you the code which is to be used. If you can...
Dear All, I want to assign a dyanamic SQL query in a cursor. like. this DECLARE EntryID_Cursor CURSOR FOR @myDynamicQuery where @myDynamicQuery is holding my...