Forum: JavaScript / DHTML / AJAX Dec 4th, 2008 |
| Replies: 8 Views: 4,341 so I have these two chunks of code:
<form action="#" onsubmit="return false;">
<input type="text" value="Email" name="Email"
style="color:grey;text-align:left;background:white"... |
Forum: JavaScript / DHTML / AJAX Dec 4th, 2008 |
| Replies: 8 Views: 4,341 um...ok.
how do you hide the textbox when clicked? :icon_wink: |
Forum: JavaScript / DHTML / AJAX Dec 3rd, 2008 |
| Replies: 8 Views: 4,341 thanks! it worked fine, but how would I have it clear the value of the textbox when clicked? |
Forum: JavaScript / DHTML / AJAX Dec 1st, 2008 |
| Replies: 8 Views: 4,341 Hopefully this is the correct place to post this, so here ya go. I'm learning HTML and just had a few questions. I was using some tutorials from w3schools.com, and I came across Event Attributes. So... |