View Single Post
Old 10-06-2003, 06:56 PM   #2
iSilo
Developer
iSilo knows what time it isiSilo knows what time it isiSilo knows what time it isiSilo knows what time it isiSilo knows what time it isiSilo knows what time it isiSilo knows what time it isiSilo knows what time it isiSilo knows what time it isiSilo knows what time it isiSilo knows what time it is
 
iSilo's Avatar
 
Posts: 33
Karma: 2314
Join Date: Oct 2002
Location: US
You can find a link to the "iSilo Display Sample" HTML files on the support page at <http://www.iSilo.com/support/>.

Note that iSiloX/iSilo do not understand JavaScript. If you want selection of a menu item to cause a jump you need to set the value of the onchange attribute of the select element to "GoURLValue(this);". iSiloX scans for that exact string to determine that selection of an item should cause a jump. The value attribute of each enclosed option element gives the target URL for each item.

Quote:
Originally Posted by holroy
I'm a registered user of the 3.x version, and I just installed the 4.0b4 version. And now I'm wondering on how to produce those inline menus.

Does the isilox converter support them, and what markup is used to make a menu? Does anyone know how to make such a menu?

I know the sample document displays them, but is it possible to get the markup from that document?
iSilo is offline