Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Wanet Telecoms Ltd on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: heeeep72
  • Content: Threads
  • Order by date
  1. heeeep72

    MS SQL database schema

    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
  2. heeeep72

    how to use either custom tags or jsp

    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...
  3. heeeep72

    can i set id from js ?

    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
  4. heeeep72

    anything instead of getElementsByTagName(...)[14] ???

    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...
  5. heeeep72

    pass value from JSP to Javascript

    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...
  6. heeeep72

    how to set the bordercolor of parent in js?

    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 =...
  7. heeeep72

    how to change width of &lt;td&gt; from javascript?

    Hi All, A simple question: Can I change the width of a <td>, from javascript? Is it possible? If yes, how? thx in advance
  8. heeeep72

    How to &quot;break&quot; a row? (maximizing number of &lt;td&gt;-s vertically)

    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...
  9. heeeep72

    i remain the editor - why ???

    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...
  10. heeeep72

    how to align table columns of two tables

    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...
  11. heeeep72

    how to align table columns of two tables

    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...
  12. heeeep72

    jsp and javascript

    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...
  13. heeeep72

    recovering files from .gz ???

    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...

Part and Inventory Search

Back
Top