pop-up

Please note that official support for this menu version has now ceased. There are still plenty of users, though, and the forum is still running. Some of our long-time users may be able to help you out.
Post Reply
shuff19@home.com
Beginner
Beginner
Posts: 3
Joined: Sun May 19, 2002 7:23 pm

pop-up

Post by shuff19@home.com »

Is it possible to open a pop-up from your menu??
suzack1@aol.com
Beginner
Beginner
Posts: 1
Joined: Sun May 19, 2002 7:24 pm

Re: pop-up

Post by suzack1@aol.com »

I've find the answer myself after looking at the script... I've come up with this... I't works great...



,"Menu Description","javascript:window.open(\"abc.jsp\",\"_new\",\"toolbar=no,location=no,directories=no,status=no,scrollbars=no,resizable=no,copyhistory=no,menuBar=no,width=200,height=200,top=10,left=10\");void(\"\")",,"#",0
amit41277@yahoo.com
Beginner
Beginner
Posts: 2
Joined: Sun May 19, 2002 7:24 pm

Re: pop-up

Post by amit41277@yahoo.com »

Much obliged, tioui.

I copied and pasted your line of code and indeed it does as you say.

One more thing I learned about the possibilities of these menus.

Please share any additional insights, tricks, hints, as you discover them in due course.


How does the copyhistory switch work? What is it meant to do?
erf22@gmx.de
Beginner
Beginner
Posts: 1
Joined: Sun May 19, 2002 7:24 pm

Re: pop-up

Post by erf22@gmx.de »

Where is the copyhistory switch????
omgcyrilic@hotmail.com
Beginner
Beginner
Posts: 1
Joined: Sun May 19, 2002 7:24 pm

Re: pop-up

Post by omgcyrilic@hotmail.com »

>>Where is the copyhistory switch????


Right in your line of code: copyhistory=no

i.e. it's in the off position ["no"]


I was wondering what would happen if I switched it on [copyhistory=yes].

/francis
elysestreet@yahoo.com
Beginner
Beginner
Posts: 1
Joined: Sun May 19, 2002 7:24 pm

Re: pop-up

Post by elysestreet@yahoo.com »

Thank you!!!

I did use your code ... but is there any way to center this pop-up to make it look it cool with a low and high screen resolution?

Any help will be highly appreciated.

Have a great day,
GG
riolive@hotmail.com
Beginner
Beginner
Posts: 1
Joined: Sun May 19, 2002 7:24 pm

Re: pop-up

Post by riolive@hotmail.com »

All the "no" are variables for the pop-up... Try "yes"...
You can change the no with 0 and yes with 1
seang@space.net.au
Beginner
Beginner
Posts: 5
Joined: Sun May 19, 2002 7:24 pm

Re: pop-up

Post by seang@space.net.au »

Thank you very much for your reply.

I probably explained my concern wrong.

In your code you offer the position of the pop up (top=50,left=50) ... when I enter these figures (50) the pop up might look ok with a screen resolution 800 x 600 but with 1024 x 768 this pop up is hanging somewhere on the top; not in the middle of the screen.

Is there any way that this can be realized? It would be fantastic!

Have a nice day,
GG
heraldbecker@home.nl
Beginner
Beginner
Posts: 6
Joined: Sun May 19, 2002 7:24 pm

Re: pop-up

Post by heraldbecker@home.nl »

You need DHTML script to open new windows, Here is a link to get the script:
http://www.dynamicdrive.com/dynamicinde ... center.htm
lefou@mail.bg
Beginner
Beginner
Posts: 6
Joined: Sun May 19, 2002 7:24 pm

Re: pop-up

Post by lefou@mail.bg »

I tried to use this script and put it somehow in the menu script but it doesn't seem to work :-(

But thanks anyway.

GG
amitsm@niit.com
Beginner
Beginner
Posts: 5
Joined: Sun May 19, 2002 7:24 pm

Re: pop-up

Post by amitsm@niit.com »

For the cross-frames version of the menu [and perhaps for the non-frames] I suggest the following feature. I don't imagine it's too hard to design.

If I email a clickable option (or otherwise have it hanging out somewhere) to a certain page on the site, the click takes you there, but of course it bypasses the framed website and shows the page minus its proper setting. The same page is of course one of the menu options.

I would like to be able to further specify the click with a default menu option as if the person had gone to the website and clicked menu option X. So the user sees the specified page within the framed setting of the site.

So I might email http:/mysite.com?submenudescription and the site loads with the menu option executed as a load default.
Post Reply