Author |
Topic |
|
Henri
Novice
Netherlands
5 Posts |
Posted - 05 Sep 2006 : 23:19:36
|
Hello, I want to create a index-page which covers the whole screen. Then I want to make pages which open as a small page not covering the whole screen and without the menu at the top of the page. In short: I want to create pop-ups. Like on www.oma.nl and www.artgineering.nl. Can I do that with DHE and how? Thank you, Henri P.S. Like the preview I just saw! |
Edited by - Henri on 06 Sep 2006 23:12:03 |
|
T00N
Super User
573 Posts |
Posted - 05 Sep 2006 : 23:22:22
|
Eh, why would you want to create a pop-up? The examples you mentioned are eh... annoying?! |
|
|
Henri
Novice
Netherlands
5 Posts |
Posted - 05 Sep 2006 : 23:43:13
|
Hello Toon, Well, I just wanted to try it. Its possible that I skip it later when I see the alternatives. Can you tell me how to do it? Thanks! Henri |
|
|
arov
Super User
Italy
448 Posts |
Posted - 06 Sep 2006 : 08:44:19
|
You have to use the command: Link --> "Javascript" --> windows.open(");
Es. onclick="window.open('http://www.yoursite.com/page.htm','pagename','width=350,height=350 ,toolbar=no, location=no,status=no,menubar=no,scrollbars=no,resizable=no')
Search with google "Javascript windows.open" for the options that you can apply to the windows
::arov:: |
Edited by - arov on 06 Sep 2006 09:03:59 |
|
|
w.korsten
Novice
Netherlands
14 Posts |
|
Henri
Novice
Netherlands
5 Posts |
Posted - 06 Sep 2006 : 09:24:52
|
Thanks Arov and W. Korsten, I will try! |
Edited by - Henri on 06 Sep 2006 09:29:16 |
|
|
Henri
Novice
Netherlands
5 Posts |
Posted - 06 Sep 2006 : 23:05:12
|
Hello Arov, I tried to use your lines ...
onclick="window.open('http://www.yoursite.com/page.htm','pagename','width=350,height=350 ,toolbar=no, location=no,status=no,menubar=no,scrollbars=no,resizable=no')
... in the indexpage-settings (HEADERcode)and in a html-field in the page itself. I changed site-adress and page-name. I choose an event (onclick, link, 'filename'). I also looked for a solution via "Javascript windows.open". It still doesn't work.
Did I put it on the right place. Am I forgetting something? Can you help me. I'm afraid I would like to use pop-ups in my site. I like the fact that the home-page is always there in the background and there's nog menu above the page.
Thanks. Henri
quote: Originally posted by arov
You have to use the command: Link --> "Javascript" --> windows.open(");
Es. onclick="window.open('http://www.yoursite.com/page.htm','pagename','width=350,height=350 ,toolbar=no, location=no,status=no,menubar=no,scrollbars=no,resizable=no')
Search with google "Javascript windows.open" for the options that you can apply to the windows
::arov::
|
Edited by - Henri on 06 Sep 2006 23:07:09 |
|
|
arov
Super User
Italy
448 Posts |
Posted - 07 Sep 2006 : 08:35:19
|
ok, follow me...
Visit my site www.soundandsoul.it [4 |-|] Click to "entra" Go to menu "articoli" Click to "intervista tv"
This window pop-up has been created with Dynamic HTML Editor 3.x
You have to use the command:
1) Create graphic rectangle (RRECT1) 2) Apply to RRECT1 : Events (Event="onClick" Action="Javacall" and write to "Javascript call" this text line:
window.open('www.soundandsoul.it/6.3.htm','intervistaTV','width=350,height=350" target="_blank">http://www.soundandsoul.it/6.3.htm','intervistaTV','width=350,height=350 ,toolbar=no, location=no,status=no,menubar=no,scrollbars=no,resizable=no');
Click to ADD. CLick to OK.
You has created my pop-up.
Now modify the options for you. (Search with google "Javascript windows.open" for the options that you can apply to the window)
::arov:: |
Edited by - arov on 07 Sep 2006 09:04:58 |
|
|
Henri
Novice
Netherlands
5 Posts |
Posted - 07 Sep 2006 : 17:08:37
|
Hello Andrea, Thank you for your help. It works now and I figured out some other possibilies. Central is 'event' and 'javacall'. It's also possible to make f.e. a 'mouseover', 'javacall' for a page. Now I'm on my way. Also very enthousiastic about this forum of course. It workes well like this. And one can see that you can make beautifull sites with DHE. F.e. your site. Saw that you are a bass (and solista!) in the choir. Listened also on MySpace. Sounds good. Keep up the good life! Thanks again and I hope I can show you my new site soon. Henri[2 H:)] |
|
|
arov
Super User
Italy
448 Posts |
Posted - 08 Sep 2006 : 08:59:09
|
Hi Henri, thanks and good work! ;-)
::arov:: |
|
|
|
Topic |
|