i need from the combobox when the user click on it , he go to a certan page
i sued this code but for some how it didn't work ,don't know why
is there a way to do it , or i did it wrong ??
PHP Code:selected_page = ComboBox.GetSelected("ComboBox1");
Page.Jump("page"..selected_page);

don't know why
Reply With Quote