heh ... i was just going to thank you for the tip you gave me ... it helped a lot ... was it really that bad that i asked about it before losing precious time looking for it?
It's not like i asked you to do it for me ...
And about the involvement thingie ... i didn't know it's a must to try...
what does "singling you out" mean?
if you don't want to help .. don't. Nobody is forcing you to do it ... Don't blame people for asking. Maybe they don't afford a developer.
i need a jscript that changes the style of the cursor when i mouseover an image...
i am currently trying this but it doesn't work:
function stylePointer(x)
{
//alert(x.style.cursor.type);
x.style.cursor.type = "hand";
}
<td onclick="submitDown()"...
could please anyone show me a simple example that does something like:
i have a select and depending on what i select i want to show or hide some textboxes ...
thnx
can i put a JScript function on an OPTION of a SELECT?
something like
select name="xx">
<option value="yy" ???ONSELECT="function()"???>active</option>
i need a script that can set restrictions concerning the characters i can enter in a textbox ...
for example i want a NAME field that would not allow the user to enter some special characters (E.G. '%','^','&','*')
help me pls ;)
i have a form and i need to be able to do more things to it than a simple submit. So i would need to be able to have more submit targets ... can it be done?
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.