Need javascript guy

Status
Not open for further replies.

ahtum

New member
May 11, 2007
128
4
0
Need someone to do a simple js job for me like check if user is not using firefox and show a message.

If anyone wants to do this please pm me.

Thanks
 


Need someone to do a simple js job for me like check if user is not using firefox and show a message.

If anyone wants to do this please pm me.

Thanks

Code:
<script type="text/javascript">
if (navigator.userAgent.indexOf("Firefox") == -1) 
  alert("Who does do?");
</script>

You're welcome :)
 
Code:
<script type="text/javascript">
if (navigator.userAgent.indexOf("Firefox") == -1) 
  alert("Who does do?");
</script>
You're welcome :)

Thanks for that but i need something about more complicated than that ... are you available for a job ? I'll pay ofcourse. Feel free to pm me to discuss.

Thanks
 
Thanks for that but i need something about more complicated than that ... are you available for a job ? I'll pay ofcourse. Feel free to pm me to discuss.

Thanks

Sorry, not available for any jobs. I haven't had to freelance for a couple of years.

You can post exactly what you need here, you may get it done for free.
 
Status
Not open for further replies.