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...
Type: Posts; User: abacus
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...
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...
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...
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...
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)"...
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...
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......
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...
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...
I have the following:
<Div id="table1">
<table>
<tr>
<td>valuea</td>
<td>valueb</td>
<td>valuec</td>
</tr>
<tr>
<td>valuee</td>
Thanks owl....thats what i was looking for...thats some pretty fancy coding you have there..I like that...thanks again.
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...
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...
I have a hardcoded table such as this:
<Table>
<TR>
<TD>value1</TD>
<TD>value4</TD>
<TD>value8</TD>
</TR>
<TR>
<TD>value3</TD>
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...
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...
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...
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......
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...
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...
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...
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...
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...
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...
I have the following page....
<HTML>
<HEAD>
<%@ page import="java.util.*" %>
function MoveTimeBackward(testvalue)
{
alert("the value of testing is " + testvalue)
}