A very weird things are happening to me.
1. If I change the class of an Input Text field the value of the field is put at 0. So it seems that I have to save the value before changing the class, then I have to restore it.
2. It seems that it is impossible to change the CSS class again back to...
I can't understand your problem.
Is it only that you can't obtain the precise layout that you show in the output example ?
For instance where do you set the variable variables.location ?
It seems to me that loc_code can contain only one value (distinct) per record, not a list of values, unless...
Hi Krystian.
Thanks for your example, but it is mandatory to hide everything and not to force to click on a kind of MENU controller.
I prefer an active/passive functioning like the document.onmousemove management.
However thank you for your code.
I appreciate it.
Sergio
Thank you jpadie.
Unfortunately it seems not working for me (i'm feeling a sort of idiot...).
Could you please post the complete example that works for you ?
Thanks in advance.
Sergio
Hello Folks.
I have a customer who hates menus. She would like to see the menu the very few time she needs is, to make the selection and then hide again.
The ideal situation should be to display the menu with a quick fade in, then, if the mouse stops moving, after a certain timeout the menu...
I have found it.
I was gourping with the wrong table.
I was grouping on orders instead of employees as I wrote here. This was because by the original query has different tablenames.
Thanks however for your help.
It helped me however writing and analyzing the query with you.
Stay so well.
I have forgotten the GROUP BY statement, but it has be done on the ID as the COUNT object, that is the orders table.
SELECT employees.E_surname
, employees.E_name
, COUNT(orders.ID) AS HowManyOrders
FROM employees
LEFT OUTER JOIN orders ON
orders.ID =...
I did, but it doesn't work.
I have a COUNT(*) into my query that when fails (it returns NULL) it also fails the query and the row is rejected.
the query ismore olr less like this:
select E_name, E_surname, (count(orders.ID)) AS HowManyOrders
FROM employees left outer join orders on orders.ID =...
Hello to the community.
I have a problem with joins.
Being a novice in SQL I found joins very useful, so I started to use them everywhere in my application since I discovered that I have a problems with multiple joind - and in simple joins too - that failed.
I have found that if I try to joins...
Well Folks,
at the end of the story I was able to make it work
using both of your suggestions.
I decided to replace the part of the routine that
was giving a better result about the window
dimensions, the first version that I put in my first
post.
Now it works fine.
This is the working...
Dan,
thanks a lot for your suggestions. I tried them without any result.
I decided to post a complete html template with the complete job.
The DIV, as you can see, just remains where it is, instead to be re-positioned in the center of the page.
I really can't understand why the DIV isn't...
Folks,
I can't understand why this function refuses to do it's kob.
It is supposed to center a DIV in the window.
function CenterDiv(n) {
var myWidth = 0, myHeight = 0;
if( typeof( window.innerWidth ) == 'number' ) {
//Non-IE
myWidth = window.innerWidth;
myHeight = window.innerHeight;
}...
Sorry Traingamer,
but it seems not working as well.
Said this I will try to start again fron scratch to guess which is the parameter that fails, adding one by one.
Thanks you all Folks!
Sergio
Vragabond,
thanks for your suggestions, but the problem that I asked help for remains open.
I'd like to know if this design is incorrect somewhere and I'd like to understand which is the parameter which makes IE to fail and why it doesen't in FF.
Is there anything wrong in the definitions ?
If...
The problem is that it does render on Firefox but it doesn't on IE unless I delete the doctype declaration.
This is not a real menu, but only a test, but it doesn't change.
If you to save the document and - ok, the height:30 mus be corrected in 30px - but run it, you will see that in both cases...
Hello Folks.
I'm experiencing a very strange problem
This is the listing of a file that's driving me crazy.
=============================================================================
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>...
This is the structure of the table, called DOCTEXT.
As you can see there is nothing strange: it is a common MyISAM table.
Instead of the code, the problem has come out with the standard GUI tools as Administrator.
The text fields are all collated as utf8_general_ci.
FieldName...
Hello Folks.
I'm dealing with a weird behavior that seems to affect all MySQL and I cannot find any documentation about.
The fact is this: if I try to send to a db a text longer than 63000 (and some) bytes from somewhere that is not the Localhost console, the servers (all I have are 5.0)...
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.