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
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 +=...
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...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.