Hi,
I have a text field
<input type="text" name="date" id="data" size="12" readonly onclick="popupcalendar('mydata')" />
which when clicked pops up a calendar. Below that is a submit ...
I have two div areas that I want to put on top of each other: pnlCompare and pnlQuantity. I want pnlCompare to show as default. But when a button "btnAdd" is hovered over, I want the pnlQuanti...
What am I doing wrong? I am trying to use javascript with asp.net to either show or hide a table depending on the value of a url request. Here is what I have in the head tag:
<script langua...
The following script adds additional input fields. I can't figure out where to place text to go in front of the 2nd (and each additional dynamically added field). Eventually this will be a num...
I have a large search screen that takes 2-4 seconds to load sometimes, for a user. If they try to search before it is ready, it can crash...
How can I disable the screen, with a little load...
I need to pass information to a Javascript function and have it display as cells in a new row.
select '<div onclick="setTemplate('||TEMPL_ID||','''||TEMPL_NAME||''')||')" style="cursor:hand...
Hello,
I'm not a coder, so please if you have an answer don't assume I know anything... I searched around on this site for a solution to printing any one of a multiple of divs or layers on ...
I have a dynamic form where each line contains a "Remove" button for that specific row. Instead of using an input button for remove I'd like to use a link that says [Remove] for consistency wi...
I've javascript code in a HTML file in local computer. I want to use the FileSystemObject to write a text file in the same folder of HTML file, but the file test.txt is written on desktop. How...
I am developing a PHP web system which is integrated with a barcode scanner at the client site. As I searched related topics on the net, most of the questions are about using javascript to s...
function txtVal()
{
var txteid = document.getElementById("eid").value;
if (txteid == "")
{
alert ("Enter Employee ID !!! ");
document.get...
I need to prevent on a couple of textboxes the length as the user types. Somehow lock the field down to a particular length and prevent or strip character in excell of the value i select
It's really easy to find websites that will show you how to code a form and all its little inputs using HTML. The only thing is what actually happens when the user clicks "Submit." My site is ...
I would like to add the following within my form:
Lorem ipsum dolor sit amet?
(o) XX
( ) YY
:: HIDDEN YY CONTAINER ::
:: <p><textarea rows="4" name="YY_DETAIL" cols="40"></textarea>...
Hi,
I´m kinda new at the prototype/scriptaculous libraries.
My problem is this.
I have a menu, a few divs that I want to "appear" a background-image in when I mouse over and "fade" th...
Hello i need to force a postback in my asp.net page using javascript.
I know that form1.submit(); will submit the form but I only need to update a panel inside an ajax updatepanel during po...
Dear experts,
This JavaScript gives an error in InternetExplorer6 (sometimes) but works perfectly in Firefox3.
<script type="text/javascript">
<!--
// Create Book Mark - CBM()
func...
I have an HTML/Java script program that extracts information from an XML file using DOM. The program first populates the first drop down menu from some XML elements. After clicking on the butt...
Hi experts!
I try to create a method for uploading a file via Javascript.
I found many scripts through google, but nothing worked, because it was all just for IE.
IE uses ActiveXObject();...
I want to fire an action on the close of an IM app window....
anyone know how and/or what the syntax is to such?
Hello,
My department would like to change the scroll bar that is shown on <http://ptcomtest.lafrance/product.php> (only seems to work correctly when viewed with Firefox, when viewed with I...
i have the code below in my webpage to add my page to the favorites.... It is working for Firefox and IE, however the Opera portion only opens a new page in the browser - it does not add the ...
Is it possible with javascript to update the anchor in the current url without causing the page to jump to that anchor.
In otherwords, I need to be able to create a link to mypage.html#anch...
I have an iframe where dynamic content (a table with data) is loaded. An onload and onresize function will adjust the tables container div to the appropriate height. This works perfect in FF2,...
i am implementing a functionality of check out. when i am click on check oot button a popup will open. In pop up we have a link button "Download", when the user click on this link we have to o...