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 SkipVought 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. DrDecoy

    resize same window or other option

    replace width and height with numerical values or use them as a variable your choice... and window.resizeTo(width,height) window.moveTo(width,height) to determine screen size screen.width screen.height
  2. DrDecoy

    no status bar help

    to do that you'd have to open it up in another window. You can't make the status bar disapear on a normal broswer window. Now if you open it up in another window with no status bar present then its all good. Heres a source code i just pasted in a different subject but it will work for you. Just...
  3. DrDecoy

    Fullscreen+center

    Here, give this a whirl. If thats not what your looking for be a bit more specific or give me a link example. <!-- TWO STEPS TO INSTALL FULLSCREEN WINDOW: 1. Copy the coding into the HEAD of your HTML document 2. Add the last code into the BODY of your HTML document --> <!-- STEP ONE...
  4. DrDecoy

    Send to a friend with multiple email addresses

    Ok, here is an already done tell a friend, you can make the present message as the text box just turn its type into a &quot;hidden&quot; and it won't show so they can't edit it, and i would loop it like your saying. If you need more help with it i can try making it for you...
  5. DrDecoy

    Text Formatting In Alert &amp; Confirm???

    you could always just open another custom size window with not menubars and have it display your formated stuff in there, other wise the alert(&quot;&quot;) fucntion doesn't format.

Part and Inventory Search

Back
Top