eok20
08-13-2003, 12:36 PM
is there a command in javascript, dhtml, etc that is the equivalent to a typedef in C/C++? I want to create a synonym tag for a table. thanks.
|
Click to See Complete Forum and Search --> : Custom Tag Names eok20 08-13-2003, 12:36 PM is there a command in javascript, dhtml, etc that is the equivalent to a typedef in C/C++? I want to create a synonym tag for a table. thanks. David Harrison 08-13-2003, 02:53 PM Well you could just give each table a unique id and give a group of tables a class and refer to them by using those. CSW800 08-17-2003, 03:08 PM You can use an XML namespace....though it's not with javascript/dhtml, but it would be somewhat framilier to you if you know C++ (well...the :: operator is used calling it, at least :p ) webdeveloper.com
Copyright Internet.com Inc., All Rights Reserved. |