G
geevaa
Hi All,
Using javascript i am displaying an alert...
Is there is a way to change the title of the alert box displayed
through Javascript
Here is my simple javascript code
<script type = "text/javascript">
alert('Hi All !!!')
</script>
When I run the above code I can see an alert box with the content "Hi
All" ...
But the title of the alert box displayed in firefox is "The page at
http://localhost says"...
Is there is a way to change this text to my own coustomized text..?
Is there is any thing a client side programmer had got to do with this
title text..?
Is there is a way to change the cursor pointer to cursor hand when the
user moves his pointer on the ok button on the alert box ..?
Thanks in advance..
Using javascript i am displaying an alert...
Is there is a way to change the title of the alert box displayed
through Javascript
Here is my simple javascript code
<script type = "text/javascript">
alert('Hi All !!!')
</script>
When I run the above code I can see an alert box with the content "Hi
All" ...
But the title of the alert box displayed in firefox is "The page at
http://localhost says"...
Is there is a way to change this text to my own coustomized text..?
Is there is any thing a client side programmer had got to do with this
title text..?
Is there is a way to change the cursor pointer to cursor hand when the
user moves his pointer on the ok button on the alert box ..?
Thanks in advance..