WebSite X5Help Center

 
Tapas Basu
Tapas Basu
User

Popup window how to?  en

Autor: Tapas Basu
Visitado 2700, Seguidores 1, Compartilhado 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.

Publicado em
2 RESPOSTAS
JJ. JUAG
JJ. JUAG
User

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.

Ler mais
Publicado em de JJ. JUAG
Tapas Basu
Tapas Basu
User
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.

Ler mais
Publicado em de Tapas Basu