Search:

Type: Posts; User: abacus

Page 1 of 3 1 2 3

Search: Search took 0.12 seconds.

  1. Thanks for that code....but what I need more...

    Thanks for that code....but what I need more importantly is to make the title bar flash a different color so something like blue to orange back to blue....dont know if thats possible..also I need to...
  2. flashing tray icon - is it possible to do ?

    I want to cause a minimized page tray icon to flash using javascript. Is there a way to get a handle on this icon and if so how would I make it flash on and off to get the users attention using...
  3. Is there a way to dynamically change DIV height

    Heres the problem. Currently Im using this div as follows


    DIV STYLE="overflow: auto; height=500" width="100%">
    We used this around a table to be able to get scroll bars to show
    up when the...
  4. Is it possible to call a child method from parent frame or window?

    I want to call a method from the parent object that is either a top frame or a window that has opened a child window...is it possible to call a method from the parent to either update a variable in...
  5. Replies
    0
    Views
    496

    JavaScript Dynamic tabbing with iframe

    I have an iframe and a highlight routine the table Im using is more complicated than this..but has a format something like
    <Table>
    <TR id=row_list name="aaa111" onclick="highlightthis(this)"...
  6. Replies
    2
    Views
    705

    I guess I didnt explain myself correctly.... I...

    I guess I didnt explain myself correctly....
    I have this huge table that was built on the fly dynamically.
    the onClick function i mention is there just in case the user obviously clicks on a row...
  7. Replies
    2
    Views
    705

    dynamic table objects ???

    I am creating a table similar to this dynamically with a loop using
    a combo of java, jsp ect...but the problem is in trying to get at certain information in the table...
    The table is as follows......
  8. No, I dont want a popup. I am physically opening...

    No, I dont want a popup. I am physically opening up another window or subwindow that will take up the whole screen. I am trying to maintain all the checked boxes or information the user has entered...
  9. need to open window but maintain parent window

    Im sure this can be done hopefully. I have a parent window in a frame that has a bunch of checkboxes that the user can check off.
    I want to open a window when the user clicks on a button at the...
  10. Need to determine which table was clicked on

    I have the following:
    <Div id="table1">
    <table>
    <tr>
    <td>valuea</td>
    <td>valueb</td>
    <td>valuec</td>
    </tr>
    <tr>
    <td>valuee</td>
  11. Thanks owl....thats what i was looking...

    Thanks owl....thats what i was looking for...thats some pretty fancy coding you have there..I like that...thanks again.
  12. Thanks for that code balzac but what that does is...

    Thanks for that code balzac but what that does is show the value of any cell clicked and thats good ...but what I was looking for is if the user highlights the line by clicking on the first, second...
  13. It doesnt have to be the same name I just thought...

    It doesnt have to be the same name I just thought there was a way to do it this way...basically Im just trying to get the inner text of table cell 2 for any row they highlight and thats all Im really...
  14. how do I get table cell text from highlighted row

    I have a hardcoded table such as this:

    <Table>
    <TR>
    <TD>value1</TD>
    <TD>value4</TD>
    <TD>value8</TD>
    </TR>
    <TR>
    <TD>value3</TD>
  15. Replies
    0
    Views
    714

    Multiple anchors how to reference and set

    I have a line in a table at the bottom of my page that has
    Page: 1 2 3 4 5. These are anchors that the user can click on
    when the user clicks on these I want to send them to a javascript
    function...
  16. Two table - header + table alignment problem ??

    I need to have a table that has a fixed header of lets say 8 columns. Directly under that I have another table of lets say 10 rows and 8 columns to match....The way I've set it up I have the header...
  17. Can I hide and show diff tables without absolute positioning

    I have a page and on the top half is different text fields..the bottom half shows table1 not set to hidden....I want if the user presses a button to show table2 int eh bottom half and hide table...
  18. want to create a 3 row table without lines inbetween??

    I need to create a table with three rows of date and only one cell about an 2 inches by 2 inches...I want to display data in the row but I dont want to see the ruled lines in between the rows......
  19. Dynamically checking ID's in a dynamically built table problem ??

    Im creating a table dynamically using JSP and Javascript....
    its a basic loop that goes through 5 iterations...as follows
    what is happening here is it dynamically in the body creates my
    table and...
  20. Replies
    2
    Views
    887

    iframe problem in opening a new window??

    I have a page that contains an iframe. Within the iframe I have
    a table of lets say 5 rows. On each row is a hyperlink that when clicked I want to open up a new page to replace the page that Im...
  21. Replies
    1
    Views
    774

    dynamic table value attempt and problem ?

    All Im trying to do in this Javascript...is click the button and have 11 show up in the text box...
    I want to use getElementByName or by ID and it doesnt seem to be working.....

    heres the code...
  22. Is there a way to dynamically get value of a named field?

    All Im trying to do in this Javascript...is click the button and have 11 show up in the text box...
    I want to use getElementByName or by ID and it doesnt seem to be working.....

    heres the code...
  23. hi as a follow up...I did manage with this code...

    hi as a follow up...I did manage with this code to get it to show
    the 11...but something strange happens and the text box doesnt
    remain as a text box...and it just changes to text and shifts over...
  24. Whats wrong with this getElementByID code?

    I trying to put "11" or any text into the text box.....code doesnt
    seem to be working...its probably very obvious....but I dont know
    whats wrong with it ??? here it is....aa has R1 in it when its...
  25. Replies
    2
    Views
    461

    JSP and values passed ????

    I have the following page....

    <HTML>
    <HEAD>
    <%@ page import="java.util.*" %>

    function MoveTimeBackward(testvalue)
    {
    alert("the value of testing is " + testvalue)
    }
Results 1 to 25 of 53
Page 1 of 3 1 2 3