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 strongm 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. cyberwolf14

    User-group problem

    Hello I have a site on a free server and I have the following problem: main dir => User: lowie => Group: lowie +dir1 => User: lowie => Group: lowie +dir2 => User: 48 => Group: 48 The main dir and a dir inside it (dir1) user and group is set to...
  2. cyberwolf14

    redirect with .htaccess

    The Server API is CGI
  3. cyberwolf14

    redirect with .htaccess

    I tried that but it didn't work. $_SERVER['REQUEST_URI'] returns /index.php instead of /file.html
  4. cyberwolf14

    redirect with .htaccess

    Hello I want to redirect anyone who goes to a page that does not exist to index.php?page using .htaccess for example: Someone goes to: http://myserver.com/file.html that file does not exists so I want to redirect hem to http://myserver.com/index.php?file.html Is this possible??
  5. cyberwolf14

    Remove the resize button

    Thanks a lot !!
  6. cyberwolf14

    Remove the resize button

    Hello, How can I remove (or disable) the resize-button between the minimize-button and the close-button on the right corner of the form??
  7. cyberwolf14

    Adding text in a picturebox

    Hello, I want to add text in a picturebox. Is this possible or not?? thanks
  8. cyberwolf14

    problem with inet control

    Is it possible to see the whole html-code??
  9. cyberwolf14

    problem with inet control

    You are right but if I convert it I can still see only a part of the HTML code
  10. cyberwolf14

    problem with inet control

    Can this problem be fixed??
  11. cyberwolf14

    Scroll through HTML code.....

    It's very easy and you can do it even without a script just put this code under the <body>-tag: <base target=&quot;_blank&quot;>
  12. cyberwolf14

    problem with inet control

    Hello, I have a problem with the code bellow: Private Sub Command1_Click() Text1.Text = Inet1.OpenURL(&quot;http://www.hotmail.com/&quot;) End Sub With &quot;http://www.hotmail.com/&quot; there is no problem at all. It gives the source of the website in a text box. But if i change...
  13. cyberwolf14

    the letter of keycode

    thanks
  14. cyberwolf14

    the letter of keycode

    Yes but theres an easier way, somthing like this: givemecode(window.event.keyCode) but givemecode() is wrong and I don't know what it has to be
  15. cyberwolf14

    the letter of keycode

    Hello, <textarea onkeyup=&quot;alert(window.event.keyCode)&quot;></textarea> If I write something in this textarea it gives me the keycode if the letter i've written. But I want to know the letter of the keycode. How do I know the letter from a keycode??
  16. cyberwolf14

    Problem with inet control

    Is this possible??
  17. cyberwolf14

    Problem with inet control

    Thanks it really helped me but I have another question. Is it possible that I just download a file (for example http://www.domain.com/index.html) without a password or username??
  18. cyberwolf14

    a program delete himself?

    It's very difficult if I have to work with 2 programs. Isn't there an easier way??
  19. cyberwolf14

    a program delete himself?

    No, it doesn't work: run-time error '75' Path/file access error
  20. cyberwolf14

    a program delete himself?

    Hello, Does somebody now how I can a make a program that deletes himself??

Part and Inventory Search

Back
Top