Popup window how to?
Autor: Tapas Basu
Visited 2974,
Followers 1,
Udostępniony 0
I would like to create a popup window that is on my custom menu. For example: I have a video that i want to show it on a separate window that will popup if I click on the associated link. The window should not have any tool bars or any other content except the video on it.
I know how to hide tool bar and other content but unable to find a way to bring a popup in X5 V9. should I create a separate file for it and call it or is it possible to do internally on X5 V9?
Please help me.
Thanks in advance.
Posted on the
Test theabilityto openthe linkin aShowbox,or make asingle pagein the projectwithout template.This can be setunder
2 Creating theSitemap-properties of thepage(icon:pagewithhand)-Graphics(pagewithoutCreate Template).
google translationfromGerman
greeting
JBr.
Autor
Thanks for your response.This is what I wanted.
I was playing around with the options but it seems like I can not exactly position my content as per my requirement. however i have just come up with a small script. am sharing for those who may need it to use. Hope I am not violating the TOS of W5 terms.
------------------
<a href="#" onClick="MyWindow=window.open('YOUR FILE AND PATH','MyWindow','toolbar=no,location=no,directories=no,status=no, menubar=no,scrollbars=no,resizable=no,width=614,height=409'); return false;">YOUR TEXT</a>
---------------------
Link the lext with the above and relace the BOLD TEXT as per your own.