Jump to content

worrall

New Members
  • Posts

    3
  • Joined

  • Last visited

    Never

Everything posted by worrall

  1. Its so simple whenever you write the <a href line the editor automatically give you an browse option and through that you can give the path of the file.
  2. I this would help you, the code goes as <body bgcolor="#000000" text="#FFFFFF" link="#0000FF"> .
  3. Use the following in your code.. <select name="name" id="name" onchange="return checker(this.form);"> And keep the following code in your js folder.. function checker(frm) { var select_index = document.getElementById('name').selectedIndex; var option_value = document.getElementById('name').options[select_index].value; window.location = "search.php?id=" + option_value; }
×
×
  • 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.