Forum: JavaScript / DHTML / AJAX Dec 11th, 2008 |
| Replies: 4 Views: 674 Hi...
for this icon...
you can put the following things...
This will print your page..
<img src="...." onclick="javascript:window.print();" />
This will go back..
<img src="..."... |
Forum: JavaScript / DHTML / AJAX Dec 11th, 2008 |
| Replies: 4 Views: 793 Ooops..... kindly ignore the mainfile.html in the previous post...
i forgot to include the onchange event in that...
Here is the actual one....
<html>
<head>
<script type="text/javascript"> |
Forum: JavaScript / DHTML / AJAX Dec 11th, 2008 |
| Replies: 4 Views: 793 Hii...
There is some mechanism through which you can disable an option, but i dont think, that will too much satisfy your question..
Check the following link:... |
Forum: JavaScript / DHTML / AJAX Dec 5th, 2008 |
| Replies: 5 Views: 1,108 Hi...
You cant hide the code in the browser if you have written it in the html/php/js/.. source file..
So in order to hide your css and javascript code, better to create its files..
for eg..... |