Hi Jason,
My issue is I am not doing a full website upgrade from classic asp to asp.net using c#. I am sorry for not mentioning that part. My goal is to plug some .net web pages in when new functionality needs to be created and in time upgrade the whole site like this. The PM does not have time...
Hi,
I am working on a project to add new functionality, and they originally wrote this application in classic .asp.
Now I want to had update a couple of files, but one of them has 16 <!--#INCLUDE VIRTUAL="/something.asp" -->. is there any way I can get around this slight issue I am having? adn...
Hi Folks,
Here is my situation, some clients use adobe reader 9, most clients use adobe 8.1.3, but some use 5, 6, and 7 as well.
I need to determine which version of adobe reader the client is using. I need to use either JavaScript or Classic ASP to determine the version number.
Has anyone...
So basically I have this code (js) in a .asp file. but it always returns 7 is there another way to determine 8, 8.1.2, or 9.0?
else if (window.ActiveXObject)
{
for (x=2; x<10; x++)
{
// To Detect older Acrobat Versions 6 -
try
{
oAcro=eval("new...
Dan that was Good ...
Sorry, I want a way to be dynamic to check for adobe versions. Believe it or not in Corp. America, some still use Adobe 8.0 so my code breaks when a user access my pdf's. But with the inception of Adobe 9.0 in July, now the pdf's are broke for 9, if I remove my fix for 8...
Hi
Can someone tell me to check for this path
"C:\Program Files\Adobe\Reader 9.0"
?
I am have real issues with adobe reader 9 and what my logic to do something different, but first I have to what what version it is, can anyone help?
Thanks!!!
Thanks for the insight.
I have a database that every year gets updated with 12 new records in it. I want to count how many records are in the database. Then loop through the number so this year it'll be 12 and check for a date value, so see when it is to be displayed to the website. that is my...
Hi,
I am not sure why this is not working the way I think it should. My issue is I can not display number of items in the database correctly. When I do the Select count(*) from DanceInfo in the database it returns 3, this is correct. However, when I try and display it in PHP, at best I can get...
Hi,
I am trying to resolve an issue between versions 6 - 9. I need to detect what version is trying to open the PDF file. I was able to use this code, like this
strAdobeReaderVersion = Request.Cookies("ReaderVersion")
But all this tells me is version 7 or higher. Is it possible to be more...
Hi,
I am trying to resolve an issue between versions 6 - 9. I need to detect what version is trying to open the PDF file. I am currently use asp like this
strAdobeReaderVersion = Request.Cookies("ReaderVersion")
But all this tells me is version 7 or higher. Is it possible to be more...
Hi,
I am working on creating an .ASPX page,
* when the user clicks on my Submit button, it calls a validation function.
* if you are missing required information in the text boxes, you get a JavaScript pop-up window.
* but my .ASPX page goes blank when it appears, but then when you click on...
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.