Search:

Type: Posts; User: IntelSucks

Page 1 of 13 1 2 3 4

Search: Search took 0.21 seconds.

  1. Replies
    6
    Views
    1,356

    Re: Run Program with switches

    Yes. I first tried with the full path...then tried it with just the exe name while the script was in the same directory. it runs the program fine without the switches....
  2. Replies
    6
    Views
    1,356

    Re: Run Program with switches

    I guess I should have clarified that I have also already tried it with just the exe in quotes...also doesn't work which surprised me.
  3. Replies
    6
    Views
    1,356

    Run Program with switches

    Is there a way to run a program in vbscript with switches like u can do in a batch file?


    Sub Run(ByVal sFile)
    Dim shell

    Set shell = CreateObject("WScript.Shell")
    shell.Run Chr(34) &...
  4. Re: What if you are right in an interview but felt stupid by the interviewers

    I got laughed at in an interview for saying S-Q-L, instead of "Sequel"...

    Then, she said "its funny how "non-professionals" call it S-Q-L".

    I declined the job offer.
  5. Replies
    12
    Views
    755

    Poll: Re: Is Google God?

    :thumb: :thumb:
  6. Replies
    12
    Views
    755

    Poll: Re: Is Google God?

    No, Google is the Government.
  7. Replies
    15
    Views
    1,245

    Re: [RESOLVED] DatepickerDIV ~ Issues

    Fixed it....


    function hotelMax(){
    var ciDate = new Date(document.getElementById("checkinDateFld").value);
    var coDate = new Date(document.getElementById("checkoutDateFld").value);
    if...
  8. Replies
    15
    Views
    1,245

    Re: [RESOLVED] DatepickerDIV ~ Issues

    I'm more worried about the #4 business...

    Why wouldn't this work?:



    function maxDays(){
    var ciDate = new Date(document.getElementById("checkinDateFld").value);
    var coDate = new...
  9. Replies
    15
    Views
    1,245

    Re: DatepickerDIV ~ Issues

    Sorry, I realized that I was depending to much on you guys rather then just trying more myself. I have the capability to do it, I just had so much crap going on I was trying to pawn it off I...
  10. Replies
    15
    Views
    1,245

    Re: DatepickerDIV ~ Issues

    Okay, I didn't mean "I can't do ANYTHING." Just to clarify, because all the help I have been given has been very appreciated and I have done a lot with this datepicker already. I was just...
  11. Replies
    15
    Views
    1,245

    Re: DatepickerDIV ~ Issues

    I didn't ask you to do it for me, I asked if it was possible to do that. Would I have to totally scratch what I have?
  12. Replies
    3,455
    Views
    627,737

    Re: What song are you listening to right now?

    He is Legend - The Creature Walks
  13. Replies
    15
    Views
    1,245

    Re: DatepickerDIV ~ Issues

    Okay...I can't do anything with this thing...is there anyway I could make each date on the calendar an href with and onclick event?...because the way this is set up is just confusing...and im running...
  14. Replies
    15
    Views
    1,245

    Re: DatepickerDIV ~ Issues

    No ideas, anyone?
  15. Replies
    15
    Views
    1,245

    Re: DatepickerDIV ~ Issues

    Still shows 1908 after changing settings.

    I've seen multiple sites where you can type in 08 and 2008 comes up. I haven't seen 1908 come up before.
  16. Replies
    15
    Views
    1,245

    Re: DatepickerDIV ~ Issues

    Ah, yes. Well it is going by 4 digit years, but im just saying JUST IN CASE a user types in as a 2 digit..then clicks the calendar for some reason heh.

    Let me give that a try.
  17. Replies
    15
    Views
    1,245

    [RESOLVED] DatepickerDIV ~ Issues

    The last thread was getting a bit confusing, it is technically resolved so I am starting a new thread...

    61549
    61550


    Here is everything I need to get this thing done, so any suggestions...
  18. Replies
    3,455
    Views
    627,737

    Re: What song are you listening to right now?

    Chiodos - I Didn't Say I Was Powerful, I Said I Was A Wizard.mp3
  19. Re: DatePicker, Show 2Months at a time.

    couldn't I do something like this for my #3 issue..



    function autoDate(){
    var oDate = new Date(document.getElementById("checkinDateFld").value);...
  20. Re: DatePicker, Show 2Months at a time.

    Well, I created some variables and I am now hiding and showing the combo boxes...however only set it to show when the page is clicked....in the this.hide function or w/e. How can I make them visible...
  21. Re: DatePicker, Show 2Months at a time.

    scratch what I said about the separate row thing...figured that out heh.

    Now I just need to get it positioning under correct elements...and I need to figure out how to disable the combo boxes on...
  22. Re: DatePicker, Show 2Months at a time.

    <div id="datepicker"></div>
    <script> var oDP = new datePicker("datepicker");</script>

    <TD width="100px" height="15px">&nbsp;&nbsp;<INPUT class=normal_s type="text" name="checkinDateFld"...
  23. Re: DatePicker, Show 2Months at a time.

    61384

    61385




    Also, I was going to ask you if there is anyway to put the "Days of the week" you added, into a separate row for formatting issues.
  24. Replies
    3,455
    Views
    627,737

    Re: What song are you listening to right now?

    Chiodos - Is It Progression if a Cannibal Uses a Fork?
  25. Re: DatePicker, Show 2Months at a time.

    So...changed my code...see attached.
    61381
    61382


    Which made it ..."Better"...but still not positioning right. Im a slowly learning this crap heh.
  26. Re: DatePicker, Show 2Months at a time.

    Okay, so the one you created (I now see) that you have this option... It isn't working for me under ANY element. Im assuming because of how much crap is on the page I have it on....too much...
  27. Re: DatePicker, Show 2Months at a time.

    Okay...disregard that...I ended up fixing it. User error I think. Now all I need to do is implement some kind of positioning...

    The original script I was working with used this function...

    ...
  28. Re: DatePicker, Show 2Months at a time.

    Yes...and it works find on blank pages...but when I try to integrate it into the page im working on...doesn't work.
  29. Replies
    3,455
    Views
    627,737

    Re: What song are you listening to right now?

    Architecture in Helsinki - One Heavy February
  30. Re: DatePicker, Show 2Months at a time.

    HAS to be a conflict with other stuff on the page...any suggestions?
  31. Re: How to format partition in an unattended install.

    Check out these sites...

    http://unattended.msfn.org/unattended.xp/

    http://www.hytekcomputer.com/Articles/XPInstall/1.shtml


    and for installing from your hard drive...
    ...
  32. Re: How to format partition in an unattended install.

    Okay...now after thinking about "unattended install" for a while..I realize that you are wanting to install windows without any user input (product key, name, etc.)... Correct?
  33. Re: DatePicker, Show 2Months at a time.

    Thanks.

    Can you see anything wrong with this...


    sHTML+=dateTD+"<div class=\"dSpan\" style=\"width:29px;\"...
  34. Re: DatePicker, Show 2Months at a time.

    <div id="locLookupDiv" style="position: absolute; z-index: 20; visibility: hidden; width: 360px; background-color: #FFFFFF; border: 1px solid #000000;"></div></td>
    <TABLE width="300px"...
  35. Re: DatePicker, Show 2Months at a time.

    Tell that to my superiors.

    Tables are EVERYTHING! I have to work with what I have...and it Sucks.

    I friggin hate tables...
  36. Re: DatePicker, Show 2Months at a time.

    Awesome.

    May I suggest also adding a row for the name of the days of the week.

    I am working on formatting it and trying to get it to work in my JSP..having issues I think because I have so many...
  37. Re: How to format partition in an unattended install.

    Yikes. I think it sounds like you wan't to install XP from another partition...thats as far as I got.
  38. Re: DatePicker, Show 2Months at a time.

    Wow thanks...this is pretty much exactly what im looking for. I can just apply the CSS I already made...thanks so much.
  39. Re: DatePicker, Show 2Months at a time.

    Sweet, working...lemme take a look at it. Thanks for the effort btw.
  40. Re: DatePicker, Show 2Months at a time.

    I think its corrupted, couldn't open it in winzip or winrar.
Results 1 to 40 of 500
Page 1 of 13 1 2 3 4



Click Here to Expand Forum to Full Width