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 TouchToneTommy 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: *

  • Users: duckiebear
  • Content: Threads
  • Order by date
  1. 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...
  2. 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...
  3. 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!
  4. 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...
  5. 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...
  6. 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...
  7. 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...
  8. 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...
  9. 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...
  10. duckiebear

    Convert from PDF to text

    Does anyone know of freeware that will convert a PDF file into text or that can search text within a PDF? Or can Acrobat convert a PDF to text? What about ActivePDF, which we have a license for? Can it convert a pdf into text or search a PDF to pull a string out of a PDF?
  11. duckiebear

    open Netscape in Unix

    Does anyone know how to launch the netscape browser using a csh script. I'm trying to run commands such as: netscape -remote 'openURL http://sspweb.jsc.nasa.gov)' -remote 'saveAs(/tmp/temp)' & And I don't want to have to manually open Netscape every time to make it work. So, I need a csh...
  12. duckiebear

    Create User Table with an Encrypted Variable

    I'm trying to come up with a user database for logging onto my server where the passwords stored in the table under the column "password" are encrypted. I also need another script I have to understand when it's been 30 days since the password was changed, so I need to capture the date the...
  13. duckiebear

    JS for Watermark in Acrobat

    I'm trying to figure out how to write a javascript function that when selected puts a predefined watermark, such as "Proprietary Information" or "draft", etc, on the page. I've got scripts that will apply document numbers and paste pdfs of someone's signature in the file. However, I can't...
  14. duckiebear

    JS Script for Watermark in Acrobat

    I'm trying to figure out how to write a javascript function that when selected puts a predefined watermark, such as "Proprietary Information" or "draft", etc, on the page. I've got scripts that will apply document numbers and paste pdfs of someone's signature in the file. However, I can't...
  15. duckiebear

    Transfering data from an Excel spreadsheet to database using PERL

    I am new to PERL, and need some help. I have a web based application on a secure server that writes data to a flat file in Unix. I am trying to come up with a PERL script/program that will take the old data that was kept in an Excel spreadsheet and import it into my database. Any suggestions on...

Part and Inventory Search

Back
Top