0
I need Help.
I always turn to help here when I need help in general, but I found no answer, and nothing that works.
I need to create a friendly address - index, which will call a very long page in a frame. the problem is that when I open only the full address, it self-adjusting perfectly, everything beautiful, but in the frame, it appears in full page.
Example of My Index - (which should not appear, is empty, invisible + Page Below.)
<html>
<head></head>
<frame src="title.html">
<frameset rows="0,*"BORDER=0 FRAMEBORDER=0 FRAMESPACING=0>
<frame src="menu.html">
<frame src="https://www.restaurantlogin.com/ordering/restaurant/menu?company_uid=5ae31451-e048-4713-af53-3a1f9c5d738a">
</frameset>
</frameset>
The Link that is auto adjustable is as follows - https://www.restaurantlogin.com/ordering/restaurant/menu?company_uid=5ae31451-e048-4713-af53-3a1f9c5d738a
I’ve tried several adjustments.
Hj is not recommended to use the iframe tag.
– Wesley Alves