dvergin thought he understood the question. ...until he read it a second time.

Okay. A couple crucial things are not clear from your question. Let's see if we can get a better picture of what you are describing.

You say, "with each script writing HTML". Do you mean each script is writing out an .html file (which is later accessed over the web using a browser) or that the scripts are spitting out html code directly to the browser?

Whichever is the case, understand that once the page is being displayed in your browser, it does not matter much how it originated. It is just a bunch of html text being displayed according to the rules of html. Which brings us to the second unclear thing.

It is unclear in part because what you seem to be describing seems unlikely (but see "Ahah!" below). So I begin to wonder whether you have left out something ...or if I have missed something. Let me describe what you seem to be saying and see if we are on the same page.

Yes? No?

Ahah! Does your page contain frames? If it does, and if the links are loading new material into the same frames, you are seeing the url of the original page-with-frames and not the url of new sub-pages being loaded into the frames on your page. This is normal. It is also normal to have the original form of the page load when you hit "Refresh". That's just the way frames work.

As you can see, even though you are producing your pages using Perl scripts, at this point this is moving in the direction of becoming an html question. Unless the clues point back to the scripts themselves, you will need to smile very nice and keep it short to get further help before we gently but firmly change the subject to something more Perl-related.


In reply to Re: Can`t Update URL location by dvergin
in thread Can`t Update URL location by Anonymous Monk

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.