On Mon, Jun 25, 2007 at 03:43:51AM -0000, robo wrote: > function show_img(suf, val) { > img = document.getElementById('image_' + val); > img.src = 'images/schematics/SKU' + suf + '.jpg'; ^ put a / here... img.src = '/images/schematics/SKU' + suf + '.jpg'; > }
Cheers, -- Brett Parker --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-users@googlegroups.com To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/django-users?hl=en -~----------~----~----~----~------~----~------~--~---