It sounds to me like you want something like nortel has on their page at http://www.nortelnetworks.com/ with the link to the various countries. They use javascript to go to the various pages. I've included some of the source from that page below. <select NAME="DROPGO" onChange="window.open(this.options[this.selectedIndex].value,'_top')"> <option value="#" selected>Countries/Regions</option> <option value="/corporate/global/asia/taiwan/">Taiwan</option> <option value="/corporate/global/emea/uk/index.html">United Kingdom</option> <option value="/corporate/global/namerica/usa/">United States</option> <option value="/corporate/global/asia/vietnam/">Vietnam</option> </select> That is all client side. Troy -----Original Message----- From: Aruna Prabhakaran [mailto:aruna_prabhakaran@hotmail.com] Sent: Tuesday, August 07, 2001 11:50 PM To: troy.farrell@wcg.com Subject: RE: [Zope] My first silly Question Hi try, Yep! you got the picture right.but in my particular case I need to jump to different pages depending on the choice in a drop down list.In that case I can't hard code it the way we did now.....could you suggest some more generic method? Thanks a Million. Aruna Prabhakaran ZeOmega Infotech Pvt Ltd Bangalore India.
From: "Farrell, Troy" <troy.farrell@wcg.com> To: 'Aruna Prabhakaran' <aruna_prabhakaran@hotmail.com>, zope@zope.org Subject: RE: [Zope] My first silly Question Date: Tue, 7 Aug 2001 11:34:06 -0500
Urk? I'm not sure we understand. I think you have something like this:
folder1/folder2/folder3/folder4/page5 and a DTML Method at folder1/method2.
If you want to show page5 in content 2, you need to do
<dtml-var expr="folder2.folder3.folder4.page5(_.None, _)">
in the source for content 2. If that's not what you need, please clarify. Thanks. Troy
-----Original Message----- From: Aruna Prabhakaran [mailto:aruna_prabhakaran@hotmail.com] Sent: Tuesday, August 07, 2001 6:19 AM To: zope@zope.org Subject: [Zope] My first silly Question
HI, Thanks a lot for the reply.Now I know I am "in" :-) I have encountered a situation wherein I need to access a document located
in a really far flung folder .I also need to build a URL to it so that I can
jump to it from my present location. pls help
Aruna Prabhakaran ZeOmega Infotech Pvt Ltd Bangalore India.
_________________________________________________________________ Get your FREE download of MSN Explorer at http://explorer.msn.com/intl.asp
participants (1)
-
Farrell, Troy