Hejsa
Ved ikke om det er serverrelateret det her - but here goes:
Her er popup funktionen:
function popup(url,name,win_height,win_width) {
pos_horizon = ((screen.width/2)-(win_width/2));
pos_vertical = ((screen.height/2)-(win_height/2));
window.open(url,name,"width="+win_width+",height="+win_height+",top="+pos_vertical+",left="+pos_horizon); }Har lavet et link til et popupvindue:<a href=""""onclick=""popup('show_pic.asp?pic="&fd.name&"','win1','600','600');Returnfalse;"">Når jeg klikker på det. får jeg "403 Forbudt" - fejlEr det html-relateret eller hur?pftLasse
|