Well, I'll be honest, I'm a bit too active online to keep track of who does and who doesn't react to the messages I write on forums.
I'm glad to hear that your problem was solved, though.
Well, building websites usually doesn't require much maths or manual drawing. There are plenty of tools to help you make pretty buttons, menu's and other backgrounds. If actual art is required, it's...
The function in the get-call is only run AFTER the javascript-client gets a response from the server. The execution proceeds after the $.get-request immediately after the REQUEST is done, it doesn't...
I guess something like this would work if the new record with the given ID has indeed already been created with a default date-value. Otherwise you'll just get an empty resultset and, in your code,...
Well, either the message arrives as spam, your message is not coming through, or the server you're using doesn't allow sending messages (though I would expect an error, in that last case).
You can make the values of the selection box so that you can use this value to compose the filename directly, without writing a separate piece of code for each selection item.
First of all, if you're looking for Java knowledge, you're looking in the wrong place. This section is for JavaScript, which is not the same as Java.
Java can also be used to design websites, so try...
You could either check the current values of the other dropdown-lists (which requires a list of drop-down-list-handles), or you could keep a (comma-separated?) list of selected values in a variable....
Well, here's the explanation of the errors you got:
pass1 contains the string value "null". Null which is the value it returns when you press cancel in some browsers.
The "toLowerCase"-function...
Well, I can't make it for you today, but I can tell you how I'd do it:
- Use the onScroll event
- In the called Javascript function, check the document.body.scrollTop argument and use this value to...
Well, "Teamviewer" is the one that pops up most in my experience, though I'm not that experienced with remore controling computers, to be honest.
I think you need someone on the other side to...
You can use the css visibility option of a div to hide or show it from within Javascript ().
I don't have time right now, but I could make you a simple example tomorrow, if you can't figure it out...
- You can reload the same page, using PHP code to reveal more information, depending on the $_GET-arguments. This causes your page to reload, creating...