| > Trying to copy <http://www.nmma.org/calendar/> Can somebody
> tell me what I am doing wrong? I have played with all
the
> preferences however the ASP's still won't work when
copied.
The reason is that this site is using horrible javascript
routines:
function openwindow(EventId) {
window.open('DisplayDetail.aspx?eid=' +
EventId + '&aud=3', 'win', 'width=440, height=480,
scrollbars=1, status=1, toolbar=0, status=0, left=100,
top=0');
return false;
}
There is no workaround, unfortunately :(
| |