Forum: ASP Oct 13th, 2004 |
| Replies: 2 Views: 2,619 I found out that my assignment really needed this for the monthrate to come out to 1733. I was told this was needed to do that
intMonthlyRate = CInt(intAnnualRate / 12) '// Annual Rate divided by 12... |
Forum: ASP Oct 13th, 2004 |
| Replies: 3 Views: 9,471 [QUOTE=Lafinboy]Or you can make it a bit more dynamic by allowing the user to select the month and then display the days in that month, as below:
Thanks so much you have been so much help to me.... |
Forum: ASP Oct 9th, 2004 |
| Replies: 3 Views: 9,471 Here is my code. As always I don't understand what beginning asp 3.0 . The book says to do this code, but doesn't explain what vartodaymonth means or varTodayDate = day(now()) means. I am suppose to... |
Forum: ASP Oct 5th, 2004 |
| Replies: 2 Views: 2,619 I can not figure out what to do. I need one html file to read an asp file for these 4 variables (1) intHrlyRate, (2) intWeeklyRate, (3) intMonthlyRate, and (4) intAnnunalRate. I am suppose to use... |
Forum: ASP.NET Oct 4th, 2004 |
| Replies: 1 Views: 10,439 The first part of my asp file is working, but I have to concatenate the variables and add text to read this. My name is Joe Blow. I live at 123 easy street in Pine Bluff, AR 71601. My phone number is... |
Forum: ASP Sep 27th, 2004 |
| Replies: 9 Views: 6,506 Thanks so much. I looked at that code so much, I never noticed that I didn't tell it what to display. My teacher told me another way to do this was response.write ("full name") etc, under the... |
Forum: ASP Sep 16th, 2004 |
| Replies: 9 Views: 6,506 :?:
I am new to this site but, I need help figuring out this simple form that is suppose to send the data to our school's server. The first one is my html form and the second is the asp file. I... |