Just as a matter of interest I tried to apply a max-width using same method but without success - any suggestions please?
document.getElementById("pixb" + i).style.max-width="20%";
Very new to Javascript and trying to run before I can walk but I am trying to use a javascript routine to change styling dynamically - I have a number of <Div> with generated IDs pix1, pix2 pix3 etc and images with an onclick function example hidepix(1), hidepix(2) etc. I am trying to write a...
I have recently ventured into the world of xml and am successfully updating data from an xml file but am having difficulty when there is a problem in the xml. I have solved the problem of trying to copy a file that is missing using file_exists but my latest issue doesn't even allow me to reach...
I want to call a PHP function based on information extracted from a form with javascript
hard-coded works fine:
if (x=="BSP"){
if (b){
var thecontent="<?php distincttype('BSP') ?>";
document.getElementById("BSP").innerHTML =thecontent;
}else{
document.getElementById("BSP").innerHTML ="";
}
}...
Perfectly good application wont run on new laptop so tryingto re-code but database access problems. Running visual studio express on windows 8.1 how do I connect to an existing Access (MDB) database - plain english sort of "idiot guide" please or pointers to good (up to date) tutorials
For reasons too complicated to explain I would like to read the contents of a page generated "on the fly" using PHP with mySQL to save as an archive file. Simple code:
$url='blanca.html';
$str = file_get_contents($url);
echo $str;
works great with standard HTML files but...
Hi and thank you so much but it is not quite what I am trying to do - I am trying to count how many users viewed ech property ignoring multiple viewings by a user. So for example
if user1 has viewed property1 x 2 property2 x 3 property3 x 4 and
user3 has viewed property1 x2 only the results...
Help please I have table with two key fields varUser and varProperty - I am trying to count varProperty within a distinct varUser query to count varPropeerty only once for each user. SQL not my strongpoint and I can get a distinct or a count but not both.
Thank you so much I understand the reasons why there is a memory useage but should that memory not be released once the email procedures are complete or is there some way to release the memory manually?
I have recently converted a subscription only newsletter to email sending email with attachment. All works well even when looped to send multiple emails from database. What is noticeable is that after sending even a few everything seems to slow down after emails have been sent - is there some...
Way out of my depth here but it nearly works so where am I going wrong (apart from trying it in the first place)
What I am trying to achieve is to take multiple values from a picklist then using a PHP function to create another picklist based on the results.
So far the code creates an SQL...
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.