Hi there
I'm trying use jquery to change the size of a popup document window so that the main image on the page will always be visable regardless of image size
eg: (see code snippet)
...
I've got a page with a textbox and a dropdown list. The textbox will autofill with the value of the selected item in the dropdownlist on change. What I need to have happen is for the value o...
I am looking for a simple way to reference all the dropdown controls on a page, and disable them when a particular text box's text is changed. My page has other elements, such as text boxes an...
Hi,
I want to create a loader that would darken the whole page and spin a little graphic always in the center to indicate the page is loading. When the ajax response was returned it would ...
I have a simple Javascript login check that is giving me an error when it comes to checking to make sure a user inputs the same password twice when registering on my site. I think I need ano...
I need to automatically refresh webpage every 10 seconds, however i want to maintain scroll position. Unfortunately when using meta refresh or javascript location.reload, page returns to top.
...
I use a third-party shopping cart which doesn't allow me to control the HTML of the shopping cart and checkout pages. All I have is a place to put some CSS or JS at the top of the page.
I h...
I have a embedded flash object(launched in popup window). Once your done, it captures data and closes the window. I want the popup window to send a URL to the parent page.
does that make se...
Hi Everyone,
I'm trying to use a backgroung image for a website that I'm devoloping,the image is quite large,what I want is a small image and resizes autamitacly according to users resoluti...
Hi,
I want to store and retrieve Username and Password using Cookies. I want a simple example on this. Please comment your code so that i will better understand it. Please do not provide UR...
Hello Experts,
I have been working on a JavaScript solution for my website. The task is to get a hidden div to "pop up" in the middle of a users screen based on a set of timers. for testing...
Hi
I've a problem with Javascript function in Firefox.
This function is used to copy contents of a gridview (generated by ASP.net) into clipboard, and remove the headers the headers.
Un...
I have a button
<input type="submit" name="Delete" value="Delete">
I want to use Javascript to change the type
I tried:
document.DetailView.Delete.type='button'
This works per...
the code for my login page is attached. this page was added into a pre-existing app. the user wants to be able to hit the enter key and have the form submit. How do I do that?
I have been give this website to work on:
www.unidesk.com
and am getting a javascript error in IE 6 at the lower left hand side of the browser
If I double click on on the yellow icon,...
Hi,
I have a form that requires validation depending on whether a radio button is checked and would like to know how to toggle code in <span id="no_validation"> on and <span id="validation"> ...
Hi Experts,
I want to be able to make a div scroll left or right.
If i set the positioning in the style for that div to either relative or absolute, it works, but it doesn't seem to be ...
I've been trying to get this to work for quite some time now, I am having no luck with it. I know if used to work because it's working on various other sections on my site, but I can no longer...
Hiya,
I have a page set up as below, and I'm trying trigger the 'sayMessage' javascript function from a link in the page within the iframe (page.html).
Is this possible?
Thanks.
I want to convert all characters to lowercase and replace every comma, space, ampersand, and slash with a hyphen. In php, I'd do:
$orig = "Lions, Tigers, Bears, Oh My";
$find = array(",",...
Hi There,
I have a form which runs a Spry validation on submitting. I have added onto this DMXZones PureASP Upload behaviour, which attaches the following to the onsubmit to the form tag:
...
Hi i jus need to add dynamic rows between the rows which are created onclick of "addLocation" button. The concept is sites can have many location, locations can have many products and products...
Hello
is posible create javascript checking script when web browser close or closing and when this progress going, delete user login log file?
thank you waiting answers:)
Here's a ling of code. It works fine but it opens the website within a frame. I want it to open the website in the same window, so it replaces the the existing one. Is there something equivale...
I want to dynamically call tinyMCE when a certain textarea has focus.
The user will edit the contents of the textarea using tinyMCE, when tinyMCE looses focus, then contents of tinyMCE will t...