Everything posted by champ
-
Setting up a Drop Down Menu for Digital Download
I am working with a client that needs to have a drop down menu for payment buttons so that when the options are changed it will properly correspond and only download that particular file. The system used is e-junkie. The codes that would be used for links are as follow below: <a href="https://www.e-junkie.com/ecom/gb.php?c=cart&i=1257310&cl=207948&ejc=2" target="ej_ejc" class="ec_ejc_thkbx" onClick="javascript:return EJEJC_lc(this);"><img src="http://www.e-junkie.com/ej/ej_add_to_cart.gif" border="0" alt="Add to Cart"/></a> <a href="https://www.e-junkie.com/ecom/gb.php?c=cart&i=1257314&cl=207948&ejc=2" target="ej_ejc" class="ec_ejc_thkbx" onClick="javascript:return EJEJC_lc(this);"><img src="http://www.e-junkie.com/ej/ej_add_to_cart.gif" border="0" alt="Add to Cart"/></a> <a href="https://www.e-junkie.com/ecom/gb.php?c=cart&i=1257309&cl=207948&ejc=2" target="ej_ejc" class="ec_ejc_thkbx" onClick="javascript:return EJEJC_lc(this);"><img src="http://www.e-junkie.com/ej/ej_add_to_cart.gif" border="0" alt="Add to Cart"/></a> If I am correct some basic HTML to create the drop down menus using the <form>, <option> and <select> tag will be the starting point. Also would need submit button so that when a specific option is choosen it will go the link for item choosen in drop down menu. in other words I would need to have the link for add-to-cart button change based on option that is choosen. Any help at figuring this out would be much appreciated. The only other problem potentially is that I need the "add-to-cart" button to also function with view cart: <a href="https://www.e-junkie.com/ecom/gb.php?c=cart&cl=207948&ejc=2" target="ej_ejc" class="ec_ejc_thkbx" onClick="javascript:return EJEJC_lc(this);"><img src="http://www.e-junkie.com/ej/ej_view_cart.gif" border="0" alt="View Cart"/></a> <script language="javascript" type="text/javascript"> <!-- function EJEJC_lc(th) { return false; } // --> </script> <script src='http://www.e-junkie.com/ecom/box.js' type='text/javascript'></script>
-
Forms Name attribute and Value Attribute
Dear Web Designer Forum, I am trying to wrap my head around html forms. I understand most of it but just want to make sure I have all my facts straight. For the form shown below I wanted some clarification on the "name" attribute. If I am correct the name attribute is what will show up in the submitted form that you recieve in email from end user right? For example if I were reading the submitted form shown below in my email it would show the word "fullname" next to value the user put in form right? My other questionis about the radio input type. Does the name attribute show up in email along with the value attribute? Or does the text "UK" show up? <form> First Name: <input type="text" name="fullname"> Where are you located?: <input type="radio" name="location" value="London">UK<br> <input type="submit" value="submit"> </form>
- DIV tags
- DIV tags
- Hello World LOL
- Mobile Website Design
-
Mobile Website Design
I wanted to know if anyone knew of resources that go over mobile web design. I know HTML and CSS and stuff like that but I have not read about designing mobile websites. Is their a preferred method or approach? Also I heard that you have to design two separate websites one for your regular website and the other for your desktop style website. Is that true?
- Photoshop for starting web design?
-
Hello World LOL
Hello World, Been re-teaching myself HTML because it has been a while since I wrote it from ground up. I'm not very familiar with this forum although I signed sometime ago. I was in school so didn't really have time to indulge in the forums, which is why I am re-introducing myself. I'm not sure how things work here but I would like to help others that are new to HTML learn how to write in that markup language and eventually transition into other subjects. It helps me to improve my knowledge in HTML by teaching others so if it is alright with moderators I would like to make video tutorials and embed them for areas that people need help with to help improve my knowledge and keep it fresh. If their is an area that you are struggling with and if moderators approve I could make a free video training guide for you via Youtube embeds. Either way I will also be learning from you all as well.