I can't really think of a good way to explain this so here's my best shot...
Ok...I can compare dates in javascript using > or < when I use Date()...for example:
var expiredate = new Date()
expiredate.setTime(expiredate.getTime() + (-90 * 24 * 3600 * 1000))
alert("Expire Date is...
I found a thread from a couple years ago that described what I need to do (display all the files in a folder), but the problem is that the code is not idiot-proof enough for me...
Here's the script that was posted before:
$folder=$fullfilepath;
opendir (FOLDER, $folder) ¦¦ die "Unable to...
This can't be very hard, but I can't seem to get it right...
I have some javascript that checks the user's browser, and if it is Netscape 6 or higher I want to change the position of a div.
I know the browser-check thingy and my if statement works, because I can use it to change the background...
Has anyone had any success using a cookie to display the select, checkbox, or radio button values of a form in Netscape 6? I know the cookie is setting correctly, because I can view the stored cookies in Netscape 6, but for some reason it won't update the form correctly.
For an example of what...
I have several <form>s on a single webpage. Does anyone know how I can submit them all at once?
I did a search on this forum and it seems like this question has been asked a few times already, but no answer was ever posted...
Thanks,
apc
In order to use absolute positioning I have a <select> within a <div>. Before this I referenced the <select> options with:
document.formname.selectname.selectedIndex == x
But that won't work now in Netscape 4.
What should I put now that it's in a <div>? Or am I just SOL?
Thanks
Has anyone successfully installed perl on the as/400? When I try to run a script I get an error that says "perl requires descriptor-based stdio."
Any ideas?
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.