i use the following code:
javascript:location='calendar.php'; window.open('date.php?dates=09272002', 'dates', 'HEIGHT=800, WIDTH=605, scrollbar=no, resizable=no')
now when it opens the new window, it also refreshes the original window, which causes is an error because of dynamically loaded php script.
any help?
javascript:location='calendar.php'; window.open('date.php?dates=09272002', 'dates', 'HEIGHT=800, WIDTH=605, scrollbar=no, resizable=no')
now when it opens the new window, it also refreshes the original window, which causes is an error because of dynamically loaded php script.
any help?