User Profile
Collapse
-
looks like you are using a javascript function - can you post the javascript function for changeImages -
try this
this will take anything from http://example/WHATEVER to http://example/test/test.php?id=WHATEVERCode:RewriteRule ^/(.*)$ test/test.php?id=$1
Leave a comment:
-
Easy way to do this is use html meta tags
add this to the top of control1.htm
add this to the top of status.htmCode:<meta http-equiv="refresh" content="4;url=http:/192.168.0.21/status.htm ">
i noticed you have control 1 twice is this...Code:<meta http-equiv="refresh" content="4;url=http:/192.168.0.21/control1.htm ">
Leave a comment:
-
you can use meta tags to refresh the page
just add this to the top of your page
the content="2; bit is the time so currently it is set to 2 seconds and url=http://google.co.uk is the website address so change it to whatever you need it to refresh.Code:<meta http-equiv="refresh" content="2;url=http://google.co.uk">
as for keeping the rest of the page from refreshing...Leave a comment:
-
something like this will get you started
...Code:<!-- start of table --> <table> <!-- table headers --> <th width="200px"></th><th>Header1</th><th>Header2</th><th>Header3</th><th>Header4</th> <!-- row1 --> <tr> <td width="200px" >Row header</td><td>1</td><td>2</td><td>3</td><td>4</td>
Leave a comment:
No activity results to display
Show More
Leave a comment: