I have several flash files that when first loaded onto a PC displays all hidden layers until all images are loaded. This mainly happens on slower machines. Once the images are cached, the swf file loads fine. How can I preload all graphics or flash content so this doesn't happen?
I need to remove some characters from a string. For example, in the filename test-e.html I want to remove the
-e.html from the string so the it reads test. How do I do this?
I need to extract the html page name from a page using javascript. I tried location.pathname and others but none will extract just the name of the html page. Also, can this be done inside a frameset? Thank you
I need some actionscript to create keyboard commands - such as the enter, tap and character keys. Are there any scripts that will allow me to do this?
Thanks
We're switching to WebSphere and was concerned on what changes are needed in converting course content (developed for TED - AICC). Can we import course content into WebSphere ? We are concerned on what we can do to mimimize the work effort in converting course content into WebSphere.
Thank you
I've written a serlvet that displays various html templates based on a particular selection. I currently pass a url string to the servlet (for using a GET or POST) and pass those variables to the servlet using the get(parameter). However, I am using a number of html pages that I am reading using...
I've created a servlet that simply queries a database and displays the result set. However, because the data that is returned is so lengthy, I would like to only display 25 or so records a page and then allow the user to click a continue button to display the next set of 25. Does anyone know how...
I have a text file which has over 100 items listed that I would like to pull and pass to a servlet to query a database. Basically, I want to pull each line from the text, pass that value to a servlet, and then query an oracle database. For example:
Text file joe.txt contains:
apples
turtles...
I have a client that I've created many asp scripts to communicate to a Access Database. How can I convert the Access database to SQL and will I need to change any of my asp scripts to communicate to the database?
I have a servlet that writes to a txt file via JRUN and I
am getting (Too many open files). How do I fix this ? Is there a fix I can put into the servlet that will close the
file after it's use or is there something that needs to be done on the server.
Can someone provide me code that will enable me to pull data from an html page and write the results to a text file on a server using servlets - server supports JRUN. I need to create a new line for each entry.
Thank you
Vic
I created a servlet that queries a database and writes the output to an excel spread sheet. The problem I am having is that it appends the data instead of over writing the content. I am using CounterHome.seek(CounterHome.length());
CounterHome.writeBytes(data);
to hold the ResultSet and...
I am trying to add up individual rows across several tables. I have stats
on individual performers and would like to add all the performers up and list the results. For example, I have stats on hockey players (goals) across three tables
(scrimmage, tournaments and league). I would like to...
I have created a table that list the stats of a hockey team. I wish to display
the top three scores (column name 'goals' table 'scrimmage'). I want to return
the top three scores in the the goals column. Can you help.
Thanks
Vic
I have three tables in a database that I would like to
add the totals of each column. The database is used to store hockey players goals and assist and other fields. I want to add the totals of each player from the three tables.
I know you can add the sum of a column, but what about a particular...
I am passing information from several textfields to a text area in a applet. The problem is, how to I add a return (or line break) between each fields. I have tried \n and \r between the two but it does not help:
txtResponse.setText("Data:"
+ TexTField1.getText()+
+...
I need help creating a shell script to open a UNIX FTP server to transfer files. Can someone assist me. I will schedule a CRON to run the script which would open a remote server and transfer a directory to the server.
Thanks
Vic
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.