|
|
Javascript : Show/Hide table rows, Mouse over effect and more
|
Total Hit (7866) |
This snippet will show you how to show/hide elements like Table, Row, Cell, Span, Div ... using a very simple trick
- Create a new test file and name it Test.htm
- Copy/Paste the following code to test.htm
- you will need 2 sample images show.gif and hide.gif in order to test this code. Place b
....Read More |
Rating
|
|
|
How to auto refresh page
|
Total Hit (7666) |
Here is the script to refresh page automatically at certain interval
«code LangId=4»
<html>
<HEAD>
<script type="text/javascript">
<!-- Begin
/*
Because this is a true refresh, you might want to put a
notice on the page that it refreshes every "X" minutes */
function reFresh()
....Read More |
Rating
|
|
|
|
|