Please some help!!

wxdqz

New Member
I'm trying to help a friend but I'm not very good with Javascript, and obviously nore is he, could you look at the code he has sent me a try and work out what he is doing wrong...

thanks in advance


<SCRIPT LANGUAGE="Javascript">
function f_OpenWin()
{
window.open("http://www.motorcyclenews.com/index.html", "NewWindow")
}
</SCRIPT>



and he has also tried


<SCRIPT LANGUAGE="Javascript">
function OpenMe()
{
window.open("http://www.motorcyclenews.com/index.html", "NewWindow")
}
</SCRIPT>
 
Back
Top