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

    updating filenames in excel

    Thnanks PHV! That's exactly what I was looking for.. :-)
  2. slickyboi

    updating filenames in excel

    Hi, I am looking for a script I can use in excel that would take filnames within a directory and write to an excel spreadsheet updating once a day. I believe I seen it on the forum before but can't seem to find it.. Can anyone help me out...:-) Thank you! Slickyboi!
  3. slickyboi

    scipt to change registry settings in 5 areas

    Awesome.. Thanks tsuji, That worked...
  4. slickyboi

    scipt to change registry settings in 5 areas

    Hi tsuji, Thanks for helping me out. I went ahead and created a vbs for it and I received an error Microsoft VBScript Compilation error.I think I must be missing something
  5. slickyboi

    scipt to change registry settings in 5 areas

    Hi all, I'm not very good with vbs, and I found a script that will work for me.. It checks to see if a registry setting is set if not it writes in the values needed. But I need to do this in different areas within the registry. Is there an easier way to write this in one script instead of...
  6. slickyboi

    Body OnBlur causing problems

    Whoo hoo! You rock jemminger! That worked! I just had to add onClick="self.close()" too so it will close itself after in jumps to the link.. Thanks man! :)
  7. slickyboi

    Body OnBlur causing problems

    Thanks for your response... I went ahead and added the javascript into the head <script> function doClose() { if (!self.cancelClose) window.close(); } </script> added onblur=&quot;doClose();&quot;> into the body tag and added onclick=&quot;self.cancelClose = true;>my link to the a...
  8. slickyboi

    Body OnBlur causing problems

    Hello all, I set an onblur function to my pop-up window so if anyone clicks away from it.. It will close. But in that popup window I have a link if a user wishes to go to this link he can.. But the pop-up just seems to want to close when the user clicks the link and it doesnt even launch the...
  9. slickyboi

    Open a new window with a link within a popup

    I was able to figure it out! :) I guess sometimes you need to spend that little extra time talking to yourself lol....
  10. slickyboi

    Open a new window with a link within a popup

    Hello, This has probably already been asked but I am having a tough time searching for this javascript code.. I currently have a very simple window.open script. Ok here is the scoupe.. On the main page I have this script written in to open a popup when a user clicks a (img src). And I have a...
  11. slickyboi

    Move to next scene actionscript code

    I wanted the matrix display to stop and go onto the next scene where the credits would roll up..
  12. slickyboi

    Move to next scene actionscript code

    Ok I sent it off to ya! I also added the font in there just in case you didnt have it.. thanks a million for taking a look at this for me old newbie :)
  13. slickyboi

    Move to next scene actionscript code

    Yes I have a second scene. In the First scene there is only 1 blank keyframe and in that keyframe there is the actionscript I posted above. In the First Scene I wanted it to play for only 12 sec then go into the credits scene (scene2) and I thought if I added frames all the way till I reached...
  14. slickyboi

    Move to next scene actionscript code

    Hmmmm I don't have it posted anywhere. But I can send you the fla in an email its about 25kb I just added a 2nd scene in there to give you a better idea?
  15. slickyboi

    Move to next scene actionscript code

    No its an actionscript written in the 1st frame and it just loops. I tried to add a blank keyframe with a new layer at frame 200 with a gotoAndPlay(&quot;Credits&quot;); but it just seems to ignore it and just keeps looping... Its like the actionscript is just looping in the frame 1 from the...
  16. slickyboi

    Move to next scene actionscript code

    Hi all, I am working on a Matrix Parody film and I have this actionscript to create a matrix code raining effect but I want it to go to the next frame after frame 200 but I am not a guru with flash action scripting and wondering if anyone would know what I need to add to this script to make...
  17. slickyboi

    need help with input text link to url

    Can anyone look over my code to see what I have done wrong... Arrghh I know its probably something easy that I am overlooking but it doesnt seem to be going anywhere when I click the submit button...
  18. slickyboi

    need help with input text link to url

    Would you be able to look over my script to see what I might have done wrong? <HTML> <HEAD> <TITLE>Untitled Page</TITLE> <META http-equiv=&quot;Content-Type&quot; content=&quot;text/html; charset=utf-8&quot;> <SCRIPT LANGUAGE=&quot;JavaScript&quot;> function validateroom(field) {...
  19. slickyboi

    need help with input text link to url

    sweetness ,, thx vbkris When I hit the submit button it doesnt seem to go anywhere tho..Do you think I need to rewrite my form script in order for it to link properly? <form name=room onSubmit=&quot;return validateroom(this.room.value)&quot;> Room #: <input type=text size=5 name=room>...
  20. slickyboi

    need help with input text link to url

    } return true; location.href=&quot;HTMLPage&quot;+numberFromField+&quot;.html&quot; //if number entered is 10 this will give HTMLPage10.html and redirect it to that page } I added this to the code but it's not working.. Am I not doing something right?

Part and Inventory Search

Back
Top