Posts tagged help
JAVA SCRIPT AND CSS PROBLEM PLEASE HELP!!!!!!?
May 30th
I AM WRKNG OVER A FRM FOR AN AGENCY WHERE I AM USING A DROP DOWN LIST TO DISPLAY THEIR OPTIONS…ITS A NESTED ONE THOUGH AND THE SUB PARTS ARE INVISIBLE….. WAT I WANT IS TO MAKE THIS INVISIBLE FIELD NOT TO OCCUPY ANYSPACE…..COZ OF THIS INVISIBLE FIELD THERE IS A HUGE GAP BETWEEN THE FIELDS
I WILL COPY THE CODE HERE PLEASE REVERT BACK SOON:
(THIS IS THE CODE PART ONLY NOT THE WHOLE PAGE)
< !DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
function showhidefields(mySel) { switch (mySel) { case '1': document.getElementById("hideablearea").style.visibility = "hidden"; case '2': document.getElementById("hideablearea").style.visibility = "visible";break; case '3': document.getElementById("hideablearea").style.visibility = "hidden"; }
}
Read More >>
I’D LIKE TO SCAN A MULTI PAGE DOCUMENT FROM MY PRINTER TO MY MAC AND I HAVE NO IDEA THE PROCESS. HELP?
May 26th
I have an 82 page script that I’d like to scan from a Brother multi system to my Macbook. Any suggestions?
Thanks,
Read More >>
PROBLEM WITH A JAVASCRIPT SCRIPT – PLZ HELP!!?
May 23rd
I have a form that is divided into 4 rows. It goes checkbox, then choose boxes (that you set a time with). I want it that the choose boxes are disabled, and when you click on the checkbox for that row it enables the choose boxes…I only have a vauge understanding of javascript, so I came up with this script:
function formDisable()
{
jvgCheckbox = document.getElementById(’jvg_checkbox’);
jvgTimeHr = document.getElementById(’schd_jvg_hr’);
jvgTimeMin = document.getElementById(’schd_jvg_min’);
jvgTimeAmPm = document.getElementById(’schd_jvg_am_pm’);
if (jvgCheckbox.onClick() == true)
{
jvgTimeHr.disabled = false;
jvgTimeMin.disabled = false;
jvgTimeAmPm.disabled = false;
}
else
{
jvgTimeHr.disabled = true;
jvgTimeMin.disabled = true;
jvgTimeAmPm.disabled = true;
}
}
formDIsabled is called when you click on the the checkbox.
THis script doens’t work…any suggustions????
THanks!!
Read More >>
NEED SOME SIMPLE JAVA SCRIPT HELP?
May 8th
I’m brand new….as in “just looked at a JS book for the first time today” brand new.
What i need is to figure out how to take what ever the user inputs in the boxes and have each of the buttons run easy mathematical equations using the inputs. Each button will run an different equation (some kind of onsubmit thing). Then the output will be displayed on the page. I have good knowledge of HTML CSS and Actionscript, so I should be able to comprehend the answers I get, Im just literally brand new with JS.
HERES WHAT I HAVE (you can ignore those tiny scripts at the bottom, thats just me playing around trying to figure some JS out):
function checkit() { var textstring = '';
for (i=0;i<4;i++) { var box = document.forms['example'].elements[i]; if (!box.value) { alert('You haven\'t filled in ' + box.name + '!'); box.focus() return; } textstring += box.name + ': ' + box.value + '\n'; }
}
Insert Your Quadratic Equation
I need the A B and C values (Ax2+Bx+C)
var input = "2" var output = Math.pow(input,3) document.write ("the answer is " + output);
Read More >>
COUNTER STRIKE: SOURCE – BUNNY HOP SCRIPT AND WHAT TO DO – HELP PLEASE!!!?
May 4th
I got my script, but honestly, i dont really have any idea what to do…i saved my notebad document as a .cfg and i got the script… but honestly, i dont know what im doing. I need VERY DETAILED instructions and walk me throught what EXACTLY i need to do to get this script for bunny hopping to work.
10 points for answer that helps me, and i check this regularly.
Read More >>
NEED HELP WITH WEBSITE PROGRAMMING…?
May 2nd
Built my own site using a wysiwyg editor a few months ago. It’s getting more and more traffic and I would like to begin selling advertising space in addition to the adsense earnings that are coming in.
How can I set up the advertising space so that I do not have to change 100 pages just to get the ads online?
I do not know anything about style sheets and I do not have it on my pages. I do not use WordPress either and would like not to change over unless it’s necessary.
Or is it done with Java Script?
Where can I learn about these things?
Thank you!!
Read More >>
JAVASCRIPT HELP?
May 1st
My site has more than 1000 page in htm
How I can add script to all pages to show my ads (text or banner) and I can make alter of ads by change one file only on the site ..
example : google adsense , adbrite
Read More >>
HELP ME PEOPLE?
Apr 28th
I’m looking for some software, php program, script or something where I can upload my articles that I wrote, I have like 100 and I want them to be able to be categorized like health and stuff like that..be able to use google adsense
Read More >>
HELP WITH JAVA-SCRIPT?
Apr 26th
Firstly, I’d like to state I have been doing java-scripting for a sum total of fifty minutes, so I have valid reason if all this is wrong. What I am simply trying to do, is to imput text and knock off a few words in that sentance (say something like ‘Hi, my name is JFK’ is imputed and ‘my name is JFK’ is then outputed). Anyone point me in the right direction?
Read More >>
JAVA SCRIPT HELP!?
Apr 25th
a page with name Page.html @ www.somesite.com
when you type www.somesite.com/Page.html?var=adc
what code can i put instead of the *** to write the value of (var).
Read More >>








