Please advise what areas of Java I should learn to be able to develop on Weblogic. I am currently reading "Head First Java" and will next get "Head First Servlets" book. Advise what areas I should concentrate on?
Also I am practicing currently on Tomcat. Advise if I am in the right direction?
I have an input form where I am wondering how I should approach user entries.
For example I would like to make bullets before each sentence.
If I use the li tag inside my pre tags it will work but was wondering if there is a better way or even should I bother asking users to input their...
...the records on the action page instead of just the records I selected (checked).
Please advise.
<cfquery name="queOne" datasource="dsn">
SELECT *
FROM theTable
</cfquery>
<cfoutput query="queOne">
<form method = "post" action = "theActionPage.cfm">
<input type="Checkbox" value="#ID#"...
I need to check a directory once a week and delete files in it that are over 60 days old.
Please advise how this can be done on a Windows 2000 Server.
I assume I will need to do it using Task Scheduler and was wondering if Windows 2000 has something that can do this or do I need to create a...
thanks to both of you.
I never heard of htmleditformat(FORM.fieldOne)
It seems to work best when I put it in my Update AND Preview page for fieldOne
Is it okay to put a trim in front of it on my Update page:
#trim(htmleditformat(FORM.fieldOne))#
and what are some of the precautions I should...
...entered in fieldOne: here is "word"
would be entered in database as: here is
The update page:
<cfquery datasource="dsname" name="q1">
select *
from tableOne
where fieldID = #URL.fieldID#
</cfquery>
<cfoutput query="q1">
<form action="Preview.cfm" method="post">
<input type="hidden"...
I have an Access 2000 database where I have a Project Status Field and Archive fields.
Each time the Status is updated then the Status field info is copied to archive field.
Like this:
Status data is updated and the old status field info is copied to Archive field 1 and the Archive field 1...
I have login page for two pages. I am trying to get it to go to one page if it is at a certain page (view.cfm) and for all other pages it comes from it should go to the main page (index.cfm).
I tried conditions based on referer page but it wont work and always seems to go to the index.cfm...
Isnt there something where I can write a condition on a page dependent on where the user comes from?
I have a page that clicks onto a record page where I want to put in a condition on the record page that if the users comes from a certain page then he will not see certain link.
Is this correct...
Its not marked by date. It is archived by latest entry.
The latest entry is: History Archive One
The the entry before that was: History Archive Two
and so on...
Any suggestions on better labels?
I have 4 history sections on my page and having trouble on what to label them. I need advise on what to call the labels for my History sections?
I am currently using History Archive One for my first section and History Achive Two for my second section and so on. Please advise because I dont...
I have the Google search engine now searching everything on our servers. How or what is the parameter to make it search recursively in just One directory on my server??
<code>
<form name="google" method="get" action="http://mybox.here.com/search">
....
</form>
</code>
Do I need to tell Server...
I made a typo on the code. Here is correct one:
<a href="report.cfm?<cfif len(trim(form.varOne))>varOne=#varOne#</cfif>
<cfif len(trim(form.varTwo))>&varTwo=#varTwo#</cfif>>
<cfif len(trim(form.Three))>&varThree=#varThree#</cfif>">Report link</a>
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.