Hello all...I am undertaking the design of a website for a mortgage company.
On this site, among other things, they want to have current interest rates. How can I make a table be populated with this information automatically? Is there a way to pull this information down from somewhere? Or is there a way that I can make an admin page that the user has to go onto everyday and enter info into a form and then submit it, then the submitted info will be sent to a table on a page?
Use a server script that runs daily to read the page you referred to, extract information of interest, modify it as needed and then plug it in your web page.
Particular implementation would depend on the server you are using and site browser/accessibility requirements.
Working web site is not the one that looks the same in a few graphical browsers, but the one that adequately delivers its content to any device accessing it.
Once agian it depends on what server your site is on and what scripting languages are available.
Also, given the task at hand, I would suggest hiring someone to do this bit for you. It may be too much for someone who never did scripting before (especially with no programming experience as well).
Working web site is not the one that looks the same in a few graphical browsers, but the one that adequately delivers its content to any device accessing it.
Thanks Vladdy....I appreciate the help! I will try to find someone that knows scripting and programming to do this for me. I know I would pull my hair out trying to figure that one out!
If your site runs on Windows Server and has XMLHTTP component available, I can quote you this job. E-mail me if interested.
Oh, BTW, I also suggest you contact the owners of the site that contains the data you are going to access and use and request their permission to do so. Otherwise you may get into a legal trouble over it.
Working web site is not the one that looks the same in a few graphical browsers, but the one that adequately delivers its content to any device accessing it.
Bookmarks