+ 3
<Iframe> Help (ANSWERED)
is there some kinda restriction on using the iframe tage? or am i just messing something up? example <iframe src="http://www.google.com"></iframe>
10 Respuestas
+ 6
Hazel"Joey"Pickett. i use the same code on my personal web server and it works fine. must be blocked for some reason. thanks for the feedback!
+ 4
i get the borders for the iframe but the content does not show up in the iframe from the url
+ 4
miche i have a example of the iframe on my profile. and it is also in the question i asked above
+ 3
i made a quick example on my profile codes
+ 1
What is happening?
+ 1
It could be that the iframe is set too small to see Google's search engine properly. You can set the size parameters like you would for a regular image and see if that works. I would try a different website first, though. Also, make sure you have overflow set to scroll so that if it is a size issue, you can use a scrollbar to what you can see in the frame, if that makes sense.
+ 1
Huh, weird. It looks like there may be a restriction set up because of the error that's popping up setting it to deny access. Otherwise, it looks like it should work.
+ 1
can u post the code in?
+ 1
@Metrik, if you put the url of Google into your iframe code, most probably it does not work. because of the restrictions of Google. Another example is the restrictions of Dropbox, too. Maybe there is a way of this problem but this is what I know.
+ 1
Well got a better answer for this.
content must be served over HTTPS!
wont work for me :(
Don't have the money to spend on it :(
o well. Hope this can help someone else!