How do you determine which radio is checked using Javascript, so I can change target on submit?
<form>
<input type=checkbox name=chk value=1>Send to 1
<input type=checkbox name=chk value=...
I am looking into a javascript API to send and receive SOAP 1.1 or 1.2 messages.
Has anyone working with javascript and SOAP before (Please provide links or examples).
Thanks.
Please help... I am going crazy!!!!
I cannot get these functions to work more than once. What am I doing wrong?
When I click on the first image, the layer moves to the left. When I clic...
e.value=parseInt(e.value.replace(/[^\d]*/gi,\"\"));
can anyone recommend a site with javascript reference where this information can be found ?
I have the following code that works OK in IE, but I have just tried it in Firefox and I get the following error:
"Document.layers has no properties"
and the line is:
document.layers[i].vis...
Hi,
trouble in the last line in my code:
document.getElementById('Checkbox1').checked = getCookie('Checkbox1');
I am always getting 'true' for the value of my cookie,
so I guess it is ju...
var row = table.insertRow(0);
row.className = "lb"
row.vAlign="top"
row.onClick="alert()"
i'm trying to modify a table and include an onClick event handler, as far as i can tell this sho...
Can you change an iFrame height dimensions from a function with-in the child frame?
I am doing a page on my work intranet which is only updateable via an online tool which lets you write HT...
Hi,
I'm trying to make the font on this script arial, size 10 point, and the script font bright yellow. Nothign I do seems to work. Where to I make the changes? Thanks
<div align="cent...
I'm looking for a Javascript news ticker that can read an RSS/Atom feed directly and display clickable headlines in a horizontal scroller.
This one does what I'm after, except that it's Win...
Hi All,
I use a great little Javascript Calendar component called JSCalendar. We have this running with 100s of users without a problem. On three machines we have encountered
'Calendar i...
On client side I want to display a confirm message box, displaying a message with two confirmations, which say
Yes/No
and if the user hits 'Yes', I want to know that operator 'Yes' is ...
hi,
what is the equivalent of setCapture() method in mozilla/netscape.
i've used obj.setCapture method for IE browser. can anyone tell me the equivalent in mozilla/netscape.
thanks &...
Howdy Fellas,
I have a DIV centered on my screen like this:
<table width="100%" height="100%">
<tr>
<td align="center">
<div style="width: 100px; height: 100px" id="MyDivA...
I need a simple script that will validate a form called Checkout and display an alert when a field called extra3 is not checked.
The script must be able to be in the body of the page and mu...
Hi All,
Is there a way in javascript where i can get the previous value in a field in a function triggered on onChange event. like i want to validate user enters only values greater th...
Hello - Is there a way to print html without using document.print -OR- is there a way to force document.print to print html inside of existing tags?
Let me explain - I have a PERL/CGI scrip...
Hey everyone! This is the coding I have that a visitor can click to make my site (done in coldfusion) their homepage:
<!--[if IE]>
<a href onclick="this.style.behavior='url(#default#homepa...
I am using this code to open a window with a file loaded in it and it opens the saveas dialog box, however it says save the website e.g it only allows you to save the file as text or html like...
I'm fairly new to javascript. Can ayone find the bug in the silder control. If you click on the bottom slider the top one locks up
link to test site
http://www.mar-med.com/slider4/
the tw...
I have a web page that was created in ASP.NET. On that page is a DropDownList with several items, and a link next to that. I have a need to do some javascript stuff with the selected value of ...
hallo all expert, question is if have three radio button and 10 check box.
if user click 1st radio button the event is only allow user to select 3 out of 10 check box? how can i do it using j...
hi..
<select name="select1"> </select>
<input type="text" name="text1">
i want a javascript which read from txt file and give the value to
select1 and text1
======= txt file e...
we used some MSComDlg.CommonDialog component in our script.
when we tried to access MSComDlg.CommonDialog.filter method it shows error as
"Object doesn't support this property or method:"....
I am working on making some changes to an app that I did not write. I have encountered some code that I am unsure what it does...
When the link below is clicked, a little calendar page is l...