I have an image contained inside a div element somewhere in my page.
Using javascript in the onclick event of the image, I change the position of the image to absolute and change the top and left of the image in order to enlarge it across the screen.
Everything works fine in Firefox, IE7 and Opera, but not IE6.
In IE6, the image stays inside the div, but most of it gets hidden behind the div because the...
User Profile
Collapse
-
Absolute Positioning problem in IE6
-
XSLT vs DOM
I want to insert some formatted XML data into my webpage using php.
My question is which option would be the best choice in terms of performance:
1.) Using the php DOM functions and iterating over the structure mannually
2.) Or using the XSLTProcessor class and simply creating an XSLT stylesheet to use with it. (3 lines of php code)
Note: I do not need to write to the data, only read from... -
post_max_size
Hi
Suppose for a moment that you do NOT have access to the php.ini file....
Okay, now, I have a form to upload images and it does contain the MAX_FILE_SIZE hidden input field, and it does appear before the file upload input field.
It sets the max upload size to roughly 3MB
The current value of the php directive post_max_size is only 2M.
If I try to upload a file of about 6MB, it gives... -
XSL-FO table problem
Hi I have the following XSL-FO document that I'm testing with the FOP processor.
The table I put in, however, is completely stuck to the left side of the body-region, regardless of which margins or paddings I insert. How do I indent the whole table?
This is extremely frustrating.
Thanks
...Code:<fo:flow flow-name="xsl-region-body"> <fo:block space-before="5mm"
-
Yes i am, in fact i didn't use any code at all.
I just selected a new data source from the Data menu and basically dragged the icon of the datasource from the data sources explorer window onto my form.
The components appeared automatically. They are the Dataset, MemberBindingSo urce, MemberTableAdap ter, and MemberBindingNa vigator.
So I ended up with a grid, a few edit boxes and comboboxes on my form.Leave a comment:
-
XPath & namespaces
Hi
I have an XML document that I want to transform using MSXSL.exe:
Code:
<EA:Coming_So on xmlns:EA="http://www.ea.com">
<EA:Game>
....
</EA:Game>
</EA:Coming_Soon>
This is probably a very dumb question.
How do I access the root element, EA:Coming_Soon, using XPath?
I tried /EA:Coming_Soon, but I receive... -
Combobox changes data
Hi
I'm very new to VB.
I have a few combobox linked to a datasource with a memberbinding source.
But everytime i select a different record in the combobox it not only moves to the selected record, but also changes the old record (that i had selected) to the new value.
Why does it do this and how can I stop it from happening.
Thanks -
PHP error regarding Arrays
I use function to change a password in an xml file using simplexml. It works fine on my local server, as well as from the remote server when I use firefox, But for some reason, when I use IE and test the remote page it gives me the following error:
Fatal error: Objects used as arrays in post/pre increment/decrement must return values by reference in somepath.php on line 530
Here is the code snippet it points to:
... -
Ok thanks alot for the help.
Im off trying to create the compound query to eliminate these duplicates
cya...Leave a comment:
-
Okay I see what you mean.
I tried your way above and got 6888 records as opposed to the 6420 unique personnel_numbe rs in the table.
Just as a test, if i do the following:
And I get fewer results than when i simply say:Code:Select period, personnel_number FROM myTable GROUP BY period, personnel_number
then it means I...Code:Select period, personnel_number FROM myTable
Leave a comment:
-
Yea sure.
They are:
period (datetime), personnel_numbe r (nvarchar), ppaygrade(nvarc har)
The table serves as records of updates. I want to retrieve the latest (period) update for each personnel_numbe r, with the updated ppaygrade value for that period...Leave a comment:
-
-
Getting Unique values with GROUP BY
Hi
I'm trying to create a view containing 3 fields, all from the same table.
Here's what I have:
Basically I want the highest dateField for each field2, and then just add the corresponding field3 next to it. But this query doesnt give me unique values for field2Code:SELECT MAX(dateField), field2, field3 FROM table1 GROUP BY field2, field3
If I leave the field3 out... -
MSSQL Equivalent for SHOW CREATE TABLE
Hi
I need to convert the queries in a php system from MySQL to MSSQL.
What is the equivalent for SHOW CREATE TABLE?
Thanks -
How to get an element in ASP
Hey all.
Lets say I want to make an element (ex. an HTML select element) invisible when the user clicks a certain button.
How do I access that element in an ASP page, using VBscript (I will be using a database)?
Thanks
No activity results to display
Show More
Leave a comment: