Hi, i am using getStyleClass('tableB').style.display = 'none'; to make table rows invisable on the screen when selecting items from a drop down menu, this works ok but when i try and print the page or even print preview it - all table rows are visible, does anyone know why and have a solution to...
Hi the following code is part of my php page which displays files in a folder/s. When the user select the file it opens it automatically, can i pass the file to a download page or somthing which will open the file and prompt the user to download>
chdir($path);
$file_location =...
Hi, i am currently using the following <a href=\"$file_location$value\">$value</a> to allow a user to download a file which is in an .htaccess passworded directory.
If the user selects the file he/she will be prompted to enter a username and password (the same applies if he / she tries to...
Hi, does anyone know if it is possible to set an htaccess file for a directory with a username and password and get a php page to set the username and password?
Hope this sakes any scence!
Kindest thanks,
Dee
Hi someone has given me the following code to display all files / folders in a given directory...
This works fine but how can i stop the user from going up to a directoy that is higher than a given path? i.e
the directory is...
home/htdocs/_files/_standard/_reports
want to stop the user...
Hi, i have the following script which allows users to log in (via a form on a previous page), this works perfectly fine but how can i stop users from accessing an htm page directly without logging on?
Here is my validation code...
<?
/* Check User Script */
include 'db.php';
// Convert to...
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.