What code would I use to create a simple form field mask just like the one on ebay.com in the search field at the top of the page where it says "Start new search"
I just want a script that enters that text into the form field, but makes it disappear when you click on the field.
thanks, i found a really cool css generator, however, here's my delima
I need my rounded box to conform to some of these standards with alignment, so basically, how can I add the code at the bottom into this code at the top?
#sidebar-a {
float: right;
width: 200px;
\width: 210px...
I have some code for a 200 px wide box, but I'm curious if I want to round the corners, I'll need to insert an image for all 4 corners...how would I do that?
#sidebar-a {
float: left;
width: 200px;
\width: 210px;
w\idth: 200px;
margin: 0;
margin-right: 5px;
padding: 5px...
Is there a way to make this so it only pops up every 50th user?
<script language="JavaScript">
<!--
function popunder() {
pu = window.open("http://www.mysite.com"_blank");
pu.blur();
window.focus();
}
//-->
</script>
i'm trying to create a nifty 404 page where a customer can send me an email by clicking a link (mailto) to let me know that the link is broken, however, rather than having them cut and paste the link into the email is there a way to setup some javascript so when the link is clicked it...
Is there a way to create a dynamic list menu in a form with Javascript...
<form name="form1" method="post" action="">
From<select name="select">
</select>
</form>
Using code from an XML file like this stored in a different file?
<FROM="John"></FROM>
<FROM="Mary"></FROM>
<FROM="Thomas"></FROM>
I have a very simple form on my page (below)
<form name="form1" method="post" action="">
From
<input name="textfield" type="text" size="3" maxlength="3">
To
<input name="textfield" type="text" size="3" maxlength="3">
<br>
<br>
<input type="submit" name="Submit" value="Submit">...
emailtrack is a script to track the number of clicks made to the mailto tag.
Doesnt the link have to be encapsulated in form code some how though for it to work?
Will onClick work in an <a> to call a function once the link is clicked?
for example:
<a href="mailto:test@test.com" onclick="emailtrack()">test@test.com</a>
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.