I have de following HTML with Javascript code: <html> <head> <title>portais.htm</title> <script> function portal() { portais=new Array() portais[0]='Google'; ...
Your code seem good. but why u need to do NewWindow.Show; you window is not visible by default ? did u try with newWindow := TForm1.Create(application);...