Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. LoveOpnSrc

    How to handle #includes

    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...
  2. LoveOpnSrc

    How to handle #includes

    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...
  3. LoveOpnSrc

    How to suppress Adobe's Security Warning Alert???

    Does anyone know how I can suppress Adobe's Security Warning Alert, So it never show's up the first time? Thank you in advance... Joe
  4. LoveOpnSrc

    Detecting which version of adobe user is using

    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...
  5. LoveOpnSrc

    &quot;C:\Program Files\Adobe\Reader 9.0&quot;

    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...
  6. LoveOpnSrc

    &quot;C:\Program Files\Adobe\Reader 9.0&quot;

    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...
  7. LoveOpnSrc

    find path to&quot;C:\\Program Files&quot;

    how can check for this path "C:\Program Files\Adobe\Reader 9.0" I need to know what the user has on their PC. Thanks!!!
  8. LoveOpnSrc

    &quot;C:\Program Files\Adobe\Reader 9.0&quot;

    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!!!
  9. LoveOpnSrc

    php not looping with DB information correctly

    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...
  10. LoveOpnSrc

    php not looping with DB information correctly

    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...
  11. LoveOpnSrc

    Adobe Reader Version Detection

    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...
  12. LoveOpnSrc

    Detect Version

    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...
  13. LoveOpnSrc

    ASPX page disappears

    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...
  14. LoveOpnSrc

    Play MP3s/WAVs in Java

    I am not sure what you are trying to accomplish, but I would try and put the WAV & MP3's in MySQL DB then use Java to call the table.

Part and Inventory Search

Back
Top