Search found 6 matches

by AlexDulub
Thu Feb 26, 2004 1:16 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: How to transfer parameter url in function of the menu?
Replies: 10
Views: 5944

Hello Kevin,

Thanks for reply. But I still have a problem.

When I do so, the menu is not shown.

html:
<SCRIPT language=JavaScript>
var url;
function leavePage(page) {
url = page;
popup('milonic','Milonic')
}
</SCRIPT>

js:
with(milonic=new menuname("Milonic")){
style=menuStyle;
aI("text ...
by AlexDulub
Wed Feb 25, 2004 12:28 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: How to transfer parameter url in function of the menu?
Replies: 10
Views: 5944

Hello ,

Many many thanks for your reply. But programm don't still work. I have an error with on undefined value. I made programm according with your instructions.

in .html file I have function:

function Save_parameter(parameter);
{
link = parameter;
popup('milonic','Milonic ...
by AlexDulub
Tue Feb 24, 2004 1:35 am
Forum: Help & Support for DHTML Menu Version 5+
Topic: How to transfer parameter url in function of the menu?
Replies: 10
Views: 5944

I know how to explain. On page menu.htm at me a chessboard. The user clicks for example on e4 and at him jumps out the menu, that it wants to make (to resemble, make a check, to bring down a figure...) Here I also should be sent coordinates of his course on other page what to process it there ...
by AlexDulub
Mon Feb 23, 2004 11:52 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: How to transfer parameter url in function of the menu?
Replies: 10
Views: 5944

I'm from Russia and my english not well(sorry for this). I try to explain. I want to keep some parameter. Couse I don't know what user will choose. For example: User choose on the page(menu.html) something and after that I must redirect user to 'menu.html?parameter= something '(using your menu ...
by AlexDulub
Mon Feb 23, 2004 9:39 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: How to transfer parameter url in function of the menu?
Replies: 10
Views: 5944

Many thanks for this answer. There is at me another question. How in menu.htm keep some parameter, what I then could take away it from menudata.js? Something like this:

.html:
function SaveParameter(page) {
var some_parameter = page;
popup('milonic','Milonic')
}

.js:
aI("text=Enter;url ...
by AlexDulub
Sun Feb 22, 2004 3:28 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: How to transfer parameter url in function of the menu?
Replies: 10
Views: 5944

How to transfer parameter url in function of the menu?

The user chooses something on a page and according to it should be formed url. Here at me a question. How to transfer parameter url in function of the menu?

Something like this :

.html:
popup('milonic','menu','my parameter')

.js:
aI("text=Enter;url= and here I want my parameter ");

or better ...