meaning all the forms on the page will be validated with theat script
Type: Posts; User: hantz; Keyword(s):
meaning all the forms on the page will be validated with theat script
how can i fix it?
it has to validate id user picked more than 2 checkboxes.
function validate(f)
{
len = f.elements.length;
var i=0;
var count=0;
i plan to show image of map and user will click on some exact point and there will be automaticaly a red pixel or a char on that exact point...
after wards after the user will fill the text form...
how can i make js place a point on the area the user checked?
that is an exmple for getting the cordinations, my code will have only a plain image where i want the user will pick a location and...
i got to round the corners of the tabs
http://ilmc.brinkster.net/comersus/crm/000/demo0.htm
help...i need somebody...help...i need some any body help...
http://ilmc.brinkster.net/comersus/crm/000/demo0.htm
someone who knows css realy well, please help me soving this one...
i am trying...
http://ilmc.brinkster.net/comersus/crm/menu_example.htm
can someone please tell how i can do the inner white form with the categories with pure html or javascript?:)
i made the main frame from div...
the problem was that i didn't see that instead of .id there was .value
this script as you see sumup the total price of the packages (left)
and add to this price the pay method additional cost(right)
now, the value of the checkboxes is the price of each item
the...
what do you suggest i realy want my screen to look alike:)
the image i sent you is not a web application...
you see here http://ilmc.brinkster.net/comersus/crm/menu_example.htm
the page divided into 2 part left with 2 menues and serch and
than the right...
http://ilmc.brinkster.net/comersus/crm/menu_example.htm
can you tell me how to made such frames like in the screen- i mean you see there is some kind of form box that all of the 3 part of the page...
i got 2 <input type=text on the page...
i need to post only one of them...
i need somehow to set that when user click on one of the text inputs, the other being disabled and the value of the other...
for (var i=0;i<frm.elements.length;i++){
obj = frm.elements[i];
if (obj==oChk) continue;
if (typeof obj=="object"){
if (document.layers) {
if (disable){
...
this script play on the disable option of form elements...
but in order to set it up i need to write all the "name" of all form elements inside the
<input type="checkbox" name="control1"...
<script>
var tId=""; // create global variable to hold the interval handler
function pollDB() {
/* call the server and when return, call the javascript function showResult with the result */ ...
i got to 2 onchange events...how can i mix them?
<select name="resp" onChange="enableDisable
(this,'listbox2','listbox1','listbox3','closhour','closhour1')" onChange="if (this.selectedIndex == 3 ...
imagen you got a 1 select box(place)
and underneath 5 other select boxes(day/month/year/hour/minute)
as default those 5 select boxes are blind...blind this means that somehow they got gray...
thats a part of the code i'm using:
innerHTML="<p style='background:#000000;color:#ffffff;font-size:20px;'>texttt<br><a href="">link</a></p>";
well i want to add this code a link that will...
if you will got
<p class="timer">You have <span id="timer">plenty of time</span> left.</p>
you will always
You have plenty of time left.
i need plane page while the timeout is ok.
but when...
i am using "div"
i want that it will apear on screen only when the timeout over...
+i want that there will be a black background=#000000 and white font #ffffff
how i can add those things?
if...
<script type="text/javascript">
function count(el, start, stop) {
el = el.firstChild || el.appendChild(document.createTextNode(""));
start = start || 10;
stop = stop || 0;
...
then how we use your code inside the check_Redirect()
that will be called with
<body onLoad="setTimeout('check_Redirect()', 30000);">
?
please look at my script and tell me where i got wrong...
<body onLoad="setTimeout('if(c==null) c=setInterval('startClock()',1000);', 50000);">
<script type="text/javascript">...
twey, i need to use
<body onLoad="setTimeout('check_Redirect()', 30000);">
and the counting function got to be part of this script
how can i do this?