Wrox Home  
Search P2P Archive for: Go

  Return to Index  

javascript thread: window size prob


Message #1 by True2ViSioN@a... on Wed, 7 Nov 2001 21:14:54 EST
--0-1106087319-1005319195=:99097
Content-Type: text/plain; charset=us-ascii


 As I know, the HTA:APPLICATION element doesn't have an attribute called WINDOWSIZE. But I don't know how to set the size of the
window. 
A "novice" suggestion: Try, if you can, the showModalDialog method of the window object.
  True2ViSioN@a... wrote: this is the code i use for my .hta (html application) and i cant seem to get the window size to work 

<HTA:APPLICATION ID="HTAEx" 
   APPLICATIONNAME="SP color-system" 
   WINDOWSTATE="normal" 
   WINDOWSIZE="width=400,height=400" 
   ICON="CS.ico" 
   BORDER="thin" 
   BORDERSTYLE="normal" 
   CAPTION="yes" 
   MAXIMIZEBUTTON="no" 
   MINIMIZEBUTTON="yes" 
   SHOWINTASKBAR="yes" 
   SINGLEINSTANCE="yes" 
   SYSMENU="yes" 
   VERSION="4.20.06" 
   SCROLLBAR="no" 
 > 

can any one help? ---



---------------------------------
Do You Yahoo!?
Find a job, post your resume on Yahoo! Careers.

  Return to Index