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 bkrike 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 olegkot

  1. olegkot

    about: performance problem

    Hi! As u know there is an option to wrire html (including script code) in IE address bar in the following form: &quot;about:<html><body>hello</body></html>&quot; and to get the result on the browser window. It desn't work (win XP, IE 6.0028. sp 2). Any ideas? oleg.
  2. olegkot

    login with sessions php 4.1.2

    Hi! Pls help with sessions staff. I'm trying to send my users to login ones in a session when they come for the first time to page play.php. But it does not work. Any ideas as well as solutions. Thx in advance. There are 3 php pages: 1. play.php -------------------------------- if...
  3. olegkot

    Apache on win XP seems not start working

    I've done it: Now my address is olegkot.dyndns.org.
  4. olegkot

    Apache on win XP seems not start working

    Hi! this is what you asked: 1. netstat: TCP oleg:echo oleg:0 LISTENING TCP oleg:discardoleg:0 LISTENING TCP oleg:daytimeoleg:0 LISTENING TCP oleg:qotd oleg:0 LISTENING TCP oleg:chargenoleg:0 LISTENING TCP oleg:epmap oleg:0 LISTENING TCP oleg:microsoft-ds oleg:0 LISTENING TCP oleg:1025 oleg:0...
  5. olegkot

    Apache on win XP seems not start working

    Hi! I'm still here... can somebody show me mistakes in my httpd.conf pls: ### Section 1: Global Environment ServerRoot &quot;C:/Program Files/Apache Group/Apache2&quot; PidFile logs/httpd.pid Timeout 300 KeepAlive On MaxKeepAliveRequests 100 KeepAliveTimeout 15 # MaxRequestsPerChild...
  6. olegkot

    Apache on win XP seems not start working

    Listen guys! 1. I don't have domain name - I need apache for development perposes. 2. In the right-bottom coner of the main window there is Apache's feather. When I open it - no services installed is shown. May be I need to install some additional services?
  7. olegkot

    Apache on win XP seems not start working

    How do I set Apache to begin as a service? About address - yes it's a dynamic one. How can I set the address if it's changed? oleg.
  8. olegkot

    Apache on win XP seems not start working

    Hi! I've installed Apache2 on my win XP and configured httpd.conf file (1. DocumentRoot &quot;C:/website&quot;; 2. <Directory &quot;C:/website&quot;> ). But nothing has happened. It seems like server is not starting to work by pressing &quot;Start button -> Program Files -> Apache ->...
  9. olegkot

    xml for SQL DB from begining

    Hi! Pls recommend free sources of learning xml for SQL. Thx.
  10. olegkot

    Hello! I'm debugging my asp appl

    Hello! I'm debugging my asp application which uses check conditions in global.asa and redirection to different addresses. In IIS-4 on NT platform my application doesn't enters the global.asa at all, while in IIS-5 on WIN2000 it works perfect. Does somebody know about it? thx, oleg.
  11. olegkot

    disable &quot;file/new/window&quot;

    How to disable &quot;file/new/window&quot; option of browser? Thx.
  12. olegkot

    to disable option of Ctrl+N / New Window from JavaScript or ASP

    Hi! I'd like to disable an option for my users to open the same document in new window by Ctrl+N or by choosing File/New/Window. thx, oleg
  13. olegkot

    How to trace all changes made in certain DB for today?

    Hi! How to trace all changes made in certain DB for today? I need to see actually all changes trought all tables of the certain DB. Can somebody help? I'm complitely new in SQL. thx in advance, oleg.
  14. olegkot

    SQL maintenance

    Hi! Some application is working with SQL DB. My target is to analize how it is working - which action in application relates (put data) to which tables / fields in DB. Is here any &quot;log file&quot; readable containig all these actions so I can see them? thx, oleg.
  15. olegkot

    onClick event handler doesn't work!!

    Hi! I've got a strange problem: ASP application, DB based - there is a page showing results of choice collected from DB. On this page there are two buttons: prev and next with JavaScript handlers onClick on each of them. Those handlers are taking location string and sending to server request...

Part and Inventory Search

Back
Top