PDA

View Full Version : Converting web pages with listbox (menu)


Lex
03-18-2004, 03:02 AM
Hi,

I tried to convert "The World Factbook 2003" which I downloaded from http://www.cia.gov/cia/publications/factbook/geos/an.html (Single .Zip file for high-bandwidth users).

Unfortunately the "Select a Country" Listbox doesn't work. I can select a country, but the appropriate page isn't loaded in iSilo. Does anyone have an idea how this can be solved?

Thanks in advance for your help.

iSilo
03-18-2004, 10:07 AM
The list uses JavaScript to implement the functionality of jumping to a specific page. Neither iSiloX/iSilo do not have JavaScript support.

In the HTML file of that page, if you change the line in the HTML that reads

<select name="CountrySelect" onChange="MM_jumpMenu('parent', this, 0)">

to the following

<select name="CountrySelect" onChange="GoURLValue(this);">

it should work.