I have a web page on which there are months of the year. The user clicks on a month which causes a new web window to open that displays that month's on call schedule.
The new web window is opened by:
<a HREF="/HV_staff_webpage_jan_oncall_schedule.html" target="_blank">
OK. I would like the user to be able to click on a link on the web window with the on call schedule by clicking on "Close". How can I close the web window opened to display the month's on call schedule using HTML code?
Assuming that is possible. It is not necessary that control is passed back to the original web window because the user will have to click on something else on that web window's web page anyway.
Best Regards,
The new web window is opened by:
<a HREF="/HV_staff_webpage_jan_oncall_schedule.html" target="_blank">
OK. I would like the user to be able to click on a link on the web window with the on call schedule by clicking on "Close". How can I close the web window opened to display the month's on call schedule using HTML code?
Assuming that is possible. It is not necessary that control is passed back to the original web window because the user will have to click on something else on that web window's web page anyway.
Best Regards,