08.07.2019, 07:14
In the visualiser I can create a frame, and supply a url, and it will display that lovely page. However I can only supply a URL - I cant pass any other paramaters with it...
I have tried CSS to change and limit what gets displayed in this frame - but of course Id love to get rid of those scroll bars - but you cant do that through CSS (and I have read nearly every post on this board - wow so many knowledgeable people! and Admin is just a master in how quickly he turns around code!)
If I write the following in notepad, save it as a html - its exactly what I want - it displays in the web browser perfectly... And as so many posts mention - this hardware is simply nothing more than a web browser - so I am expecting somehow to do exactly what I have here!
<html>
<div style="overflow: hidden; margin-top: -274px; margin-left:-31;">
<iframe src="http://www.bom.gov.au/products/IDR013.loop.shtml" scrolling="no" height="784"width="538" frameBorder="0">
</iframe>
</div>
</html>
so I have really two questions - and they may be related... As I can only input the url in visualiser and it wont allow other items - how can you supply paramaters like the above ? Yes I can do height, width in css - but not enough to get rid of those pesky scrollbars
Given the html code above works - how could I write a javascript to display this on a screen (can I do it that way ?) - please explain with detail on what I would need to do as I am still learning (I know how to code - I just mean what / where in using this product. ie. I have borrowed the wonderful script from this site to return you back to the main menu- and loaded that into my system and it worked first go! So Im technical - just learning this product!)
Look forward to solving this issue somehow - its plagued me for over 6 months - and nobody had the knowledge locally to even help me a little !!! No I have discovered this site - I am amazed of all the knowledge that is out there !!! I am in love with it all... and cant stop reading post after post after post!
Thanks in advance - hoping there is a simple solution!
I have tried CSS to change and limit what gets displayed in this frame - but of course Id love to get rid of those scroll bars - but you cant do that through CSS (and I have read nearly every post on this board - wow so many knowledgeable people! and Admin is just a master in how quickly he turns around code!)
If I write the following in notepad, save it as a html - its exactly what I want - it displays in the web browser perfectly... And as so many posts mention - this hardware is simply nothing more than a web browser - so I am expecting somehow to do exactly what I have here!
<html>
<div style="overflow: hidden; margin-top: -274px; margin-left:-31;">
<iframe src="http://www.bom.gov.au/products/IDR013.loop.shtml" scrolling="no" height="784"width="538" frameBorder="0">
</iframe>
</div>
</html>
so I have really two questions - and they may be related... As I can only input the url in visualiser and it wont allow other items - how can you supply paramaters like the above ? Yes I can do height, width in css - but not enough to get rid of those pesky scrollbars
Given the html code above works - how could I write a javascript to display this on a screen (can I do it that way ?) - please explain with detail on what I would need to do as I am still learning (I know how to code - I just mean what / where in using this product. ie. I have borrowed the wonderful script from this site to return you back to the main menu- and loaded that into my system and it worked first go! So Im technical - just learning this product!)
Look forward to solving this issue somehow - its plagued me for over 6 months - and nobody had the knowledge locally to even help me a little !!! No I have discovered this site - I am amazed of all the knowledge that is out there !!! I am in love with it all... and cant stop reading post after post after post!
Thanks in advance - hoping there is a simple solution!