I have had a file in there for ages and rebooted the computer many times since it was deleted.
Every time I try to empty the bin it says:
'cannot delete dc133' as the file is in use by another programme.
even though the file is named home.psd and isn't being used at all.
Any ideas how to...
Hello,
I have a form and when the user types in any of 3 words and presses submit I want them to go to a certain page. If they don't type in any of the three words I want a little box to pop up saying they haven't entered a correct word.
How can you do this please?
James
Thanks. Not really sure what you mean but I'll keep looking into it.
This is just to highlight the functionality of the password system in the testing phase.
Eventually the password will be done with PHP and a MySQL database.
Hello,
I have a box and when the user enters a password and presses submit I want them to go to a page.
I can do this for one password but I have 30 passwords and I want the user to be able to enter any of these and be taken to the same page.
So I guess I need an array or something but I...
Hello.
I have a site with two frames. I have a graphic in the top frame and one in the borrom. I want to roll over the graphic in the top frame and have the one in the bottom frame change.
How do you do this? The top frame is called 'top' and the bottom one is called 'centre'.
Thanks
James
I use this function to validate the telephone number in a form box. How do I amend it so it allows spaces as well as valid numbers?
Cheers
James
function checknumber(){
var x=document.myFormName.Telephone_Home.value
var anum=/(^\d+$)|(^\d+\.\d+$)/
if (anum.test(x))
testresult=true
else{...
Hello.
This doesn't work.
I have
<script>
function checkSubmit(){
var checked;
checked = document.forms[0].box.checked;
if (checked == true){
url = 'appwin.php#man'
winMap =...
I have a JavaScript function. How do I activate this function by clicking on a text link IF a particular check box in a form is checked? If it is NOT checked then the link does nothing.
Cheers
James
I have a page - when you click a link on it, a pop up opens.
If the user closes the pop up by clicking on the X in the top right hand corner, can you make this refresh the main window the pop up came from?
Cheers
James
This works on it's own but I need to do several functions in the onSubmit:
I have:
onsubmit="return (checkban() && checkSubmit() && checkFunction());"
Is this syntax wrong? It does the first two functions but ignores the last one.
Thanks
James
Hello,
I have done this and put onsubmit="return(checkCheckboxes())" in the form tag but even if I check a box it still says I must check at least one box.
What is wrong?
Thanks
James
I tried:
function refreshPage() {
self.reload();
}
in the main window
and
<a href="javascript: void(0)" onclick="opener.refreshPage()">
in the popup link but this just brings up the JavaScipt error:
"Object doesn't support this property or method"
What is wrong?
Cheers
James
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.