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

    Get Folder Names and Print to Screen

    Thanks. That will print it to a separate file. What I'm trying to do is write it on the webpage and make the posting interactive. So, i could use some more help.
  2. duckiebear

    Get Folder Names and Print to Screen

    Within the HTML page, I have a script that I'm not sure how to complete, but also, I don't know if this is the right way to do this. I need some guidance on the best way to make the list interactive. <script language="VBScript"> directoryname="\\maflm115\RTF_data\" Set fso =...
  3. duckiebear

    Write Folder Names to the site and connect

    I have an HTML page that I want to add a perl script or find some way to write the name of or connect to folders located in a specific directory onto the HTML page. Ideally, they would be links where users could click on them to open and access subfolders and files located within. Right now, I...
  4. duckiebear

    Get Folder Names and Print to Screen

    I have an HTML page that I want to add a VBScript or find some way to write the name of the folders in a specific directory. Ideally, they would be links where users could click on them to open and access subfolders and files located within. Right now, I have manually included the file link and...
  5. duckiebear

    Size Limit on Download

    This is a secure webserver on the LAN, and the network group has ensured that it is not being denied on their end. I've also checked all of the file permissions, and should be able to access it. I found out that VOB files have problems after 100 MB, which is more likely my problem. Thanks for...
  6. duckiebear

    Size Limit on Download

    Thanks. FTP isn't an option as it's people accessing data off of the secure web. It's my only option. I think my best bet is to force our video department to create videos as MPEGs instead of VOBs, which should drastically reduce the size.
  7. duckiebear

    Size Limit on Download

    I know it's not working with Netscape, but I will try FireFox. The problem with using a different browser is that I have users connecting from multiple sites across the country to view the file, so I can't control which browser the other users are using. Thank you for your response!
  8. duckiebear

    Size Limit on Download

    I realize it's not a setting, but is there an internal limitation that a browser can not handle a file larger than a certain size.
  9. duckiebear

    Size Limit on Download

    Can anyone tell me if there is a limitation within the browser on the size of a file downloaded? I'm getting a permission denied on downloading any file over 1 gig and the network administrators do not have a size limitation. Thanks!
  10. duckiebear

    Outlook 2002 Appearance

    Unfortantely, it appears that the only way to change the background appearance of your inbox in Outlook 2002 is to change your computer's display options. You can change the background and other colors on your calendar, notes, and inside of a message, but not on the main inbox view.
  11. duckiebear

    Detecting Cache

    Upon loading the webpage, I'm looking for a way to detect the user's browser cache setting, and if the cache is turned on, send the user a message. Does anyone know how I can detect this information? Alternatively, I'd like to set the user's cache to expire immediately upon loading the page...
  12. duckiebear

    Extract Unique Variable Names

    Thank you. Regardless, I would still like the a program to pull this out, as I am inheriting many programs from a previous owner, and it would make things much easier.
  13. duckiebear

    Extract Unique Variable Names

    Does anyone have a script or can guide me in writing a script that will run through my program and create a list of all my unique variable name? My goal is to avoid errors due to typos. By creating a list of unique variable names, excluding duplicates, I could look through and more easily...
  14. duckiebear

    Unable to open free/busy information.

    Please help. I can't figure out the problem. Since another user has upgraded to MS Office 2003, I cannot print his calendar in all styles using MS Office XP. I can view everything as I am supposed to, but can only print using the Calendar Details Style. The other day, the user's computer was...
  15. duckiebear

    Determining File Size

    Thanks, for all of the help. This is for a Video Library, so it will only be images being uploaded and downloaded. I will try the javascript function mention here on the server side.
  16. duckiebear

    Determining File Size

    I have a web application where users can upload files in a record with metadata about the file. Is there a way to determine the file size before the user opens the file, so I could notify the user "you are downloading a file that is XX MB, please ensure you have enough disk space before...
  17. duckiebear

    Printing the Text Instead of the Value

    Hello, I am trying to print the text that is printed in the drop down menu rather than the value. I have a form that is populated by the data contained in this form (including the selectedIndex of drop down menus) and it prints both the key and the text associated with the selectedIndex. Any...
  18. duckiebear

    Send email through subroutine before Expiration Date

    I have two date formats in here: $current_date = $current_month/$current_day/$current_year and $current_date_alt = $current_year$current_month$current_day The rest of the program calls uses the $current_date format. I'm not sure why the previous programmer had both, but it's not wrecking...
  19. duckiebear

    Send email through subroutine before Expiration Date

    I want to modify a current subroutine to send an email to a user 14 days before their contract expiration date ends. I'm not exactly sure how to do this. I have some code to build from that I have tried to modify, but am really at a loss as to what it should really look like. Can anyone help...
  20. duckiebear

    open Netscape in Unix

    No, netscape doesn't suppress the user interface and that was a problem. And, yes stephanwagner, that was a typo I made in here, but my code was correct. I used the netscape -remote 'openURL (http://sspweb.jsc.nasa.gov)' Thanks.

Part and Inventory Search

Back
Top