Forum: JavaScript / DHTML / AJAX Aug 14th, 2008 |
| Replies: 1 Views: 1,531 are you writting this from scratch or using a framework?
you might want to take a look here: http://docs.mootools.net/Plugins/Accordion |
Forum: JavaScript / DHTML / AJAX Aug 3rd, 2008 |
| Replies: 1 Views: 615 google it (http://www.google.com/search?hl=en&safe=off&client=firefox-a&rls=org.mozilla%3Aen-US%3Aunofficial&hs=8gs&q=prevent+right+click&btnG=Search) |
Forum: JavaScript / DHTML / AJAX Aug 3rd, 2008 |
| Replies: 3 Views: 1,389 what programing language are you looking to do this with?
if PHP you could do it by using the date function to get the current date and then use an if statement to sellect the message to print... |
Forum: JavaScript / DHTML / AJAX Aug 1st, 2008 |
| Replies: 2 Views: 2,922 you can add onclick="your show form function" to the inputs |
Forum: JavaScript / DHTML / AJAX Aug 1st, 2008 |
| Replies: 1 Views: 727 could you provide an example of the code?
I think what you need is to set z-index style on both your flash and scroller. scroller having a z-index of 0 and anything you want over that have a zindex... |
Forum: JavaScript / DHTML / AJAX Aug 1st, 2008 |
| Replies: 3 Views: 698 use print in stead like:
print '<script language="javascript">window.location.href="example.php";</script>'; |
Forum: JavaScript / DHTML / AJAX Aug 1st, 2008 |
| Replies: 1 Views: 994 https://<mailservername>.com/exchange/<sender emailname>/Inbox/?cmd=New&mailtoaddr=<recipient emailname>&subject=<your subject>&body=<your body>
might work for you. |