I need to show some message before loading the page so I am giving an alert message, but I can not customise my alert window. Therefor I am trying to achive this in html. BUt Not getting success.
I want an alert window like this.
Image.
Here is my code with alert.
<script type="text/javascript">
alert("Hello");
</script>
Here is the code what I am trying to get the window.
<frameset rows="20%">
<frame text="Hello">
</frameset>
In my frame set I am getting nothing. DO I need to use any other tag or something to achive this. I need button with handler too like alert.