HTMLTag + HTMLPair

Generate HTML tags with thier parameters as name=value pairs
' Example of usage:
'    >    HTML Upload Form Function, Create HTML Form Upload
'        htmUploadForm = ""
' >    HTML Close button, Creates HTML / Javascript close button
'        htmClose = HTMLTag("button", HTMLPair("style", istyle) & HTMLPair("onclick", "JavaScript:window.close()"), "Close")
' >    HTML Input Tag, Creates HTML Input tag
'        htmInput = HTMLTag("input", HTMLPair("type", itype) & HTMLPair("name", iname) & HTMLPair("value", ivalue) & HTMLPair("style", istyle), "")
Two courtesy formulas htmAt and htmTag, the two that were inspiration to create those functions

CodeFunctionName What is this?

Public

Tested

Original Work

Access is limited.

Login here using your Linkedin account. to see or download code.

No registration, not another password to remember, login using your Linkedin account and have access to all public codes in Bold.codes

Linkedin Login

Parameters

Tag, Parameters, TagContent
Or
ParaName, ParaVa

Permanenet link

Statistics

Views 4,577

Downloads 1,471

IDs

CodeID
DB ID

ANmarAmdeen
752
Attachments
Revisions

v1.0

Saturday
June
30
2018

Requirements

Codes Required 0

Similar Codes

Similar codes

By Developer

Recent 4 by ANmarAmdeen 4

Random Codes

Random Codes 4