I have this iframe with no CSS styling:
< iframe id='sheet' scrolling="no" src='<?php echo $data_url ?>/edit#gid=1024636251'></iframe>
Every time I load the page, the window scrolls to the above iframe on load.
If I replace the php tag with the actual url in this case, my webpage opens fine and has no unusual scrolling behavior. Why is this happening and how can I prevent it?