I have a frameset page that I need "refreshed" from a servlet. I basically want to post the entire page to the browser window it came from. I'm stuck as to how to direct the pages to go to their corresponding frames. I've tried messing around with some javascript and the base tag...
I have a flat file which I am loading into 2 tables, if the record starts with a 1, its a header, if it starts with an 8 its a detail.
Problem is that I need to hold a value from the header to insert with each detail. Here is an example that is what I want to do.
Thanks in advance
load data...
I'm using:
style='border: solid 0 #000; border-top-width:2px;'
to create a black line on the top of a table cell,
this works great in IE but in netscape (4.7) it only puts a black line where there is text or an explicit space, short of rpadding of lpadding the cells how can I achieve a...
I have a directory that has some files named nnnn.xxx.aaa
these files are in an array and after I do some stuff, I need to ftp them to another server with the .aaa extension removed (nnnn.xxx). I thought I could split on . i have something like :
@files = system("ls *.xxx.aaa")...
I have a jsp that validates a serial number, the first scenario is easy enough, starts with a "P" and is 10 characters long, if it doesn't pass that I need to see if it starts with an "O" then a letter and then 6 numbers.
ie: OE123456
what is the best way to perform this...
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.