Hi,
I've an issue saving a csv file in Excel 2003 SP2. I've created an 11 field file in Excel and saved it as csv. In this file some of the fields will not always be populated and it's often fileds 9 -11 that are left un-populated. Excel maintains csv format fine for the first 16 records...
Thanks for that dwarfthrower.....is it possible to specify the dimensions of this window (i.e remove the toolbar, scrollbar etc.) can the window.open method be used.. ??
I have a form that will post it's contents to a jsp (print.jsp)...but I want this jsp to open in a new window...how can I do this ???
<code>
<form name="frm_print_des" method="post" action= "<%= support.sTag("/services/print.jsp") %>" >
<a...
I have a form containing a text box (which is disabled when loaded) and a yes/no radio button pair. I want to enable the text box once the 'yes' radio option is chosen. How can I best do this?
wasnt me....
but youre right, it's not js function...I found an implementation in an included file...and managed to solve the problem...
Here's the existing code
function isDate (year, month, day)
{ if (! (isYear(year, false) && isMonth(month, false) && isDay(day, false))) return false;
var...
I have no implementation for the function...here's the exact code...it just checks the date value entered in a form, it then checks that the year is between 1900 and te current year....
Are you sure " isDate (year, month, day)" is not a core js function ?
if...
I have the following piece of javascript code which evaluates if the value passed into a form is a valid date or not. The code works fine in IE and Netscape 4.75, but it doesn't in Netscape 6.2.
What can I do to make my code compatible to all three browser versions?
<code>...
I have the following piece of javascript code which evaluates if the value passed into a form is a valid date or not. The code works fine in IE and Netscape 4.75, but it doesn't in Netscape 6.2.
What can I do to make my code compatible to all three browser versions?
<code>...
Hi,
I've hidden a radio button, by setting it's visibility to hidden. <code style="visibility:hidden;" >
It works fine in IE but Netscape 4.75 dosen't hide the button.
I dont want to use the following <code style="display:none;" > because when I do this, the radio...
Hi,
Why wont the following code work? I want to change the image when the mouse is moved it.
<script language="JavaScript" type="text/javascript">
function changeImage(imgName, newSrc) {
imgName.src = newSrc;
}
</script>
<a href="/../fund/fund.html"...
Hi,
I have a piece of code, that sets up a button on a form and when this button is clicked the form is submitted. This button is implemented in a separate function, in an included file.
I need to update this function, so that when the mouse is moved over the button, the image changes; and...
I have a piece of code which currently executes a particular function when a radio button is clicked. This button has to be removed(or at least hidden). How can I call this function, without actually clicking the button. Is there a way of simulating a radio button click from within the code...
Is it possible to put a radio button in a form that is checked when loaded, and is hidden.
I want to hide the following button and have it checked by default.
<input type="radio" name="lc_category" value="<%= productCategory.getCategoryPK() %>"...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.