Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: leonk09
  • Content: Threads
  • Order by date
  1. leonk09

    Is my .htaccess file correct?

    I have recently changed domains, and I want to make sure that my .htaccess file is correctly setup. I currenlty have PR2, which has just changed in the update. Sometimes it carries on to my new page, and sometimes it doesnt. I am not sure if this is to do with my .htaccess file, or the fact...
  2. leonk09

    Hover function that just works for text

    Okay I have a link that looks like this: <style type="text/css"> a.link1:link, a.link1:visited { text-decoration: none; color: #000000; font-family: Verdana, Tahoma; font-size: 11px; } a.link1:hover { background-color: #000000; text-decoration: none; color: #99CCFF; font-size: 11px; }...
  3. leonk09

    Outlook Reply-To Permanent

    Is there a way I can permanently have Outlook 2003 to "have replies sent to" a different address, rather than having to change it for every email? Thanks
  4. leonk09

    Combining two scripts together

    I have two scripts which work on the same form: Script one combines the results of two radio buttons to create a combined menu: <!-- Begin site="http://javascript.internet.com"; function combineMenus(frm, menu1, menu2) { with (frm) { for (var i = 0; i < document.menufrm.menu1.length; i++) { if...
  5. leonk09

    Always select first option

    I am using a script to populate dropdown menus: <SCRIPT LANGUAGE="JavaScript"> function SelectSubCat(){ // ON selection of category this function will work removeAllOptions(document.main.SubCat); if(document.main.Category.value == '1'){ addOption(document.main.SubGift,"option 1", "option...
  6. leonk09

    Dropdown menu, one option linked

    Hi, I've got a plain and simple drop-down menu. But....I want one of the values to open a link in a target window when selected (just one, the others should be just normal values). Is there a way to do this because currently I only have scripts for making every value a link. Thanks for your help
  7. leonk09

    alert when option from dropdown menu is selecteed

    hi all, I really don't know much about javascripts (I know how to cut an paste them, but not much else). I have a mail form, which already has plenty of javascript on there for validation. One of the sections of my form is a dropdown menu. I need an alert box with a message to appear when a...

Part and Inventory Search

Back
Top