Not sure if this a perl thing or JavaScript thing .... I apologize for my incompetence.
Anyways here's the scenario - I have a page with two frames, a left frame and right frame where a perl script throws out all the HTML code for both these frames. Now the problem is that when the code throws out a <href> in the left frame, which on clicking opens a page in the right frame; on clicking the link, the right frame does change, but the left frame showings a loading bar in IE i.e. the blue bar on the bottom of the browser (IE) which shows that the page is still loading. My code looks something like this -
(Left Frame)
<a href=javascript:JSGotoRightFrame('/cgi-bin/dynamicScheduler.pl?task
+=getClassInfo&uid=$uid&classid=$temp');>$subject $classnumber</a>
Any ideas? I have this problem on more than one page and am 100% sure it is not a looping script or something. If I pass another function inside this href which reloads the left frame with the same content, the bar disappears.
Thanks.
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: |
| & | | & |
| < | | < |
| > | | > |
| [ | | [ |
| ] | | ] |
Link using PerlMonks shortcuts! What shortcuts can I use for linking?
See Writeup Formatting Tips and other pages linked from there for more info.