View Single Post
  #11  
Unread 01-27-2005, 12:01 PM
Eloa Eloa is offline
EQ2MAP Webmaster
This person is a EQ2Map developer.
Interface Author - Click to view interfaces
 
Join Date: Dec 2004
Server: Unkown
Posts: 496
Default

quoted from another post of mine:

The way it looks there is no possibility of there being an if statement incorporated into the UI as the IF (or anythign else) is just bypassed and the first property with a value is set. like above:
if(selecteditemindex=1)parent.page.visible=false
sets selecteditemindex=1 and thats it.

blablahblahdevsare laughing at us(selecteditemindex=1)parent.page.visible=false
sets selecteditemindex=1 and thats it.
Reply With Quote