Annet, you have to pass the url to the javascript function:
<script type="text/javascript">
function detailsview(url) {
window.open(url, 'mywindow', 'height=600,
width=400,menubar=false');}
</script>
<td>{{=A(club.bedrijf.bedrijfsnaam,
_href="javascript:detailsview('%s')"
%URL(r=request,f='clubdetails',args =[club.bedrijf.id]),
target="_blank")}}
</td>
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"web2py Web Framework" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/web2py?hl=en
-~----------~----~----~----~------~----~------~--~---