guilhermeplay
Posts: 1
Joined: Thu Oct 11, 2012 8:42 pm

onkeyup x highslide x url = don't work

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
User avatar
RoadRash
Posts: 8249
Joined: Tue Jul 15, 2008 6:43 pm
Location: Fredrikstad, Norway
Contact: Website

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

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 })"
Hilde
Highslide Support Team

Overview of my Highslide sample pages: RoadRash.no

Return to “Highslide Editor”