Click here to Skip to main content
16,005,206 members
Home / Discussions / Web Development
   

Web Development

 
GeneralXML Node Sorting Pin
9-Nov-01 5:59
suss9-Nov-01 5:59 
GeneralRe: XML Node Sorting Pin
Andres Manggini9-Nov-01 8:13
Andres Manggini9-Nov-01 8:13 
GeneralInserting plug-ins from web page Pin
Malcolm McMahon9-Nov-01 3:17
Malcolm McMahon9-Nov-01 3:17 
GeneralBest development enviroment/tools Pin
Michael P Butler9-Nov-01 1:28
Michael P Butler9-Nov-01 1:28 
GeneralRe: Best development enviroment/tools Pin
Jon Sagara9-Nov-01 3:25
Jon Sagara9-Nov-01 3:25 
GeneralRe: Best development enviroment/tools Pin
Jason Jystad10-Nov-01 20:14
Jason Jystad10-Nov-01 20:14 
GeneralMicrosofts XML Menus Pin
8-Nov-01 23:02
suss8-Nov-01 23:02 
GeneralUsing comctl32 with javascript Question Pin
Michael A Barnhart8-Nov-01 3:09
Michael A Barnhart8-Nov-01 3:09 
I am very new (a few days) to javascript but have many years of C/C++ background.
I have successfully used some COM controls that I wrote (all arguments were variants)

I would like to use some of the common controls in a web page. The target is only using IE and NT machines.

Can anyone point me to where I may get information on what methods with argument lists are usable from a javascript perspective. I have the MSDN library but am not being successful on how to format the calls so the method/property is supported. Below is a trivial example using the Tree Control (that does not work.)

Again I do not just want to make this work but understand what I can and cannot do.

Thanks Mike

<html>
<head>
<title>Menu</title>
</head>
<script language=javascript>
function LoadRoot()
{
var name = "Root";
var parent = null;
parent = Tree.InsertItem(name);
name = "c1";
Tree.InsertItem(name,parent);
name = "C2";
Tree.InsertItem(name,parent);
}
</script>

<body onLoad="LoadRoot();">
Test Menu

<OBJECT
ID="Tree"
CLASSID="CLSID:C74190B6-8589-11D1-B16A-00C0F0283628"
WIDTH=80
HEIGHT=200>
</OBJECT>

</body>
</html>

Michael A Barnhart
mabtech@swbell.net
GeneralRe: Using comctl32 with javascript Question Pin
Jason Jystad8-Nov-01 16:43
Jason Jystad8-Nov-01 16:43 
GeneralCSS trouble in MSIE 5.0 Pin
7-Nov-01 1:04
suss7-Nov-01 1:04 
GeneralRe: CSS trouble in MSIE 5.0 Pin
Jon Sagara7-Nov-01 7:26
Jon Sagara7-Nov-01 7:26 
GeneralRe: CSS trouble in MSIE 5.0 Pin
7-Nov-01 7:34
suss7-Nov-01 7:34 
GeneralRe: CSS trouble in MSIE 5.0 Pin
Jason Jystad8-Nov-01 16:06
Jason Jystad8-Nov-01 16:06 
GeneralRe: CSS trouble in MSIE 5.0 Pin
9-Nov-01 23:48
suss9-Nov-01 23:48 
GeneralRe: CSS trouble in MSIE 5.0 Pin
Jason Jystad10-Nov-01 20:15
Jason Jystad10-Nov-01 20:15 
GeneralRe: CSS trouble in MSIE 5.0 Pin
7-Nov-01 12:14
suss7-Nov-01 12:14 
GeneralRe: CSS trouble in MSIE 5.0 Pin
8-Nov-01 2:20
suss8-Nov-01 2:20 
GeneralVisual Interdev and root Pin
6-Nov-01 19:22
suss6-Nov-01 19:22 
GeneralRe: Visual Interdev and root Pin
Danny Quinn8-Dec-01 5:29
Danny Quinn8-Dec-01 5:29 
GeneralNetscape, IE and the Size of Form Input Boxes Workaround Pin
6-Nov-01 8:08
suss6-Nov-01 8:08 
GeneralRe: Netscape, IE and the Size of Form Input Boxes Workaround Pin
Jon Sagara6-Nov-01 9:25
Jon Sagara6-Nov-01 9:25 
GeneralRe: Netscape, IE and the Size of Form Input Boxes Workaround Pin
Chris Maunder6-Nov-01 19:40
cofounderChris Maunder6-Nov-01 19:40 
GeneralRe: Netscape, IE and the Size of Form Input Boxes Workaround Pin
Jason Jystad8-Nov-01 16:35
Jason Jystad8-Nov-01 16:35 
GeneralRe: Netscape, IE and the Size of Form Input Boxes Workaround Pin
Chris Maunder14-Nov-01 23:47
cofounderChris Maunder14-Nov-01 23:47 
GeneralRe: Netscape, IE and the Size of Form Input Boxes Workaround Pin
Jason Jystad8-Nov-01 16:58
Jason Jystad8-Nov-01 16:58 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.