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 Chriss Miller 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 zoser

  1. zoser

    Open array results in a new window

    I wrote a CF page to parse XML and display the contents on the web. The contents are a bunch of news links; I would like the links to open in a new window and reuse the window instead of opening multiple windows. I am really close to getting it to work but whenever I test the page it only opens...
  2. zoser

    ssl in IIS 6 produces a page cannot be displayed error

    I figured it out. Turns out to be a simple solution; just took me a while to find it. IIS sets the port to any IP address and you have to specify the IP address in order for SSL to work. To do that, after you install the cert and enable the SSL port to use 443 click on the advanced button...
  3. zoser

    ssl in IIS 6 produces a page cannot be displayed error

    I just finished upgrading our server to win 2003 and IIS 6. I am having problems when I install a cert in IIS and specify the SSL port as 443 in the website properties tab. Whenever I try to access the site via https in IE, I receive a page can not be displayed error. Whenever I delete port 443...
  4. zoser

    Index Server Causing High Memory Usage

    I inherited a web mess...it is running NT 4.0, IIS, and Index Server. Index Server is running the memory usage so high that if I don't stop and start the service twice a day, the website crashes in the middle of the afternoon. I looked at Microsoft's knowledge base and it said that IFilters...
  5. zoser

    Interpretting Event Viewer

    Does any one have a good resource on how to interpret log files (especially security logs) in event viewer?
  6. zoser

    IIS Utility

    Does anyone know of a utility that will run and list directory security settings on files in IIS? Just inherited a system and have no documentation from previous employee.
  7. zoser

    Index Server Error

    I am having the same problem. How do I fix it???
  8. zoser

    Coldfusion 5.0 or MX?

    I am new to the world of Coldfusion. A company just hired me and told me to learn it. I asked what version they are running and they said that they just upgraded to 5.0. Is that the same as MX? I couldn't find any information on the Macromedia website about 5.0. Thanks!
  9. zoser

    Need advice about laptop purchase

    Got it narrowed down to a few choices. I went to apaches website to take a look at that server you were talking about but I am not sure which one I should be looking for. Do they have a personal web server on the site? If so, where?
  10. zoser

    Need advice about laptop purchase

    thanks for letting me know. i had heard from a friend that compaqs were like that. i will definetly not get a compaq. thanks for the urls.
  11. zoser

    Need advice about laptop purchase

    I am a web developer, and in the market for a laptop. I know exactly what I want but do not know which brand is the most reliable. It is important that I get something that won't let me down because I have clients depending on me to do work for them. Right now, Compaq is giving great deals but...
  12. zoser

    what is shtml?

    sweet!! this will help a lot. i was having trouble finding anything on the major search engines
  13. zoser

    what is shtml?

    I have an interview at a client's this week and am doing some homework into the structure of their site. The site has shtml file extension. I can't find information anywhere about shtml, what it looks like or does. Can someone point me to some good informative resources? Thanks!
  14. zoser

    form validation

    thanks for the info. but i can't seem to get it to work this is the code -- looks similar to DoubleV's but isn't working (it is part of other validation statements) else if ( (document.initiationForm.gdg[0].checked != true) && (emptyField(formObj.gdgNum)) alert("Please fill in yes or...
  15. zoser

    form validation

    Does anyone know how to validate a checkbox and text field together? For instance, I am creating a form that has a checkbox for the answer "Yes" and textfield for the answer "No" The question is something like this: Do you like ice cream? Yes (checkbox) If No, Why...

Part and Inventory Search

Back
Top