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 Mydev.net

Linkedin Login

Tag, Parameters, TagContent
Or
ParaName, ParaVa

Views 4,575

Downloads 1,471

CodeID
DB ID