i am trying to pass the contents of a javascript variable in a url have tried some ideas but cant get it to work, here is the code i am trying to get the url to appear on the page
can anyone help??
Code:
<script language="javascript">
document.write('<a href="boys.asp?id=all' + select_array + '">')
</script>link</a>
Comment