SORRY for the late reply.
Actually, this was a really simple thing to do.
Basically, all you do is populate the username and password boxes via javascript, then call the function "doLogin()".
I WAS about to say...dont paminc here is the HTML file I altered for you, but I cant see how to add an attachment to this message, s email me @
jeremy@telsoft.net.nz and I wll send it to you.
once you have the file, all you need to do is, open the HTML file in your prefered html editor, or open it in notepad, scroll to the bottom where you will find :-
document.login.username.value='username';
document.login.password.value='password';
replace the 'username' and 'password' text with your test user login details then save the file, then ftp the file up to your mikrotik.....just make sure yu back up the one that is on there now.
Then when thats done, you can access a site on a machine that talks t the mikrotik and it will/should quickly disply the login page, but then automatically log the user in, and away you go.
Let me know how it goes.
Jeremy