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 SkipVought 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. ppepin

    Code not working in FireFox!!! PLEASE HELP!!!!!!!!!!!

    I had to make some adjustments to my stylesheet, but the <SPAN> seems to be working. Thanks for the suggestion.
  2. ppepin

    Code not working in FireFox!!! PLEASE HELP!!!!!!!!!!!

    IE may ignore teh link around the dropdown, but it retains the style attributes of the id="tab6". Essentially, the style attributes of id="tab6" makes the link look like a tab in a folder. I have 6 tabs, years 2000 - 2006, and a seventh tab that I want to be a dropdown (above example), for...
  3. ppepin

    Code not working in FireFox!!! PLEASE HELP!!!!!!!!!!!

    Ok, I've been struggling with this for the last 2 days. I've finally narrowed down my problem and was able to create a simple HTML page to illustrate this. Can anybody tell me why the following code works in IE (all versions) and not in Firefox, Safari, etc? <HTML> <BODY> <INPUT type='hidden'...
  4. ppepin

    Session.Timeout ????

    I am hoping that you mean is the Timeout value set for the default web site in IIS by using the IIS MMC plugin? If so, the answer is yes (see statement #2 in my first post). I'm testing some stuff now that I think may be causing the problem. It looks as though it might be the "Shutdown...
  5. ppepin

    Session.Timeout ????

    I've seen a lot of posts talking about Session.Timeout, none of which can answer this question. I have set in IIS 6.0 the Session.Timeout value to be 999. In my global.asa file I read a value from a database and set Session.Timeout to this value (for this conversation lets say its 480). On my...
  6. ppepin

    While Not RS.EOF, popup value

    OK, here's the deal. If you look at the HTML that is produced from your code, you will see that if you have more than 1 row in your recordset, you will have as an example: <form name=&quot;form1&quot; method=&quot;post&quot; action=&quot;nextpage&quot;> <table> <tr><td>Price:<input...
  7. ppepin

    cscript from ASP vs. cscript from cmd prompt

    I'm looking for some assistance with the following: If have a .vbs script that creates/manipulates some objects. Simple example: test.vbs DIM oDistiller on error resume next WScript.Echo &quot;Creating distiller object...&quot; Set oDistiller =...
  8. ppepin

    Help with Microsoft Word Object

    Already done. The example above was for illustration only. These are defined and are being used they way you suggested. Any other ideas of why I am receiving this error message and what does it mean? Thanks.
  9. ppepin

    Form Validation

    Same way as you just did it. Each item in the dropdown has a value. When one is selected, the value returned in you expression above will be something other that &quot;&quot;. If you have specified a default value/text in the dropdown i.e. [Select a state] which has a value of 0, then you...
  10. ppepin

    Help with Microsoft Word Object

    I am looking for some assistance with a problem I am having. I am creating a Microsoft Word document from an ASP page using Server.CreateObject(&quot;Word.Application&quot;). The document creates fine and I am able to manipulate it, format it, put in tables and populate cells. My issue is...
  11. ppepin

    Stored Procedure not working - Please Help!

    Thanks for you response. Just prior to reading your response I discovered that the Constants I were using were not declared! After the declaration of them, it worked just fine. Thanks.
  12. ppepin

    Stored Procedure not working - Please Help!

    This stored procedure stuff in ASP is really getting me frustrated. I am trying to run a stored proc from ASP which has 1 input argument and 1 output argument. I cannot get it to run and cannot get the return argument. Can someone please look at this and let me know what is going on? Thanks...
  13. ppepin

    Outlook VBA and Computed Fields!

    Sorry, maybe I wan't clear. The 10000 emails have come over the last 5 years or so. We usually get about 10 per night. We just determined that we only need to retain the Friday emails. Going forward, we will only be receiving emails on Fridays, which is fine. But I need to correct...
  14. ppepin

    Outlook VBA and Computed Fields!

    Ok, I've got a stupid question for something I am trying to do and can't figure out. Here is my situation: I have an Outlook Personal Folder containing over 10,000 emails. These emails are sent to me every day (nightly batch run status) and there is a server rule to move these message from...
  15. ppepin

    Outlook Computed Column

    Ok, I've got a stupid question for something I am trying to do and can't figure out. Here is my situation: I have an Outlook Personal Folder containing over 10,000 emails. These emails are sent to me every day (nightly batch run status) and there is a server rule to move these message from...
  16. ppepin

    Populating PDF Template with Database Data from the Web

    Hello Everyone, I am new at Adobe and I just need some information to get me started. What I have is a Web Site to collect data about a person. What I then want to do is have them click a button on the ASP page and open up a PDF document which is an application. Here is that catch. I want...
  17. ppepin

    How to dynamically change a row in a table without a redraw?

    Thanks for your help and explanation. It makes sense.
  18. ppepin

    How to dynamically change a row in a table without a redraw?

    Jeff, Your my hero! I've been busting my @#$ for 2 days on this. I really appreciate your help. It worked fine! Can you tell me why this worked and the way I coded it didn't? Thanks.
  19. ppepin

    How to dynamically change a row in a table without a redraw?

    Here are 2 html pages to try out to see what this is doing: This one pauses for 1 second in between and goes to 30. Nothing will be displayed at the end except Processing Application #30. <html> <head> </head> <body> <form name=&quot;application_list&quot;> <table> <tr>...
  20. ppepin

    How to dynamically change a row in a table without a redraw?

    I hope I can explain what I am trying to do so that everyone can understand. I have a table with 20 rows in it. All of which contain no data at this point. I then want to run a script which will populate the first row with something like &quot;Processing application #1&quot;. If my...

Part and Inventory Search

Back
Top