Hello,
I have a table with only one visible cell. Now, if the user selects one cell, the information related to this cell appears in other fields. I don't want to put a button in front of each line. I would like to be able to select the item by clicking on it..... is it possible? If so, how can...
I am rather new in this and though the link seems interesting I could not see how to make it work with Mozilla.
I have tried for Mozilla:
var sXml = document.forms[0].validxml.value;
var oParser = new DOMParser();
var oXmlDom = oParser.parseFromString(sXml, "text/xml");
And it does not work...
I have tried what you mentioned but it is not working.
It works fine for Explorer but for Mozilla... the problem lies with the following line:
xmlDoc.async = isAsync;
I put an alarm before and after the line, and only the alarm before the line is fired.
Could you help please?
Hello,
I have the following javascription function that validates a xml document that is contained within a textarea called "validxml".
function validateXML()
{
var xmlDoc = new ActiveXObject("Microsoft.XMLDOM");
xmlDoc.async="false";
xmlDoc.loadXML(document.all("validxml").value)...
I am sorry to bother you but I don't understand a lot.. you see my knowledge of Javascript is not great so I might have some basis missing here but unfortunately I don't have a lot of time.... could you please help me more?
I always want to have two frames.
At one point, from the contents...
NO, this is not completely correct.
I have:
Frame 1 : Header
Frame 2 : Content window.
Most of the time this is what I have but at one point I might have:
Frame 2: Frame 21 => horizontal frame
Frame 22 => Vertical frame
Frame 23 => Vertical frame
That is that...
I am not that good with frames.... so would you be so kind to explain a little bit more (may be with an example) what you mean?. I don't really see where I could make the changes.
THanks
...One horizontal frame contains the logo and the application title.
The application is contained within the 2nd frame.
<HTML>
<FRAMESET Rows="110,*" BORDER=0>
<FRAME Name="head" SRC="includes/logo.html" SCROLLING=no MARGINHEIGHT= 0>
<FRAME Name="panel" SRC="login.jsp" SCROLLING=auto...
Ouah! That's almost what I need!!!
I have modified the script and now I have 3 dynamic lists.
Nevertheless I would like to know your opinion about the following:
- In the script that I have included, the values for the lists are hard-coded. Well, in my case, the values are read from a...
Hello,
I need to generate 3 select lists but the 2nd depends on the 1st and the 3rd depends on the 2nd.
To make it more difficult, the values are read from a database!
But just one thing at a time: First I need to generate dynamically select list.
Once I know how to do it, I will try to...
...file in a standalone swing application... and I haven't found how.
Could you help me please?
The main.java is :
....
import org.apache.log4j.*;
....
public class Main extends JFrame
{
...
static Logger logger = Logger.getLogger(Main.class.getName());
...
public static void...
OK, the same type of question.... after the <table> definition, I have:
<script language="javaScript">document.getElementById('L1').focus();</script>
How can I write it so it does not generate an error if the L1 does not exist!!!
I am not that good in Javascript as you have noticed!!!
THanks
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.