I have written a feed reader and the following code gets the value of the item's description: Set DescriptionElement = Elem.getElementsByTagName("description")...
Hello. I am trying to write a program which calculates monthly mortgage payments. Eventually the data will be supplied by a user form. The problem I'm having...
hi, this is jitendra, ....try to slove the problem step by setp... u can use TYPENAME(M) which gives variable type.firom that u can cast the variable....by...
I have been running an ASP script without any problems so far. But all of a sudden I now get the 0177 error as follows: Server object, ASP 0177 (0x800401F3) ...
I'm sorry if I'm wrong, May be wrong in M function May be like this Mo = P*(i*(1+i)^(12*x))/((1+i)^(12*x) - 1) I hope this works ... Regards, Rian Yasri Yulian...
I'm sorry if I'm wrong, May be wrong in M function May be like this Mo = P*(i*(1+i)^(12*x))/((1+i)^(12*x) - 1) I hope this works ... Regards, Rian Yasri Yulian...
may be the error in another code not in this lines ============================================ Best Regards Computer Science http://ebook44free.blogspot.com ...
To debug, insert temporarily a response.write of your mappath() statement to catch what's being passed there. It's saying it can't open the connection but if...
Dear Rian Yasri Yulian: Thanks for your suggestion. I edited the formula and my program began to work. However, now that I have added in a user form to...
Dear Rian Yasri Yulian: Thanks for your suggestion. I edited the formula and my program began to work. However, now that I have added in a user form to...
Reminder from: AspClassicAnyQuestionIsOk Yahoo! Group http://groups.yahoo.com/group/AspClassicAnyQuestionIsOk/cal Computer Books,Tutorials,Articles......... ...
AspClassicAnyQuestion...
Apr 5, 2009 5:41 pm
8520
After I try your formula, its work if you put the form and formula in different page, if you want make in one page, maybe you should give conditional function...
Reminder from: AspClassicAnyQuestionIsOk Yahoo! Group http://groups.yahoo.com/group/AspClassicAnyQuestionIsOk/cal Computer Books,Tutorials,Articles......... ...
AspClassicAnyQuestion...
Apr 6, 2009 5:43 pm
8522
Hello all I am trying to do several things and can't find and good reference for these issues. I put my current code below. If anyone can help me with the...
System.IO.File.Exists is a .NET class. Your looking for: http://www.w3schools.com/ASP/met_fileexists.asp don't forget to use server.mappath ("homepagetext....
It's been a few years since I've used the MS Access upsizing wizard to convert to SQL Server - is that still even in use? I'm getting more details from...
What traffic are you expecting? How many transactions? Whats the backup strategy? Etc These are the questions that are relevant. Access is a capable database...
Thanks, Mischa. At this point I have no way of knowing those answers, but was looking first to see about licensing and concurrent user limitations of SQL...
MSDE was limited in performance this has been lifted with sql server express. Which is only feature bound (memory / processor cores / DB size) So for most...
Another big difference is that you can program against it as you would sql server, uses the same engine. So you can create sproc's with parameters and all and...
This may sound a little strange. I am creating a page where links for email address will be posted, however for some of the address I have to show a fake...
Thanks for responding. That is part of it. The different email address is displayed, but when the link is clicked or just pointed at with the mouse, the actual...
Are these links supposed to send an email? If so, why not just create a form to do the sending so the user never has to see the actual address? There are...
Be cautious about how much spam you're going to get from crawlers looking for email addresses on pages. If you post email to a page feel free to add a link to...
Use a web form for contact if you want to do what you said, the email can't be hidden if you want the link to work with all browsers and send an email via the...
To add to what Peter just said, I had to do exactly that on a contact us page. Spammers kept grabbing the email listed on my page so I changed it to a web...
There's also some web services out there to filter web form spam, I'd have to dig up who it was - We have something similar coming soon - it's very low on our...