I have a page where I need to read a cookie and pass it's value in my href.
The cookie name is 'psid' and I can see it's value from the browser when l am on the page.
What is the best way to do...
I am using Javascript and AJAX to dynamically populate my select list values. This works fine on all browsers, but on the IPhone or IPad it seems to have a timing issue. When users tries select list...
Thanks, but I'm looking at hundreds of files being uploaded at a time. What about a different approach. If I make the user zip up the files into 1 zip file, is there a way to upload and then extract...
I have a page witha file browse input type. My users want to upload a bunch of image files at 1 time (500+). Is there anything that allows you to pick multiple files (or better yet all files in a...
I'm doing this:
My item has a value of: 'Z:\images\Test.JPG'
with
onChange="javascript:basename(this.value,'')";
on IE your script alerts this:'Z:\images\Test.JPG'...
I have a multi-select item. It stores the values in an array. When I have multiples selected, it would look like this (values seperate by ':'_;
10:20:30
I removed the catch(er){} from the 'isFormChanged' function
but I'm not seeing any errors in the browser. Is there something else I need to do to see what is happening?
I have been using some javascript to check to see if any items were changed and warn user before exiting. It seems to work fine on all pgaes eccept those that have radiogroup type items. Any page...
I am trying to get my javascript function to run from a select list (for Firefox and IE). This script needs to fire before the select values are displayed.No matter what method I try one of the...
I have a select list on a page that is geting values from database. When user clicks on select list, I want it to wipe out the values that were there and select whatever is current from database. I...
I have a form that currently has a submit button. My users are asking to implement a 'ctrl-s' shortcut on every input item that will do a submit. How do I do that?
I don't want the field rendered at all on the screen, but it has to be dynamic so I can turn it on/off with a button.
I already have it set to:
document.getElementById('xxx').style.display =...