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: jockm
  • Content: Threads
  • Order by date
  1. jockm

    Drop down list

    On my framed web site at http://www.kalikalos.org, I have a frame used as a navbar (navbar.htm). I locate various links on the navbar. I dont want to add any more links as it will start to look messy, and as this navbar doesnt scroll some monitors would lose the last few links if I did that...
  2. jockm

    Break out of my frames

    On my three-frames website at <http://www.kalikalos.org> I want to break out of the frameset from a link in the top.html frame to my alternative site for people with small monitors who cannot see all the items on my framed navbar. I dont want my alternative site to be in my frameset, and I...
  3. jockm

    Close control panel window

    I have a line of code on my navbar that opens a control panel in a small newWindow. <a href=&quot;javascript: newWindow('booking.html')&quot;>Control Panel</a> In the control panel window I have a few links, a sample one of which is <A HREF=&quot;http://order.kagi.com/?B7Z&quot...
  4. jockm

    hover text not working

    Good day I am still trying to get hover text to work on this password protected link: <SPAN ID=&quot;bluegreen&quot;> <a href=&quot;javascript:gateKeeper()&quot; onMouseover=&quot;window.status='Remember your password is required!'; return true; &quot; onMouseOut=&quot;window.status=''; return...
  5. jockm

    Function call from external js file

    Good day I have been cleaning up my web pages and moving all the various bits of javascript that I have dotted around on various pages to one single external javascript file: http://www.kalikalos.org/scripts.js. On one of my pages (http://www.kalikalos.org/top.htm) I have a js function called...
  6. jockm

    Controlling link colors on hover

    Good day, I have a blue left side vertical navbar on my site at http://www.kalikalos.org/navbar.htm. I have various links down the side there that are all in white text with textdecoration : none. All well and good. The last link there (&quot;facilitators only&quot;), however, is called from...
  7. jockm

    Controlling Link text color on hover

    Good day I have a left blue framed navbar (navbar.htm) on my site at http://www.kalikalos.org, with some 17 links on it. I have turned off underlining with <DIV ID=&quot;whyte&quot;>, the code for which is found in my external file, styles.css, linked to the navbar.htm file. So far so good...
  8. jockm

    Oopen password protected page

    Over in my website (http://www.kalikalos.org/navbar.htm) I have a page that will only open with the correct password. (In this case the password is &quot;leaders&quot; (without the quotes). The page is simply called: leaders.html. It opens fine with the password, but it opens in a new window. I...
  9. jockm

    Form not working

    On one of my pages (http://www.kalikalos.org/contact.html) I have a form set up to collect information from the surfer and email to me. I copied the code from Joe Burn's book on HTML. It is <FORM METHOD=&quot;POST&quot; ACTION=&quot;mailto:jockm@kalikalos.org&quot...
  10. jockm

    writing different images from external .js file

    I am in process of replacing a frames navbar with an external javascript file (navbar.js) consisting of anchors and text links enclosed in document.write() statements. So far I have succeeded in creating a list of links which are displayed on the page and work okay. Now I want to pass an image...
  11. jockm

    opening popup window from external .js file

    I have created an external .js file (navbar.js) to replace a framed navbar. This .js file is called out of my index.htm file <script language=javascript&quot; src=navbar.js&quot;></script> My navbar.js file looks like this <!-- hide script document.write(&quot;<A HREF='vision.thml'>Vision...
  12. jockm

    new window from external .js file

    I am wanting to open a new window and control the size and placement of that new window from an external .js file. So far I cannot do it, because the external file doesnt allow a javascript command imbedded in it. I am sure there is a way to do this, and would love to know how. THANKS! jockm

Part and Inventory Search

Back
Top