User Profile
Collapse
-
Would help if you post (or send me) (part of) the sourcecode you are using... -
Some small changes made, both to script and PHP file.
This works for me (IE and FF):
PHP:
Code:<?php $postdays = $_REQUEST['lstPost']; $exp_date = time() + (86400 * $postdays); $expdate = date('l, m-d-Y H:i:s A', $exp_date); echo $expdate; ?>
Code:<select name="lstPrpTypeDesc" id="lstPrpTypeDesc"
Leave a comment:
-
Sorry, but I don't see any mouse-over effects (FF or IE) on that url. R U sure that's the right page??Leave a comment:
-
For simple forms I mostly use something like this:
Code:<html> <head> <title>testing</title> <script type="text/javascript" language="JavaScript"> function isChecked(theInput) { var result = false; // for radiobuttons: if (theInput[0] && theInput[0].type == 'radio') {
Leave a comment:
No activity results to display
Show More
Leave a comment: