I have a button on the bottom of my web page
The code is -
</b><input type="submit" name="action" value="Close"><p><br>
When the user selects the button, I want the browser to close. Is there a way to do that?
I know I would put the code in here
SELECT CASE DoWhat
CASE "Close"
*********************
END SELECT
Any suggestions would be greatly appreciated.
THANKS!
The code is -
</b><input type="submit" name="action" value="Close"><p><br>
When the user selects the button, I want the browser to close. Is there a way to do that?
I know I would put the code in here
SELECT CASE DoWhat
CASE "Close"
*********************
END SELECT
Any suggestions would be greatly appreciated.
THANKS!