JavaScript - Web Design
Hi,
I am designing a webpage wherein i have to retrieve the user inputted values from a html table,and that user inputted values in a table has to be stored in a .txt file,from a new page(like submit button from a new page and get the values stored in a html page and store in a .txt file)i am using javascript and html table,can any1 help me in this Similar TutorialsI am new to both javascript and .asp. I'm hoping someone here can help me accomplish this task. There is a slideshow on this homepage: http://www.ledson.com The same type of slideshow needs to go on this page, in approx the same spot (right under the logo on the left side): http://ledsonhotel.com I did not write the code for the original site so it's a little confusing to me. I have placed the files in what I believe to be the appropriate folders and added the same code, but my slideshow doesn't show up. Is there a simpler javascript slideshow that I can add here that will go under the logo? Thanks! im looking to make a program for my site to where somebody can type something in and it will go onto a image like a userbar and then they can save that image with the txt the choose to go over it, does anybody have any advice for me to use? www.dreamdiamond.squarespace.com This is a website I'm building for a friend. Its very basic, as is my knowledge of web design, BUT, there is one important thing I cant seem to figure out before we register it as dreamdiamond.com! ok the code on THIS website : http://tablefilter.free.fr/ I cant seem to implement into the diamond website on the Inventory Page. We need to create a filterable table for spec. diamonds and this is driving me nuts. I tried uploading the .js files through the file storage, and put the java script code into the website settings>code injection> header No matter what it's not working though. Is there anyone who can help walk me through it? Or I can give someone the username/ pass so they can maybe help me set it up? Obv the pass would be changed afterwards LOL If you can help me out man I'll be forever grateful lol Hey guys I'm trying to build a form to fill out using HTML and Java. I've got a problem coming up with some of the questions. What I would like to do is have a pre-displayed list of certain questions and have extras show up depending on the response. I've gotten it to work as long as there is only a single question displayed at a time. Any help available? Code: <div id="li_17" > <label class="description" for="element_17">Sample Question 1? </label> <span><a href="#" onclick="toggle_visibility('li_17a');"> <input id="element_17_1" name="element_17" class="element radio" type="radio" value="1" /> <label class="choice" for="element_17_1">Yes</label></a> <input id="element_17_2" name="element_17" class="element radio" type="radio" value="2" checked="checked"/> <label class="choice" for="element_17_2">No</label></span> <p class="guidelines" id="guide_17"> <small>(specify source, husband or wife if married debtor, beginning and ending dates of fiscal year if there are any)</small></p> <li id="li_17a" style='display:none;>Extra Form Spot</li> </div> <div id="li_18" > <label class="description" for="element_18">Sample Question 2? </label> <span><a href="#" onclick="toggle_visibility('li_18a');"> <input id="element_18_1" name="element_18" class="element radio" type="radio" value="1" /> <label class="choice" for="element_18_1">Yes</label></a> <input id="element_18_2" name="element_18" class="element radio" type="radio" value="2" checked="checked"/> <label class="choice" for="element_18_2">No</label></span> <p class="guidelines" id="guide_18"> <small>(specify source, husband or wife if married debtor, beginning and ending dates of fiscal year if there are any)</small></p> <li id="li_18a" style='display:none;>Extra Form Spot</li> </div> Sorry if the code is crap. I'm still fairly new to this. Thanks! |