Posts by Bruno • 15 points
2 posts
-
1
votes1
answer103
viewsQ: Pass an input value from page 1 to another input on page 2
beauty? I have a specific calculator and I want that when you click on the button it calculates and shows the values on another page. I tried to use window.open and I couldn’t. To open on the same…
-
0
votes2
answers582
viewsQ: Document.getElementById( ).value is not working with window.open( )
I want to generate a clean print page with some information only. For this I am using the following code (well summarized) in javascript: function myFunction() { var myWindow = window.open(" ",…