I have an Xml file in our server's hard drive which is updated by an .NET application. How can I show this updated file on the web so that if the a download link is clicked the user can see or save this raw.The web server and the application resides on the same server.
Here is the relevant part of the code. Array has been declared. We need to force showAlt(orig, arraypos, alt) when data is loaded from databse,without the undefined message, to show alt field if required. The code is otherwise working fine:
<% dim d
d=1
do while not RS.eof
...
There is selection box in this form in asp page having table with multiple rows .In one of the columns depending on its value another text box is shown or hidden. The values (fieldname,lineNumbe,textboxid) are passed to a javascript function onChange event.
How best to force this function and...
the above file is part of an asp file. where num= 1 to rowNum
is applies to all the tblfield columns.
Any other suggestion how can I submit the form by completing only the required lines and not all the lines in the table will
be highly appreciated.
This is the part of copy pasted code: it forces to go to complete all the lines of the code. Is there a logic problem?
function onValidation()
{
if (reqfrm.txtfield1.value == "")
{
alert("Please provide value");
form.txtfield1.focus();
return false;
}
//like this for all non tabular...
I am sorry but I copy pasted most of the code accept for the start of function.
The starting curly bracket is there in the original code. It somehow is not acceping the -1 value after the (i) and forcing to complete all the lines. I have to work it out fast.
i have got some text boxes and select boxes at the top arranged individually and then a table with about ten columns and 4 rows with provision to add more. a validation is required on submit form that if the first or any of the required field in any row is populated then other required fields...
your prompt reply and suggestions are really appreciated.
it is a long list and a separate page was written for it. Anyway as this cannot be done the link could be put immediately below or above the text box in the same row.only thing to be worked out is to keep the text boxes aligned as it is a...
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.