Skip to content
View in the app

A better way to browse. Learn more.

Web Designer Forum

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

champ

Members
  • Joined

  • Last visited

Everything posted by champ

  1. 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>
  2. 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>
  3. champ replied to champ's topic in Frontend
    Thanks everyone for your replies I really appreciate, I think I now understand divs a lot better and I also got a lot of extra information that I can think about once I become efficient with divs.
  4. champ posted a topic in Frontend
    I'm not sure if I am posting this in correct thread but does anyone know of any good tutorials on div tags? When I say good I mean one that explains the logic and usage of a div tag.
  5. Thanks for the prompt response! I'm already liking this forum very active members and makes for a great community!
  6. champ replied to champ's topic in Frontend
    Very useful information... thanks a million!
  7. 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?
  8. Ahhh the wise man speaks. The pen and paper is the right choice and wire framing. Client needs and objectives come first then design around those factors.
  9. 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.

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.