Thanks for your reply. The sample code is just to show the problem. The actual problem pops up when a menu option drops down and then covers an input control that happens to be there.
I do not want to hide the input but to not have the cursor blink through the element that happens to cover the...
I have the following problem specifically in IE.
I have a basic html with an input control and a div.
The div overlaps the input control using position:absolute.
In essence covering the input control. In IE the cursor can still be seen blinking through the div element.
HEre is my simple test...
Sorry my record class is a simple one record only handler.
My recordset class is just to show lists, walk through records, build dropdown lists etc. and doesn't do anything spectacular, but it serves its purpose. I just like to encapsulate data handling and not have SQL statements in my page...
Thank you all for the quick response, much appreciated !
@jpadie
I already do a lot inside my recordset class (that in its turn is based on my record class) for handling datasets.
The build clauses are actually depending on external variables such as posted values in a page, that is why I do...
Thanks. It is not laziness, but I find it more readable.
My code now looks like this:
$objRecordSet->selectionclause = BuildSelectionClause();
$objRecordSet->joinclause = BuildJoinClause();
$objRecordSet->whereclause = SetUpWhereClause();
$objRecordSet->orderbyclause =...
Is it possible to use a VB/VFP etc WITH block type coding in PHP ?
Like for example:
With $object
->property = value;
->property2 = value2;
->dosomething();
End with
TIA.
Hi all,
I am quite new to javascript so please excuse me if this is a beginners question.
I need to check an images src value against a constant value.
Here is what I do in words:
I fill an array with paths to different images.
When a user click on an image, it will be replaced by a randomly...
Guys,
I have solved the problem.
First of all I changed the header:
text/html => text/xml
and removed an included php that had ob_start() in it, probably causing the extra space in the output.
Thanks for your help anyhow, much appreciated !
Weedz (Edward W.F. Veld)
I have made a simple routine in which I build an xml string (no schema or validation).
After building the string I export it to the user using the echo function.
In my header I have the following:
<?php session_start(); ?>
<?php header("Content-Type: text/html; charset=utf-8");?>
<?php...
Thanks Slighthaze !! ;-)
I must say that I find it frustrating as well when you have put effort in something just to help someone out and you never know if it was helpfull because you never received any response on the things you have posted.
It is like talking to a firewall ;-)
Anyhow, it is...
Just a reminder, some barcodereaders use prefixes and suffixes (most are programmable).
Standards are <enter> as suffix and <tab> as a prefix.
Reading a barcode is not the hard part. if you use a keyboard wedge barcode reader it will just send the dat to the keyboard buffer and windows will...
IF have been doing VB fo the last year, after 5 years of Fox (FP26 and VFP) and I must say that in the beginning the notations used in VB looked odd to me as well.
But I guess it is just a matter of getting used to...;-)
Since VFP is a weak typing language (at least used to be, haven't fully...
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.