Hi People,
For example, when you place a question on this site, and you recieve a response, you are notified via e mail, which entails a link to that very question. Now, I need to do the same.
I have tried placing a link ib the email with just a string as in "http://something.co.za"...
Hi people,
I have managed to send an email using ASP. But I need to go 1 step further. I need to include a hyperlink in the body of the email. Does anyone know how I could possibly do this.
Thanks
Binks
Hi People,
I have code compiled in Borland C++. I need to move this across to Visual C++. Problem is hwo to do it. Also, my program written in C++ Borland, uses its API, etc. How do
I get around this one. Is there some tool that can do this or some import function that Visual C++ has.
Please...
Skitty
If the user were to page back to a visited page, say by clicking on the back button, and the code I supplied is in beginning of that page, it will always pull a new version and not revert to the expired version. Given the latter I would think that it will not store the cached page. I am...
I agree with zcolton, but I woudl suggest that if you have multiple users, I think you should stay away from MS Access. Move onto something like SQL Server.You dont have to do what I suggested, but it would be nice to research and find out the pros and cons from the two.
I have solved the problem.
If you have a cached page problem as described above,
first clear out all cached files.
Insert this bit of code in the beginning of
each of your asp pages. This code will prevent the client machine from caching the page.
<%
Response.Expires = 0
Response.ExpiresAbsolute...
Hi People,
How can I prevent the client from using cached pages. I want to achieve this without having to set the internet options>>General>>Settings to "Every visit to the page".
I have also tried settings the property on the IIS server to mark pages as expire immediately.
If there is...
Hey young one,
Look into openGL. There are dll files that are available if u are u sing C++ Builder. You should understand windows message handling, openGL, window buffering and so on. The latter is NB when it comes to animation. But you must get your ground work done, before buidling this...
Hi People,
I have programmed some software in Borland C++ Builder version 5.0. I have to move this across to some other IDE like Visual C++ or something else. Does anyone know which other IDE is compatible with Borland. For those of you who arent familiar, Borland C++ Buider is RAD tool (drag...
Hi People,
Is it possible to install IIS 6.0 on windows 2000. I am developing on IIS 5.0 on windows 2000, but when I move over to IIS 6.0 I encounter problems. PLease, could you advise.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.