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 bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by altaratz

  1. altaratz

    very simple question

    For some reason, I can't figure this out. I'm trying to create a subroutine that will create a text file everyday named by that day's date. Seems really simple - but after I create a variable that is equal to Now - I don't know how to get that into the Open Filename statement: Dim date1 As...
  2. altaratz

    rotating banner scolling rate

    thanks for your advice and time - I will try it out
  3. altaratz

    rotating banner scolling rate

    no - that's not it, that's the pause time between images - I need to slow down the image scrolling rate itself
  4. altaratz

    rotating banner scolling rate

    I pulled the following code from a guy's dHTML site for a rotating banner. Everything about it works great, except that I can't figure out how to manage the scrolling rate. Here's the part in the <HEAD> section: <script language="JavaScript1.2"> /* Horizontal Pausing News Scroller Copyright...
  5. altaratz

    window.location.replace doesn't work inside function

    thanks so much for the overwhelming responses - I'll just call it a brain fart and be done with it. Trollacious' solution worked great - still eluding me why mine didn't work, but whatever. Thanks again!
  6. altaratz

    window.location.replace doesn't work inside function

    guess IE is just bad or something - I still haven't gotten it to jump to yahoo . . .
  7. altaratz

    window.location.replace doesn't work inside function

    Actually - the thing is, even when the value is mrussell, the window.location.replace statement won't fire off. Try it - goto http://www.highwaym.com/extranet/index_test.htm in both cases - either with an entered username of mrussell or not, the function should jump the browser to...
  8. altaratz

    window.location.replace doesn't work inside function

    I'm trying to trigger 1 of 2 different cgi scripts based on the username that the person enters into a form - everything seems to be working fine (the user-specific url stings are getting built just fine) in the below code, except that when I try to do window.location.replace from inside one of...
  9. altaratz

    Capture Time on DDE Link change

    Hi - I've linked 2 spreadsheets through a DDE Link. What I'm trying to do is capture the time-lag between updating the cells of one to the other. I obviously synched both clocks to the atomic clock first. Then I created a Private Sub as follows: If Range("a1").Value <> "whatever the hold...
  10. altaratz

    transparency in Javascript?

    I'm using a drop down menu for my site, and I'm wondering if anyone knows how to get javascript to recognize transpancey for the background color of the menus and sub-menus? - here is the page where the menu is being used - http://www.cherubshoes.com/BC/index.htm I've masked the background color...
  11. altaratz

    file upload problem

    Sorry Again - I figured it out - thanks so much
  12. altaratz

    file upload problem

    I'm sorry - I don't know what that means
  13. altaratz

    file upload problem

    I'm using the following code to have users upload files to a directory on my site - every time I test though the process adds about 20-30 bits of data to the file, causing havoc with it - like turning this: http://www.highwaym.com/walter.jpg (size: 7951 bits) into this...
  14. altaratz

    perl newbie - help!!!

    thank you all very very much!
  15. altaratz

    perl newbie - help!!!

    I know I'm doin this really badly, and my code still doesn't work. I trying to use a flat tab delimited file for a database for a simple shopping site. Each record has several elements - including color, name, description, type, etc. I trying to write a CGI that loads all records into...

Part and Inventory Search

Back
Top