Jump to content

brotherZ

Members
  • Posts

    15
  • Joined

  • Last visited

Everything posted by brotherZ

  1. RewriteCond %{SERVER_PORT} !=443 RewriteCond %{HTTP_HOST} ^(www\.)?domain\.com$ [NC] RewriteRule ^(.*)$ https://www.domain.com/$1 [R,L]
  2. Why don't you increase the user session timeout? Or generate a popup message using javascript when the user session is about timeout and ask the user if he needs more time. This is what I have seen done.
  3. I can't use the span tag in your form. You have to use the <select> and <option> tags. I would do this: <select name="age" class='selected'> <option value="18">18</option> <option value="19">19</option> </select>
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.