Want to make iframe go fullscreen when clicked -


when click on 'featured properties' (which iframed friends other site) attempts open website within iframe, there way code when clicked, opens in full in page?

source: http://wiredpractice.com/jcr.html (it's in temporary housing right now)

thanks!

you'll want utilize feature on anchor tag:

<a target="_blank" >...</a> 

you can use on existing link you've setup inside iframe or wrap iframe anchor tag has correct link , target property.

i'd recommend site more detail: http://www.w3schools.com/html/html_links.asp


Comments

Popular posts from this blog

apache - Remove .php and add trailing slash in url using htaccess not loading css -

javascript - jQuery show full size image on click -