Hi Database Gurus,
i work on a big MS SQL database, and I have no idea what the database schema looks like. I am kind of a visually learning type person. I don't understand what I don't see. Is there a tool / method to make the MS SQL database schema visible?
Thanks in advance.
heeeeeeeeeeeep
Hi *,
our system (a Tomcat Web-Application using DWR/AJAX for client-server communication) works like this: some JavaBeans are prepared on the server side. In the client side JavaScript there is a method initialiser(), which gets the existing beans, and they are handed over to some drawing...
Hi!
can i set the id of an HTML element from javascript same way as f.e. the bordercolor??
function myFunct(myElement) {
...
myElement.style.borderColor = '#DF5456'; // this works
myElement.id = "blabla"; // this ?
...
}
thanks in advance!!!
h
Dear JS-ers!
On my page the row "row" repeats itself many times, and I want to refer to something on a certain row, and I want to make this stg. visible / invisible. I can not use the document.getElementById(), because then JS does not know, which row I am speaking about.. But in this way it is...
Hi all,
I have a rather easy question:
I use the following line in my jsp:
<tr>
<td>
<fmt:message key="mc.page.errors.title"/>
</td>
</tr>
the "mc.page.errors.title" i get certainly from a .properties file (several titles, for several languages)
I want to give this value to a...
Hi,
i have an input field, it sits in a <td>, on certain conditions i want to set the border of the surrounding <td> to red from js. How to do it?
I tried these (without success):
1.)
inputField.parentNode.style.borderColor='#FF0000';//red
2.)
inputField.parentNode.className =...
Hi All,
I have a row in a table, that uses "forEach" :
<table>
<tr>
<c:forEach items="${something}" var="somethingelse">
<td>
...
<td>
</c:forEach>
</tr>
</table>
I can have a very long row this way if there are many items. Let's...
Hello *,
i use CVS for a while now and had no prolems with it so far.. But now there is a big problem. When i try to commit and unedit a source file, and afterwards i check who the editor of the file is (with editors), i get the answer, that i remained the editor. This happens without any error...
Hi, i have the following problem:
I have two tables on my html page (one of them is below the other one). None of them has fixed column widths. Even if so, I want their columns to align with each other. I use CSS in my page, and i am totally unexperienced with that. Can I solve this problem...
Hi, ...a new challenging task for me again:
I have two tables on my html page (one of them is below the other one). None of them has fixed column widths. Even if so, I want their columns to allign with each other. I use CSS in my page, and i am totally unexperienced with that. Can I solve this...
Hi All,
can anybody help with the following problem?
I have written a jsp page, which works perfectly. I want to show/hide a certain part (the bottom) of the resulting html page on some action from the user (f.e. user pushes a button, or clicks on a link). I want to solve this using...
Hi Archiving Gurus,
I have a problem, please help if You can. I was working on a linux machine for some days, and I created several files there in a directory structure (some documents, etc). Finishing my work I wanted to archive all this for continuing work on an other PC, which has Windows 2K...
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.