Search found 8 matches

by Cool_Capybara
Sat Nov 09, 2002 1:44 am
Forum: Archived Topics for the old Version 3.0 JavaScript Menu
Topic: Passing Arguments
Replies: 10
Views: 13323

Kevin -- just to let you know, it worked like a charm! Thanks for the suggestion! :D
by Cool_Capybara
Sat Nov 09, 2002 12:19 am
Forum: Archived Topics for the old Version 3.0 JavaScript Menu
Topic: Menu Load from within a table
Replies: 3
Views: 3049

That did the trick! Thank you very much for your help!
by Cool_Capybara
Fri Nov 08, 2002 10:37 am
Forum: Archived Topics for the old Version 3.0 JavaScript Menu
Topic: Passing Arguments
Replies: 10
Views: 13323

Hmmm... not a bad idea. Yes, the php code is interpreted inline. It's invoked by <?php or <? or <script=php> etc. but even if it wasn't being invoked, I would expect to see the address as a literal. In my case, it's being cut off. I get:

domain.com/page.php?<?php

Not sure why it stops at the space ...
by Cool_Capybara
Fri Nov 08, 2002 6:55 am
Forum: Archived Topics for the old Version 3.0 JavaScript Menu
Topic: Passing Arguments
Replies: 10
Views: 13323

Thanks for your reply.

Damned, you're right. Still, this HAS to be a common requirement and is DEFINTELY possible. I just can't figure the @#$%!! syntax out!

Any other ideas?

Thanks in advance!
by Cool_Capybara
Fri Nov 08, 2002 3:03 am
Forum: Archived Topics for the old Version 3.0 JavaScript Menu
Topic: Passing Arguments
Replies: 10
Views: 13323

Okay, I have it narrowed a bit...and I find it strange that I can't find the answer easily on a Google search.

But it's pretty much just passing a php parameter with a url using Javascript.

So, I have a php variable, say "ID" that I want to pass along to a new page using javascript (the menu in ...
by Cool_Capybara
Thu Nov 07, 2002 8:39 pm
Forum: Archived Topics for the old Version 3.0 JavaScript Menu
Topic: Passing Arguments
Replies: 10
Views: 13323

I just noticed that this site does exactly what I am talking about (in the samples); so I guess it's just a matter of syntax...
by Cool_Capybara
Thu Nov 07, 2002 8:33 pm
Forum: Archived Topics for the old Version 3.0 JavaScript Menu
Topic: Menu Load from within a table
Replies: 3
Views: 3049

Menu Load from within a table

I currently run a menu within a table.

The problem is when my page loads, the menu bar loads first. Since the page takes a second or two load, all you see is the menu bar (in the upper left corner as opposed to the middle where it is placed). Once the page loads, the menu is in the right place and ...
by Cool_Capybara
Thu Nov 07, 2002 8:26 pm
Forum: Archived Topics for the old Version 3.0 JavaScript Menu
Topic: Passing Arguments
Replies: 10
Views: 13323

Passing Arguments

Has anyone had any success with passing arguments using the menu? This may just be a matter of syntax, but I'm trying to pass a value with a link and am not having success.

For example:

Domain.com/page.html?argument=value

In my case, I am passing a php value, so I have something like:

"Domain ...