This is my form page
<head>
<style type="text/css">
p.normal {font-weight: normal;
font-size: 80%}
p.thick {font-weight: bold}
</style>
</head>
<cfoutput>
<cfset PixNum = 10>
<cfif #attributes.Type# EQ "F" >
<p class="normal">Name of the link</p>
<!--- For new link --->...
I can upload my files (pictures) to the webserver without any problem. However, if I try to upload a few more files, they just overwrite my previous files even though their names are unique. Anyone has any suggestions?
I need second pair of eyes for this problem. I have been having problem with the layout of my tree. The children of the tree should be indented under their parents/folder, very much like windows explorer.
If my codes works, it should look like this
Gallery
Gallery1...
I need second pair of eyes for this problem. I have been having problem with the layout of my tree. The children of the tree should be indented under their parents/folder, very much like windows explorer.
If my codes works, it should look like this
Gallery
Gallery1...
Thanks imstillatwork. I got the tree working but not the layout. I am looking for a sample code that has css interact with the javascript to expand and collapse the tree.
Thanks for the sample. What do you do when the tree has unlimited sub-folders? It can be added by users. What can you do to generate a dynamically css? Thanks.
Does anyone know a tutorial website site or can give me a starting point to do a dynamic line chart? The data will be pulled out from database using sql queries. Thanks.
I don't want to redirect to the actual link because the user can bookmark once he gets to the actual page and the count would not be accurate anymore when he comes back to that page. Is there a way to use application variable or custom tag to handle this?
Anyone knows how to track links on a website. I need to determine how many time a user click on a link of a given website. There is more than 1 link on a site. Thanks.
You might not want to store the number of hits. If I were you, I would record a timestamp given a site/application and then use SQL query to count number of timestamps and that is your total hit. The advantage of this approach is you could estimate number of hits given a site, a time frame...
I used _spawnlp and it worked to bring up nodepad, windows explorer but failed to bring up power point and the Java plotting package. Any ideas on why it worked on certain executable files and not others? I am using windows XP and visual studio 6.0 to compile source codes. Thanks...
Anyone knows an ANSI way to call another Java program within C codes without replacing the caller process. _execlp is an API that is used to execute another program but it "terminates" the caller process and I don't want that.
Fork() may be used to create a child process in unix but I am compiling my c codes in visual studio 6.0 and the equivalent API is createProcess() However I have to stick with ANSI C therefore I can't use createProcess() so is there another API that create a child process that can run in Visual...
ArkM, you are right about the 2 errors but I still get a bunch of errors like before. I am using on windows XP. Is there any configuration I get to do? Thanks.
I am trying to compile this piece of C codes in Visual studio 6.0 and getting errors.
Is it true that in order to use data type "HANDLE" I need to have #include <windows.h>
Can "HANDLE" be used in a c program or only C++?
I have a C executable code that need to execute and pass commands...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.