This forum uses cookies
This forum makes use of cookies to store your login information if you are registered, and your last visit if you are not. Cookies are small text documents stored on your computer; the cookies set by this forum can only be used on this website and pose no security risk. Cookies on this forum also track the specific topics you have read and when you last read them. Please confirm that you accept these cookies being set.

User problem with mosaic..
#9
Daniel,

Thank you for idea, now all works.

HTML:
Code:
12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849
<!DOCTYPE html> <html lang="en"> <head>     <meta charset="UTF-8">     <meta name="viewport" content="width=device-width, initial-scale=1.0">     <title>Redirect Button</title>     <style>         /* Ensure body fills the screen */         body, html {             height: 100%;             margin: 0;             font-family: Arial, sans-serif;         }         /* Style and position the button */         .button-container {             position: absolute;             right: 45px;   /* Move the button to the right */             top: 20px;     /* Move the button a bit down */         }         button {             padding: 15px 30px;             font-size: 16px;             cursor: pointer;             border: none;             border-radius: 5px;             background-color: #4CAF50;             color: white;         }         button:hover {             background-color: #45a049;         }     </style> </head> <body>     <div class="button-container">         <button onclick="window.location.href='http://IP/scada-vis/';">Home</button>     </div>     <!-- Other content that won't be affected -->     <div>         <p></p>     </div> </body> </html>

Widget 2x1 view.    
Reply


Messages In This Thread
User problem with mosaic.. - by AlexLV - 04.03.2025, 13:36
RE: User problem with mosaic.. - by admin - 04.03.2025, 13:50
RE: User problem with mosaic.. - by AlexLV - 04.03.2025, 14:02
RE: User problem with mosaic.. - by admin - 04.03.2025, 14:07
RE: User problem with mosaic.. - by AlexLV - 04.03.2025, 14:19
RE: User problem with mosaic.. - by admin - 04.03.2025, 14:21
RE: User problem with mosaic.. - by AlexLV - 04.03.2025, 14:46
RE: User problem with mosaic.. - by Daniel - 04.03.2025, 15:03
RE: User problem with mosaic.. - by AlexLV - 04.03.2025, 16:25

Forum Jump: