Skip to content

Instantly share code, notes, and snippets.

@ps-team
Created October 7, 2013 09:14
Show Gist options
  • Save ps-team/6864919 to your computer and use it in GitHub Desktop.
Save ps-team/6864919 to your computer and use it in GitHub Desktop.
Registering any content to the head
''' Register any content to the head, whatever you pass in will be rendered out.
''' You could for example add a piece of script, a meta data reference or a stylesheet.
''' If the same key is used twice only the first key/script combination will be registered.
''' This ensures that you can call the routine multiple times without registering script multiple times.
Utilities.RegisterHeaderText("YourKey", "<meta http-equiv=""refresh"" content=""600"">")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment