Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > HTML > Dynamic menus

Reply
Thread Tools

Dynamic menus

 
 
Paul F. Johnson
Guest
Posts: n/a
 
      10-13-2004
Hi,

I know it's possible to create dynamic menus using DHTML and/or JS, but
is it possible to do using CGI?

If it is, can anyone recommend a good website showing how to do it?
Google produces lots of things...

TTFN

Paul
 
Reply With Quote
 
 
 
 
SpaceGirl
Guest
Posts: n/a
 
      10-13-2004
Paul F. Johnson wrote:
> Hi,
>
> I know it's possible to create dynamic menus using DHTML and/or JS, but
> is it possible to do using CGI?
>
> If it is, can anyone recommend a good website showing how to do it?
> Google produces lots of things...
>
> TTFN
>
> Paul


Well... DHTML is client side... CGI is not. So basically, the answer is
no. DHTML is real-time dynamic - you move the mouse over something and
the browser triggers a lump of code that was loaded with the page. CGI
is *never* sent to the browser, so this simply wont work. Every time a
user clicked, you'd have to send data back to the serer and then get the
server to redraw the entire page (or frame). Obviously not what you
usually want when you are just moving over menu items...

--


x theSpaceGirl (miranda)

# lead designer @ http://www.dhnewmedia.com #
# remove NO SPAM to email, or use form on website #
 
Reply With Quote
 
 
 
 
brucie
Guest
Posts: n/a
 
      10-13-2004
In alt.html Paul F. Johnson said:

> Hi,


g'day

> I know it's possible to create dynamic menus using DHTML and/or JS, but
> is it possible to do using CGI?


i assume you mean some sort of server side language not actually cgi. it
is possible with the delay of the client/server sweet talking each other
being an issue but that may be offset with the advantage of the menu
working for everyone.

> If it is, can anyone recommend a good website showing how to do it?


just pick your favorite server side language and learn it.

--


v o i c e s
 
Reply With Quote
 
aa
Guest
Posts: n/a
 
      10-13-2004
What exactly do you mean by "dynamic"?
If you mean that, the manu is build dynamically on the server, it is
possible. The multy-level menu is a tree-structure which is best described
in XML, which on the server is converted into HTML for which purpose, I
guess, CGI might be suitable. For sure this is possible with ASP

Try http://www.asptoday.com/


"Paul F. Johnson" <> wrote in message
news:ckj1g6$15ak$...
> Hi,
>
> I know it's possible to create dynamic menus using DHTML and/or JS, but
> is it possible to do using CGI?
>
> If it is, can anyone recommend a good website showing how to do it?
> Google produces lots of things...
>
> TTFN
>
> Paul



 
Reply With Quote
 
Toby Inkster
Guest
Posts: n/a
 
      10-14-2004
Paul F. Johnson wrote:

> I know it's possible to create dynamic menus using DHTML and/or JS, but
> is it possible to do using CGI?


No. CGI = a server side communication process.

Use the menus at http://devedge.netscape.com/

--
Toby A Inkster BSc (Hons) ARCS
Contact Me ~ http://tobyinkster.co.uk/contact

 
Reply With Quote
 
Titus A Ducksass - AKA broken-record
Guest
Posts: n/a
 
      01-30-2005
On Thu, 14 Oct 2004 08:16:54 +0100, Toby Inkster
<> wrote:

>Paul F. Johnson wrote:
>
>> I know it's possible to create dynamic menus using DHTML and/or JS, but
>> is it possible to do using CGI?

>
>No. CGI = a server side communication process.
>
>Use the menus at http://devedge.netscape.com/

When did you last check the page Toby?
The page cannot be displayed


--
Apachie,
Photoshop,
Flash
Dreamweaver
MySql
PHP
Training videos : www.wz2k.co.uk
 
Reply With Quote
 
David Dorward
Guest
Posts: n/a
 
      01-30-2005
Titus A Ducksass - AKA broken-record wrote:

> On Thu, 14 Oct 2004 08:16:54 +0100, Toby Inkster
> <> wrote:


>>Use the menus at http://devedge.netscape.com/


> When did you last check the page Toby?
> The page cannot be displayed


Since he, as far as I know, doesn't maintain the page, and that the post you
are refering too was written last October, there seems little point in
mentioning this now.

--
David Dorward <http://blog.dorward.me.uk/> <http://dorward.me.uk/>
Home is where the ~/.bashrc is
 
Reply With Quote
 
Toby Inkster
Guest
Posts: n/a
 
      01-30-2005
Titus A Ducksass - AKA broken-record wrote:

> The page cannot be displayed


What do you bloody expect? The post to which you're replying is 3 months
old.

--
Toby A Inkster BSc (Hons) ARCS
Contact Me ~ http://tobyinkster.co.uk/contact

 
Reply With Quote
 
Titus A Ducksass - AKA broken-record
Guest
Posts: n/a
 
      01-30-2005
On Sun, 30 Jan 2005 15:33:51 +0000, David Dorward <>
wrote:

>Titus A Ducksass - AKA broken-record wrote:
>
>> On Thu, 14 Oct 2004 08:16:54 +0100, Toby Inkster
>> <> wrote:

>
>>>Use the menus at http://devedge.netscape.com/

>
>> When did you last check the page Toby?
>> The page cannot be displayed

>
>Since he, as far as I know, doesn't maintain the page, and that the post you
>are refering too was written last October, there seems little point in
>mentioning this now.

I knew NTL was slow with the newsgroups but this is ridiculous.
It showed up here yesterday hence my interaction.

--
Apachie,
Photoshop,
Flash
Dreamweaver
MySql
PHP
Training videos : www.wz2k.co.uk
 
Reply With Quote
 
Titus A Ducksass - AKA broken-record
Guest
Posts: n/a
 
      01-30-2005
On Sun, 30 Jan 2005 16:05:34 +0000, Toby Inkster
<> wrote:

>Titus A Ducksass - AKA broken-record wrote:
>
>> The page cannot be displayed

>
>What do you bloody expect? The post to which you're replying is 3 months
>old.

Apologies - NTL must be screwed again...

--
Apachie,
Photoshop,
Flash
Dreamweaver
MySql
PHP
Training videos : www.wz2k.co.uk
 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
creating dynamic menus with submenus from sql paulakeijzers ASP .Net 1 11-08-2005 10:18 AM
Help with creating dynamic menus Peter HTML 4 07-07-2005 10:22 PM
Select menus above flyout menus? help? news.west.cox.net HTML 8 12-09-2004 12:54 PM
Dynamic Menus tma ASP .Net 2 07-15-2004 11:24 PM
Dynamic Menus Eric Bresie Java 1 04-30-2004 09:44 AM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57