Hey can anyone tell me how can close one frame using JavaScript 's onclik function
Thanks
Printable View
Hey can anyone tell me how can close one frame using JavaScript 's onclik function
Thanks
onClick=window.close()
or if the window needing to be closed is the window currently being used: onClick=self.close() or just onClick=close()