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

  • Users: altaratz
  • Order by date
  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...
  16. altaratz

    linking workbook cells over a network in Excel

    thanks for the respnoses - any articles you know showing examples of the necessary paths, etc. Ethan Altaratz
  17. altaratz

    linking workbook cells over a network in Excel

    I'm wondering if it's possible to link workbook cells from one Excel doc. to another over a network dynamically? IE - A1 on Computer 1 is linked to A1 on Computer 2 and updates dynamically when changed. Firstly - how would one go about this? Secondly - what would be the time loss in doing so...
  18. altaratz

    rollover question

    yes: <a href="http://www.yahoo.com" onclick="image1.src='../../images/news_1_blue.gif';NewWindow(this.href,'name','600','600','yes');return false"> it opens a new window 600x600
  19. altaratz

    rollover question

    I'm not exactly getting you - any way you could show a little code?
  20. altaratz

    rollover question

    Actually, onmouseout I want the image to roll back, I just want the image to stay in the rollover position if the link is clicked (and then regardless of whether or not the user mouses over the image any more it would stay on the second image) - any ideas? This is basically to indicate to the...

Part and Inventory Search

Back
Top