hi
im using the html/iframe plugin.
im trying to add this
"<A HREF="" TARGET="_self">"
but apparently "_self" has a problem ...
how to use this full html code?
thanks
What are you trying to achieve? Another way to make a frame load a page within itself is to name the frame and set the anchor target to that name
can you help me with that?
i just want to use TARGET="_self">"
because for exampel if teh user is using my app who is like a web browser and then click on a picture from a search engine like google pictures or another i want allways the picture to be inside the app and not in a new window/tab when the user lcick on the picture
Develop games in your browser. Powerful, performant & highly capable.
I see - this isn't really a linking query. The image will always technically exist on a different page to your app if it's called via iframe, as an iframe is simply a window that displays a different web page within another.
A way around this might be to use canonical URLs, but Google seems conflicted as to whether images can use these:
https://webmasters.googleblog.com/2011/ ... aders.html
vs
I don't know off the top of my head if Google differentiate between page and image headers; for this purpose I wouldn't imagine so.
So the last option would be some .htaccess wizardy:
https://stackoverflow.com/questions/767 ... e-redirect
http://forum.coppermine-gallery.net/ind ... ic=76683.0
https://www.reddit.com/r/SEO/comments/2 ... s_results/
I've never personally used any of techniques, but they seem doable
the problem is, how to achieve that?
if i dont use google/ imags but instead i use
https://duckduckgo.com/?q=images&t=hy&i ... &ia=images
do you think is feseable inside c2.