Whats the best way of going about this? Some kind of javascript Alert box?
I have my nav bar set up in a <ul> <li> format so i can control with CSS
In that bit of code I need to open the link and get a message across to the user that they need to enter a user name of test and a password of test.
Im thinking that i need a onMouseClick event? But googling uses this on a button and i need it to work rom that nav bar. Or is there a better way to achive this?
TIA
I have my nav bar set up in a <ul> <li> format so i can control with CSS
Code:
<li> <a href="mydesktop.html" title="Mydesktop"> Mydesktop </a></li>
In that bit of code I need to open the link and get a message across to the user that they need to enter a user name of test and a password of test.
Im thinking that i need a onMouseClick event? But googling uses this on a button and i need it to work rom that nav bar. Or is there a better way to achive this?
TIA