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. buckDharma

    resizing window ( new window) in var newPage

    I think I partially have the answer: var j = window.open('') j.document.write(newPage); j.resizeTo(400,300) j.moveTo(150,300) j.document.close(); but in FF.. unless I allow script to not ( uncheck) resize window it doesnt work too well.. in IE its fine
  2. buckDharma

    resizing window ( new window) in var newPage

    Hello I am trying to resize a new window in the javascript and not assign the href the new window size - heres what I mean: function createNewWindow () { var userName = document.getElementById('user_name').value var newPage = "<html><head><title>" newPage += userName; newPage +=...
  3. buckDharma

    Line break in xml ( via Excel... I know.. I know..)

    Hello I am working on this project at work. The idea is to have an Excel file that my coworkers can update and export as an xml file which in turn will update a webpage I built. This webpage will be display in the warehouse where the shipping guys can see the updated information. I am using an...

Part and Inventory Search

Back
Top