
Placing a Sound File on a Web Page
Question: I want to put a sound file that I saved on my A drive on my Web page but I don’t know what HTML tag to use. The file
Question: I want to put a sound file that I saved on my A drive on my Web page but I don’t know what HTML tag to use. The file
Question: Can you recommend a training company that offers DHTML and/or XML courses? Answer: I unfortunately can’t make a specific recommendation because of the nature of what I do, but
Question: I downloaded Microsoft’s DIRWALK VB code and used it to create an ActiveX server. I want it to walk an HTML directory tree with ASP (Active Server Pages) so
Question: Can I change the text of my layer through a link? I’ve heard it’s impossible and that I have to change the visibility of the layer and replace it
If you’re using Active Server Pages (ASP), you can use ByRef properties to find out what’s going on in your custom business object. Define a couple of variants in your
You can use the File class (see Tips: “Constructing a File Class” and “Manipulating File Names With the File Class”) to perform operations on files that reside on your operating
Java defines a File class (see Tip: “Constructing a File Class”) that you can use to manipulate the file name and perform file-related operations on the underlying file system (see
Java defines a File class that represents a name of a file on your operating system’s file system. You can use the File class to manipulate the file name, which