Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

display html inside html

Tags:

html

I have an html page and i want tou include inside it another html page wich have lots of links. I was able to make it happen with an iframe, but i want the page inside the iframe to have the same color properties for the text and the links as the original page and i don't want a scrollbar, i just want to fully show the links page (around 700 lines of links), there is a limitation and i can only see 38 lines of links without scrollbar.

Is there any way to do it without iframe? or can i adjust anything else to the iframe?

like image 910
Stavros Backwards Avatar asked Jan 26 '26 08:01

Stavros Backwards


1 Answers

Look at jQuery .load() to load a div with that requested HTML.

like image 133
Jaime Torres Avatar answered Jan 29 '26 08:01

Jaime Torres



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!