I wrote the text of this button from html?
Answer
The simple answer: You can't.
You can use a link
tag using a
tag and add it href
attribute like this:
Click
Or you can use javascript
like this:
I wrote the text of this button from html?
Answer
The simple answer: You can't.
You can use a link
tag using a
tag and add it href
attribute like this:
Click
Or you can use javascript
like this:
I want to output an inline jpg image as a base64 encoded string, however when I do this : $contents = file_get_contents($filename); print ...
No comments:
Post a Comment