Hello,
Im trying to create a webpage for my home server (custom Admin Panel). I have on the top a menu bar and at the bottom an iframe. clicking a button on the menu, the iframe triggers and it loads the the prefered website.

I managed to load http website through iframe but no luck on https websites. Have you got any tips for that guys.

In addition, Im looking for a browser based SSH client, Any suggestions on that?
Thank you

Recommended Answers

All 2 Replies

Member Avatar for LastMitch

I have on the top a menu bar and at the bottom an iframe. clicking a button on the menu, the iframe triggers and it loads the the prefered website.

Can you at least post an image what issue you are having or a little codesnippet to see your issue you are having.

I managed to load http website through iframe but no luck on https websites. Have you got any tips for that guys.

I assume you are doing something like this:

<iframe src="https://demo.site.example/demoiframe" />

or even this:

<iframe src="http://demo.site.example/demoiframe" />

I feel it might be more related to a browser? What browser doesn't work well?

possibly a mixed security modes problem

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.