PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!
Hi,
got a question.
If I take for example word in my dropdown menu, and I click the button, I want it to open for example word.htm, if I take Excell in dropdown menu I want to open excell.htm
Can someone help me with showing the code, cause I tried a lot but can't find it..
Hi, I think you need to implement a javascript call to redirect your page to selected option of your drop down menu, bellow is something you are looking for,
kalpesh.mahida wrote:Hi, I think you need to implement a javascript call to redirect your page to selected option of your drop down menu, bellow is something you are looking for,