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...
I have a page that list all my records in an Access 2000 database.
I want to be able to check boxes next to specific records and then show those records only on the action page.
I seem to be having problem fetching the checked checkboxes where it always shows all the records on the action page...
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...
I have a update preview page (working with Access 2000 database) that works but the only problem is if the text input has quotes in it the information is cut off where the quotes start:
Data entered in fieldOne: here is "word"
would be entered in database as: here is
The update page...
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...
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 have a Search Results page in MX 6.0 that has a link to a report that includes all the search criteria and it works great.
Here is my link now where I shortened to 3 variables for this post but I am actually checking 10 variables on my page:
<a href="report.cfm?<cfif...
I want to put in a reg expression to condense my conditions below. Instead of having this:
<cfif #cgi.PATH_INFO# CONTAINS "mydirectory/dirOne/pagehere.cfm">
> <a href="http://www.sun.com/">Info</a>
</cfif>
<cfif #cgi.PATH_INFO# CONTAINS "mydirectory/dirOne/anotherOne.cfm">
> <a...
I have an Access 2000 database that maintains an average of 80 records. A record can take up about a page but most take up about half a page and all the records output on a web page can take up 40 web pages so there must be a better way to output report of all my records and make them print...
I have a JS that checks if my selects, text and textboxes were changed on a form and lets the form process if any changes were made. If no changes were made then it pops up an alert message. It works in IE and but wont work in NS7 when a textbox has alot of info in it.
Please advise of a...
We have a Weblogic Portal that I have never used. Currently I am just learning Java using Tomcat container.
Is Weblogic more advanced Java programming and development using EJB's?
I have a basic understanding of OOP and databases.
I would now like to take a Weblogic class. Please advise what...
I have an Excel file that is generated from an Access 2000 database using Cold Fusion MX on a Windows 2000 server and it works great. I am now trying to copy this Excel file into another folder once a week where I will use the CFScheduler.
Both my copy attempts are not working and just show...
I have information:
ID value
1 1
2 1
3 2
4 1
5 3
2 2
I need to get a count of how many times each value occurs:
1 occurs 3 times
2 occurs 2 times
3 occurs 1 time
The sql here gave me a value but not the total number of occurences of each value in the Access 2000 database...
I have a field value update information box where it sometimes looks like this:
(08/12/05) stuff here etc...
Date will always be in the dd/mm/yy format.
I need to create a condition to check if the date is the first part of the value and replace or reg expression to eliminate the date part...
How can I get a query to show up in an Excel Spreadsheet??
I have a query result that shows records on a page and I need the page to have a link or button that will bring up the query result in an Excel spreadsheet.
I can get a regular query to work and show an Excel spreadsheet but now I need...
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.