Back to feed
Renewal·서른의 생활코딩

Sample source 4) JavaScript basic document structure : window object 1) open method

NS
normalstory
cover image
Sample source 4) JavaScript basic document structure : window object 1) open method 





<script type="text/javascript">//<![CDATA[




// window.open("file to display","window name","window style")


// You must give it a name so it can be reused later without errors.
 


window.open("./event.html","event2011","width=350,height=120,status=no,toolbar=no,left=0,top=0")


//]]]]]]>


</script> 



As a designer, when you start dealing with JavaScript, 
you begin to think how nice it would be if there were a few things you could do freely.
For example,
freely changing the contents inside the basic markup,
or pulling in markup that's outside, or making something that exists look as if it doesn't, and so on..
The content above could be seen as the start of doing that kind of work... 

 

This English version was translated by Claude.

친절한 찰쓰씨
Written by
친절한 찰쓰씨

Pleasant Charles — UI/UX researcher at AIT. Keeping notes on design, planning, and slow days here since 2010.

More on the author's page

Keep reading

Renewal

Steadily, for the long haul, without burning out

Mar 31, 2026·9 min
Renewal

Tech-life balance

Feb 7, 2026·3 min
Renewal

Humanality, by Park Jeong-ryeol

Feb 7, 2026·11 min