Cite This Page
Bibliographic details for Microsoft HTA/Buttons and forms
- Page name: Microsoft HTA/Buttons and forms
- Author: Computernewb Wiki contributors
- Publisher: Computernewb Wiki.
- Date of last revision: 17 May 2022 22:58 UTC
- Date retrieved: 14 August 2026 18:01 UTC
- Permanent URL: https://computernewb.com/w/index.php?title=Microsoft_HTA/Buttons_and_forms&oldid=209
- Page Version ID: 209
Citation styles for Microsoft HTA/Buttons and forms
APA style
Microsoft HTA/Buttons and forms. (2022, May 17). Computernewb Wiki. Retrieved 18:01, August 14, 2026 from https://computernewb.com/w/index.php?title=Microsoft_HTA/Buttons_and_forms&oldid=209.
MLA style
"Microsoft HTA/Buttons and forms." Computernewb Wiki. 17 May 2022, 22:58 UTC. 14 Aug 2026, 18:01 <https://computernewb.com/w/index.php?title=Microsoft_HTA/Buttons_and_forms&oldid=209>.
MHRA style
Computernewb Wiki contributors, 'Microsoft HTA/Buttons and forms', Computernewb Wiki, 17 May 2022, 22:58 UTC, <https://computernewb.com/w/index.php?title=Microsoft_HTA/Buttons_and_forms&oldid=209> [accessed 14 August 2026]
Chicago style
Computernewb Wiki contributors, "Microsoft HTA/Buttons and forms," Computernewb Wiki, https://computernewb.com/w/index.php?title=Microsoft_HTA/Buttons_and_forms&oldid=209 (accessed August 14, 2026).
CBE/CSE style
Computernewb Wiki contributors. Microsoft HTA/Buttons and forms [Internet]. Computernewb Wiki; 2022 May 17, 22:58 UTC [cited 2026 Aug 14]. Available from: https://computernewb.com/w/index.php?title=Microsoft_HTA/Buttons_and_forms&oldid=209.
Bluebook style
Microsoft HTA/Buttons and forms, https://computernewb.com/w/index.php?title=Microsoft_HTA/Buttons_and_forms&oldid=209 (last visited August 14, 2026).
BibTeX entry
@misc{ wiki:xxx,
author = "Computernewb Wiki",
title = "Microsoft HTA/Buttons and forms --- Computernewb Wiki{,} ",
year = "2022",
url = "https://computernewb.com/w/index.php?title=Microsoft_HTA/Buttons_and_forms&oldid=209",
note = "[Online; accessed 14-August-2026]"
}
When using the LaTeX package url (\usepackage{url} somewhere in the preamble) which tends to give much more nicely formatted web addresses, the following may be preferred:
@misc{ wiki:xxx,
author = "Computernewb Wiki",
title = "Microsoft HTA/Buttons and forms --- Computernewb Wiki{,} ",
year = "2022",
url = "\url{https://computernewb.com/w/index.php?title=Microsoft_HTA/Buttons_and_forms&oldid=209}",
note = "[Online; accessed 14-August-2026]"
}