A
AAaron123
function openWindow(name, path, w, h) {
OpenWindow=window.open( path,name,...
Works if I call it with path parameter equal to
'Images/Mass1.jpg'
but not if it is equal to
'~/Images/Mass1.jpg'
after I move the calling program to a subfolder
What am I doing wrong?
Thanks
OpenWindow=window.open( path,name,...
Works if I call it with path parameter equal to
'Images/Mass1.jpg'
but not if it is equal to
'~/Images/Mass1.jpg'
after I move the calling program to a subfolder
What am I doing wrong?
Thanks