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 Mike Lewis 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: miseo
  • Order by date
  1. miseo

    Menu - submenu - next level down

    here it is: menu_sys.js: var lastmenu="" function domenu(currMenu,new_offset,variant) { if (document.getElementById) { if (lastmenu!="") { if (new_offset>0) { offset=new_offset } else {...
  2. miseo

    help with scrollbars in js

    I got the second problem fixed, there was a picture used as a vertical line down the side and it was longer than the screen, so I just had to make it shorter and it worked, sorry to trouble u all about these non js problems
  3. miseo

    help with scrollbars in js

    the scrollIntoView method worked great!:-D, the name tag idea also worked (I forgot about that one, when I was posting this), now onto the second problem
  4. miseo

    help with scrollbars in js

    there is no url available at the moment, since it's a lot of hassle to get the pages uploaded and that to my server, since I don't have high enough clearance to do it. Also, I have tried the overflow and this doesn't do a thing, because the scrolling attribute in the page that includes the...
  5. miseo

    help with scrollbars in js

    I have a menu system that works extremely well, but when the content in the page overflows, so that the scrollbar comes up its a bit hard to see the stuff at the bottom and so as soon as I click on an Item in the menu I want it to scroll down, based on the position of where it is in the screen...
  6. miseo

    Menu - submenu - next level down

    I can give u a copy of the code that will do it for you, if you would like
  7. miseo

    Add a third level to the menu

    I've made a menu system that is able to be grown to a customized number of levels (no maximum), if u would like the code, I can send u it.
  8. miseo

    sending mail from within web pages using form data

    I worked it out, the server I post the websites on runs gForm, which has the functionality that I need so it's all good.
  9. miseo

    sending mail from within web pages using form data

    I am creating an enquiry page for a website of mine, and I am wondering is there an easy way of sending an email to a certain address based on the value of a field in a form, for example a combo box, radio button, etc object? I don't care what language the solution is in, but I don't have...

Part and Inventory Search

Back
Top