Macemore
Circumcised pineapples
so I have the following code open my hotel client:
In that page, what I want to do is at the bottom have a "help" link and when you click it, it expands the window (extends the bottom) to show a help page (eg. help.html), how do I do that?
Code:
function myPopup2() {
window.open( "/client/client.php", "myWindow", "status = 0, height = 569, width = 744, resizable = 0" ) }