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 Zycmi

  1. Zycmi

    IIS web site cannot be displayed when Norton Firewall active.

    When the firewall is down, full access to the site is available, however, once the site is up, I immediately lose all connection to the site except for those computers listed in the trusted computers section of Home Networking. I certainly do not want to allow access this way. I have also...
  2. Zycmi

    Can't view shares on network

    Just something to add. There's a 3rd computer which connects to the same LAN, that one has win 2000 on it, and is properly networked to connect to the older of the two computers. They could find eachother in the workgroup lookup. The new computer can't connect to either one of these. When I...
  3. Zycmi

    Can't view shares on network

    I haven't been able to get my computer to see the shares of 2 other computers on a larger network. I am running windows XP pro, and I cannot be seen on the network either. I need to map a network drive, so I can't do it without being able to recognize a shared folder. can anyone help? thanks.
  4. Zycmi

    Trouble connecting 2 computers across 2 Novell Servers

    they're running windows XP Pro by the way.
  5. Zycmi

    Trouble connecting 2 computers across 2 Novell Servers

    I've got two specific computers on a LAN powered entirely by novell. one runs on the following setup, Tree: LU Context: Pers.PKR.LU Server: Personnel The other runs on this setup; Tree: LUL Context: Empl.LUL Server: LULDATA I would need to get these two computers to communicate via shared...
  6. Zycmi

    Call function from Form button onClick Action.

    I've also tried setting the vbscript to Run at server. That also gave no results.
  7. Zycmi

    Call function from Form button onClick Action.

    Hi, I'm having some trouble getting a function call within an onCLick action of a Form button working. The contents of the function must be defined as vbScript as per the example below. Does anyone have any idea why it won't recognize my function? Thanks in advance. Zycmi ---------Code...
  8. Zycmi

    Day() & Month() functions return other's info

    Hi, I've tried using the Day() & Month() functions as well as the DatePart function, I've noticed that the DAY and MONTH values are sometimes switching from one-another. In the event that the date is sent as yyyy/mm/dd, the functions return the correct values, however, if the date string is...
  9. Zycmi

    Getting VBScript to read Windows regional settings for date

    I've tried your suggestion, however using the DatePart function, I've noticed that the DAY and MONTH values are sometimes switching from one-another. as in, my date picker sends a date format dependant on the user's machine, which sometimes means it is formatted dd/mm/yyyy, and other times...
  10. Zycmi

    Getting VBScript to read Windows regional settings for date

    the LCID only reads the locale code, which is independant from the Date Seperator which may be set differently for some machines... I have also tried setting the date seperator to "-", then did a response.write date(). it returned the date with "/" as a date seperator. any...
  11. Zycmi

    Getting VBScript to read Windows regional settings for date

    Hi, I was just wondering if there is a way to get my vbscript to search my windows system for the regional settings for date. I have a date picker running on my machine, and it works wonderfully when the "/" character is used as the delimiter. however, some machines have a...
  12. Zycmi

    kill one session variable

    Yes, there IS a better way to do this. the command is: Session.Contents.Remove("VarName") Simply remember though, that if your server is an NT server you are running ASP 2.0 the above command is only supported in ASP 3.0 (win 2000+)
  13. Zycmi

    ASP OnClick Jscript problems (Sending variables through Function call)

    OK, I just wanted to thank everyone for their prompt help. I just noticed that Jscript variables don't accept a number to be the first character. by adding an underscore, it worked. Thank you very much. It still won't work if repeated more than a single time, but I'm one step closer for sure...
  14. Zycmi

    ASP OnClick Jscript problems (Sending variables through Function call)

    Same situation. Error: Expected ';' Code: 0 ------------------------------------ I've also tried casting it to a string just in case, though the variable IS a number turned string. (basically joined two 2 digit numbers also, if it makes a difference, the server is an NT server indicative of...
  15. Zycmi

    ASP OnClick Jscript problems (Sending variables through Function call)

    by removing the jsript: the same situation resulted. Error: Expected ';' Code: 0 Strange. seems like so much trouble just to send a vbscript variable to a .js file. problem is, my site will not work otherwise. Most of the code was copied from a Sample code offered at...

Part and Inventory Search

Back
Top