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 wOOdy-Soft 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 cluksha

  1. cluksha

    error : object expected

    The oddest thing is that I swore I tested that exact issue last night. I just tried it again and it is working fine. Thanks for all the input everyone! Chris Chris Luksha Echo Web Services Making Your Website Resound www.echowebservices.com
  2. cluksha

    error : object expected

    Unfortunately - no. Chris Luksha Echo Web Services Making Your Website Resound www.echowebservices.com
  3. cluksha

    error : object expected

    Interestingly - It was simply not working in IE 7. It works fine in Firefox - which I test in usually - but I switched over to IE on this one when I started getting another error. I am stumped :) Chris Luksha Echo Web Services Making Your Website Resound www.echowebservices.com
  4. cluksha

    error : object expected

    FUny thing is - I did just the same thing you did for testing - I plopped it all in the same file and ouila - it didn't work. I will cut and paste your code and see what I get. thanks Chris Luksha Echo Web Services Making Your Website Resound www.echowebservices.com
  5. cluksha

    error : object expected

    For the life of me I can't find my typing error or programming error here... I am calling the script like this. <script type="text/javascript" src="../js/global.js"></script> in the head.. then <script language="javascript"...
  6. cluksha

    Multiple movies in one player

    I have gone through numerous tuts on flash vid and I am just sttill lost. I have 4 windows media files that I want to insert into a small flash player and allow the user to select which video to play as he chooses. Also - I would like one to load and play by default. I would rather the...
  7. cluksha

    3 Random Numbers

    That line actually generates number from 0-4 as there are 5 items in my imgCt var. The problem is that occassionally it generates an "undefined" when pulling it's relative item from the images array. So if the value is undefined - then it will not show an image. Thanks Chris Chris Luksha...
  8. cluksha

    3 Random Numbers

    I am trying to pick 3 random numbers from an array length. (I have 5 images that I need to show 3 of each time a page loads - but none can be the same.) So I need to pick 3 random images from a list of 5 and ther ecan be no duplicates - like I have already done in this post :) Anyway I...
  9. cluksha

    File: New Movie Recording Not available

    The QTP docs say that in order to record a new movie from my vid cam, I need to select File: New Movie Recording. Yet this option is not available. I do however have the New Audio Recording option. Does anyone have any ideas? Thank you, Chris Chris Luksha Echo Web Services Making Your...
  10. cluksha

    Send Data from Acces to Word and then sever the connection

    I need to create a function in Word / Access to allow the user to click a button from within Access and have the data from the selected recordset, prepopulate a word template and then have Word sever the connection so the user can then edit the word doc as desired and NOT, yes I said not, hav...
  11. cluksha

    Get Data From Access to Word and then sever the connection

    I need to create a function in Word / Access to allow the user to click a button from within Access and have the data from the selected recordset, prepopulate a word template and then have Word sever the connection so the user can then edit the word doc as desired and NOT, yes I said not, hav...
  12. cluksha

    Basing a form recorset on a user choice from previous form

    My apologies for the dual post. I found the VBA forum only after I posted in the Acces forum. I think it is ore appropriate here... I'm attempting to create a form that will ask the user which extate they want (via combo box, so the msgbox is out of the picture), and from that choice, open...
  13. cluksha

    Basing a form recorset on a user choice from previous form

    I m attempting to create a form that will ask the user which extate they want (via combo box, so the msgbox is out of the picture), and from that choice, open the new form that gives all the records related to the user choice, and then close the form that asked which estate. If that made...
  14. cluksha

    CSS Column Positioning

    By the way it looks like what you are trying to accomplish here ... #navBar{ padding-left: 62%; padding-right: 15%; border-bottom: 1px solid #ccc; border-left: 1px solid #ccc; } #content{ padding-left: 12%; width: 48%; position: absolute; } Is to put the content in...
  15. cluksha

    Redesign Conundrum

    The only problem I see with keeping the article in text file etc. is that the articles are not just plain old every day text. There are images placed throughout each earticle and there is plenty of formatting going on. Maybe I misunderstood you, but the text needs to have the markup in order...

Part and Inventory Search

Back
Top