I have been asked to include a fee calculator in a site, which would enable a browser to calcualte fees on the sale/purchase of a property. I have searched Google for ages and cannot find such code. something similar that could be adapted(not too technical) or a basic script to do it that I could buy.
The user searches for a place and then can search for similar places within 5,10,15,20 mile s from the original place. Do I have to have a database of distances or is there some way to calculate it using ASP and mapquest.
I want to use something like Streetmap.co.uk's ActiveX Component on a website so that a visitor can enter a startpoint and destination and I can calculate the distance by road between those 2 points.
This is for a website I'm writing for a mate of mine who owns a Courier firm. He wants to be able to provide online quotes to potential customers. I'm going to be using Brinkster as the webhost so I won't be able to install any Server-side DLL's, etc. Is there anything available to do this?
calculate depreciation in javascript language just like
Function DDB( _ ByVal Cost As Double, _ ByVal Salvage As Double, _ ByVal Life As Double, _ ByVal Period As Double, _ Optional ByVal Factor As Double = 2.0 _ )
and SLN(cost, salvage, life) used in Visual Basic?
I just developed a simple math calculator using c# in asp.net, now i want to be able to check for the higest and lowest answer from the label control, how to do this?
I have a database of bible verses in hebrew. Each letter is given its value in number. Therefore words will have anumerical value. WHat are the steps that I need to take to search a number and let the search pick up all the words which adds up to that number? First can asp alone do that job? Javascript? VBScript?
I am looking for a way create a distance calculator from city to city, zip to zip, so on so forth. I know this has been done many times. Does anyone have this around by any chance. Also does anyone know of a place I can get the db or text file I need for this? I know there are some floating about but haven't came across a decent one yet.
I have a database of bible verses in hebrew. Each letter is given its value in number. Therefore words will have anumerical value.
WHat are the steps that I need to take to search a number and let the search pick up all the words which adds up to that number? First can asp alone do that job? Javascript? VBScript?
I'm working on my first ASP web site. The idea of the site is to calculate which mobile phone plan is right for you. The idea is that the user answers a few questions about their calling habits, and the server calculates the ammount of talk time for each plan and then recommends on or two. I've created 2 excell sheets already. One is a user input sheet, the other is a database of all the plans available. At the moment the excell sheet works like this. The user selects a rate plan, enters in their details and calling habits, and a total talk time is displayed on the bottom of the page. I want to go one step further. I want the ASP page im working on to calculate the total talk time for ALL the plans in my database (based on the users input) and then recommend the 3 with the most talk time.All of the tutorials I've seen are simple "add this to, delete this from" database
I need to design a form that does pre-retirement calculations and which I could post on my company website.I'm really not well versed at all with this language so my question is this:
1) Is this a type of calculator I can design myself? If not, what avenues do I have available? 2) If yes, what type of software/freeware is available?I only have MS Info Path on my PC, not really sure if this would be useful 3) What is the easiest way to develop such a form? asp alternatives? 4) The Form is not going to be pulling data from any back end source.Individuals will manually enter their own numbers,this data will not be saved anywhere,users will be able to get a rough idea of their retirement benefits.
I have a database of bible verses in hebrew. Each letter is given its value in number. Therefore words will have anumerical value. WHat are the steps that I need to take to search a number and let the search pick up all the words which adds up to that number?
anyone had done any car payment estimate calculations before??? If you 've had or you have an idea how to code this….please help. Thanks so much in advance. I have a form:
Retail price, Down Payment, Sales Tax, Annual Interest Rate, Term (months) Payment (12,24, 36, 48, 60, 72, 84) , and Loan.
How to calculate Monthly Payment and the Total amount (when you payoff the car) how to do it. Thanks so much. I really have no clue.
I am getting the error "No value given for one or more required parameters" with this basic script.
I have checked the fields are spelt correctly and have capitals in the right place. I have also checked with response.write to see the results it produces and it all looks correct. Code:
when trying to connect remote desktop web connection...the "non-web" connection works perfectly (i.e. just launching mstsc and connection directly to an IP).I believe that the problem might exist in my connect.asp file
We have a desgined a web application with ASP, VB, Oracle, Javascript. Ours is a three tier applicaton with the component proxy exported to IIS on the web server.
We have the error 'object required' throwed inconsistently by ASP. After awhile, if we refresh the page the page is working fine. We have been having performance problems like Failureenlisting Resource Manger and MSDTC errros also.
I have been working on requiredvalidation controls..I'd like to know how could I create a validation on a group of controls? for example to validate phone, on the form it may looks like below (brackets are the textbox fields) ([ ]) [ ]-[ ]
how could I validate all three fields with one message error to display in the validation summary?or is there another way to do? btw, am I able to create a textbox or some sort of control that is actually the combination of the three boxes?
"Microsoft JET Database Engine (0x80040E10) No value given for one or more required parameters." error message in the first line.
Rs.Open "SELECT * From Unvanlar WHERE Unvan = " & kayit8, Con, 3,3 If rs.EOF Then Con.Execute ("INSERT INTO Unvanlar (Unvan) VALUES ('"&kayit8&"')"),,129 End If Rs.Close
The variable is string and the field in access table is text. I'm sure that field names in the code and table are correct as well. What can I do to solve that?
I just uploaded a script I downloaded and everything works fine except when I load any page in that directory it asks me to login. I usually use PHP on a different server so I'm used to using .htaccess files to elicit the same effect. How would I go about turning this off in ASP? If i were on a linux server I'd just alter this file and remove the following lines, but I'm not sure how to do this with ASP. Example .htaccess
Well after sorting my DB Counter problem (see previous thread) (I stumbled accross another. Well, the counter was just on the underconstruction page but I have put it into my common.asp file (for when the acctual site opens, the asp file included at the top of every page) and I get this error:
Microsoft VBScript runtime error '800a01a8' Object required: ' ' /dannyscorner/includes/common.asp, line 60
I have seen this many many times before HeHe ^_^ But this time, it says line 60 but line 60 is used on the underconstruction page and the counter works fine
I am writing an asp script that includes some WMI calls to get PC information and display it on the page. I can query other machines in the domain just fine, but when I try to query the machine that is running the website (Windows 2003 IIS) I get the error Object Required Error 424.
I have tried to this on a Windows XP Pro machine running IIS and I get the same error. Why woud I not be able to query the local machine running IIS?
I am currently operating a hosted ASP site with SQL Server installed. I need a very basic forum (ideally for free) and any suggestions would be much welcomed. I note that Snitz offer an extremely comprehensive ASP forum which is free but from experience I know that learning to use this properly is quite a steep learning curve and right now I do not have the time. What I am looking for is a forum which bears the same relationship to Snitz as Notepad does to Microsoft Word.
The line points to where the query takes place. I've read that it could be b'cos a variable that's not defined, but this is not the case, not that i know. Here's the line:
strsqlttype is the variable wish contains the select, and it is initialized as empty. After running the query on the database i found some empty/null records, b'cos of that i validate the fields i need... prior that it stoped right after the loop writes the first line, after validation was placed it stoped on the second record.
This crazy query works on three other sites, which are all exactly the same and even use the exact same code and data format, but it won't work on a new one. The craziest part is that when I copy the query to Access and execute it in SQL view, I don't get an error; it works perfectly. Code: