I don't know if I'll be able to describe this correctly, so please bear with me!
Is it possible to get the browser to display html from the address bar? ie. there would be no actual html page it would load, but it would instead display whatever was inside the address bar? Might this be something for javascript or is that not possible?
Hope that makes sense! I'll clarify if need be. Many thanks for any help, much appreciated.
Edited to try and clarify the OP's question
I want to use the URL to generate the page, for example (Using Jonathan Sampson's answer):
javascript:document.write("<b>HelloWorld</b>");
...but I want it for a whole page, ie. include all the html in the HelloWorld
part.