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: *

  1. Billvan

    popup window porblem

    Please supply a link to the site you are referring to. After reading your message, it is difficult for me to visualize where these buttons are located. I think I know the answer to your question but I need to be certain before offering my suggestions.
  2. Billvan

    Multiple functions at onLoad

    Is this what you were referring to in your original message? <body onload=&quot;hideworking();loadatstartup();&quot;> This could include as many functions(); as your page may require. Don't forget the ;'s.
  3. Billvan

    disable a scroll bar

    Correction to my previous post. It is <body scroll=&quot;no&quot;> if you use &quot;0&quot; it won't work, sorry about that.
  4. Billvan

    disable a scroll bar

    Note sure if this is what you are looking for but here it is. Add the Scroll=0 to the <BODY> tag. <body scroll=0> This will disable the scrollbar in the current document. There may be other ways to to it but this is the easiest.
  5. Billvan

    Creating a popup

    when your create the NEW window define the window like this: myWindow=window.open(...); Now when your want to close the window use: myWindow.Close(); You should not be prompted since you have the rights needed to close it since you created it.

Part and Inventory Search

Back
Top