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...
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...
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:''...
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...
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...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.