![]() |
Variables are printed just once!!!
I have a really stupid problem I have not been able to solve (Firefox2) :
:confused: I have an xhtml page that must load an xml file with JavaScript, extract same values and print them. Everything goes in the right way, until I make the xhtml page print a value twice: HTML Code:
<body onload="LoadXMLdata()">:( |
Re: Variables are printed just once!!!
Please put up the JavaScript code, otherwise it's not possible to isolate the bug.
|
Re: Variables are printed just once!!!
Here it is.
This is the output I to get on the browser (Firefox2): time = 0.05 time = This is the output I would like to get: time = 0.05 time = 0.05 Thank you for any information. OutputData.xml Code:
<params>Code:
<?xml version="1.0" encoding="UTF-8"?> |
Re: Variables are printed just once!!!
You cannot have 1 or more elements with the same id
|
Re: Variables are printed just once!!!
Dont upload code in zipped format but keep the code in the posts so that its easy for other users to search.
|
Re: Variables are printed just once!!!
> You cannot have 1 or more elements with the same id
All I have to do is to print a value (obtained from a file) twice on the same web page. It *must* be possible somehow... |
| All times are GMT +5.5. The time now is 07:20. |