kate7614900
Posts: 0
Joined: Tue Jun 30, 2015 2:00 am

Drop down list

Hi is there a javascript for this?
For example when I click on accounts it will lead me to the next page - account page. And when I click on email it will leads me to the email list page.

Image

She
Posts: 0
Joined: Wed Oct 08, 2014 12:46 am

Drop down list

Hi kate,
You can use if statement here or select statement, the example below is if statement:
code
//this is just a hint:
if(dropdown == 'account'){
navigateTo ('AccountPage');
}else{
navigateTo ('EmailPage');
}
/code

GoodLuck,
She

kate7614900
Posts: 0
Joined: Tue Jun 30, 2015 2:00 am

Drop down list

thanks for the help:)

Return to “Issues”