Jump to content

jeffreyappel

Members
  • Posts

    70
  • Joined

  • Last visited

  • Days Won

    1

jeffreyappel last won the day on October 13 2014

jeffreyappel had the most liked content!

jeffreyappel's Achievements

Newbie

Newbie (1/5)

1

Reputation

  1. trying adding these headers to the top of the page: header("Cache-Control: private, max-age=10800, pre-check=10800"); header("Pragma: private");header("Expires: " . date(DATE_RFC822,strtotime("+2 day"))); if the form submits and post data to a second page, you may want to put it at the top of both pages. also, make sure the code is after any session_start(); if you are using sessions.
  2. This is another version i proposed: <!DOCTYPE html> <html lang="en"> <head></head> <body> <select name="age" > <option value="18">18</option> <option value="19">19</option> </select> <div class='selectBox' style="padding:5px;"> <span class='Arrow'>▼</span> <select name="Option" > <span class="selectOption"><option value="Option 1">Option 1</option></span> <span class="selectOption"><option value="Option 2">Option 2</option></span> <span class="selectOption"><option value="Option 3">Option 3</option></span> </select> </div> </body> </html>
×
×
  • 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.