| Author |
absolute newbie - where to look for source code
|
Cal Abao
Greenhorn
Joined: Feb 13, 2003
Posts: 4
|
|
I am looking into the viability of auto-refreshing a page in a web application consisting of java code, among others. I intend to use <meta http-equiv="refresh" content="7;.... I do not want to autorefresh every page but only certain pages. Where do I look to find out which code produces which page so that I can insert the meta command to autorefresh ? Clicking on the source of the browser does not seem to indicate which code actually displays/ generates the page. (The code is not written in-house but I have access to the source codes *.java, *.xml etc)
|
 |
William Barnes
Ranch Hand
Joined: Mar 16, 2001
Posts: 965
|
|
|
One piece of java code can generate lots of different html pages. So no you can't look at the html to figure out which java program created it. And you don't need to. Because you have the source code. Which is all you need. The source code tells you how each html page is create.
|
Please ignore post, I have no idea what I am talking about.
|
 |
Marilyn de Queiroz
Sheriff
Joined: Jul 22, 2000
Posts: 9033
|
|
|
It is really hard to say. It is soooo variable with each web app.
|
JavaBeginnersFaq
"Yesterday is history, tomorrow is a mystery, and today is a gift; that's why they call it the present." Eleanor Roosevelt
|
 |
 |
|
|
subject: absolute newbie - where to look for source code
|
|
|