Page 1 of 1

onkeyup x highslide x url = don't work

Posted: Thu Oct 11, 2012 8:52 pm
by guilhermeplay
i am using highslide,
i got a input where will be the dinamic search, i need something to pass the way for the page.Please Somebody help me!

My script:

Code: Select all

onkeyup="return hs.htmlExpand(this, { url: 'http://www.google.com.br', objectType: 'iframe', preserveContent: false, height:520})
the highslide is opening but the page don't load and it stays blank

Re: onkeyup x highslide x url = don't work

Posted: Thu Oct 11, 2012 11:45 pm
by RoadRash
You need to use src instead of url, but you canÔÇÖt open http://www.google.com.br in a Highslide popup because Google is blocking their pages from being opened inside iframes.

Code: Select all

onkeyup="return hs.htmlExpand(this, { [hilight]src: 'http://bing.com/',[/hilight] objectType: 'iframe', preserveContent: false, height: 520 })"