|
|
|||||||||
|
|||||||||
| |||||||||
|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
Be the architects of evolution and help create the mobile internet future. It’s your move---enter to win here! |
|
#1
|
|||
|
|||
|
js - mouseover button to refresh table cell or frame
Can I use javascript to hover over (or if absolutely necessary click on) a button and load file contents into a different table cell or (less preferable) a frame?
This is related to the lyrics question I asked earlier. |
|
#2
|
|||
|
|||
|
RE: js - mouseover button to refresh table cell or frame
In the cell tag put:
onclick="framename.location=bla.html" or put in onmouseover. Alternatively, you could use a textarea or input to display the content. But then you would have to store all the content in the same script. |
![]() |
| Viewing: Codewalkers Forums > Other Technologies > Client Side Things > js - mouseover button to refresh table cell or frame |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|
|
|
|