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!

Search results for query: *

  • Users: lambi2001
  • Content: Threads
  • Order by date
  1. lambi2001

    did a website and owner now wants to replicate

    Hi there, I would be happy if somebody could give me some advice here: I developed a website for a client, mainly PHP/Mysql work. Not a huge deal, project was worth less than 200$. Client is a freelance journalist and uses the site for his work. Now he writes me an email saying that his...
  2. lambi2001

    image upload (blurred from one PC/good from the other)

    Hello, I have a problem with an image upload script. I am using php to upload an jpg image to a web server. On the server the image is not touched by any kind of manipulating script. I use move_uploaded_file() and copy() to change the name of the image. Now when I upload an image from my PC...
  3. lambi2001

    scripting scrolbars IE and Firefox ?

    Hello, I am trying to change the colors of scrollbars and found out that IE supports something like this: <style type="text/css"> <!-- BODY{ scrollbar-face-color:#75EA00; scrollbar-arrow-color:brown; scrollbar-track-color:#EEEEEE; scrollbar-shadow-color:''; scrollbar-highlight-color:''...
  4. lambi2001

    checking keys while mouse over links II

    I have a follow up question about the code that I am trying to produce. So what I would like to do is: Mouse goes over a link and then determines which key is pressed. This seems to be ok with the following code: function checkKeycode(e) { document.onkeydown = checkKeycode var keycode if...
  5. lambi2001

    checking keys while mouse over links

    I am trying to do the following: I have a link and I would like to check if keys are pressed while the mouse is over this link. Lets say I want to check is either 'a' or 'd' is pressed. that would be a link: <a href="blah" onMouseOver="checkkeys()">blah text</a> and this is my function that...

Part and Inventory Search

Back
Top