Discussion:
Code Comment Web Page builds without hyperlinks?
(too old to reply)
Byron
2004-09-27 01:03:04 UTC
Permalink
When I build the comment page everything seems to complete without error and
I get to the first page (Solution_ProjectName.HTM) fine, but when I click on
the project name hyperlink I'm taken to the file ProjectName\ProjectName.HTM,
which displays as a blank page. The code in that file follows.

Thanks in adavnce for any help!


<!-- saved from url=(0007)http:// -->
<HTML>
<HEAD>
<META http-equiv="Content-Type" content="text/html; charset=UTF-8">
<TITLE>LFEMReport</TITLE>
<LINK REL=STYLESHEET HREF="../CommentReport.css" TYPE="text/css">
</HEAD>
<FRAMESET ROWS="45, *" BORDER=0>
<FRAME SRC="../Banner.htm">
<FRAMESET COLS="190,*" BORDER=0>
<FRAME NAME="BARFRAME" SRC="CWP0.HTM">
<FRAME NAME="CNTFRAME" SRC="CWP2.HTM">
</FRAMESET>
</FRAMESET>
</HTML>
JStemper
2004-12-15 22:49:15 UTC
Permalink
Let me guess.. You installed XP SP2? The problem you are seeing is caused by
a lockdown on running script on your local machine. You will also see
problems running html/javascript menus on DVDs and CDs.

There are a few notes on how to make your comment pages work but I have
found nothing really very elegant to make it all work.

John
Post by Byron
When I build the comment page everything seems to complete without error and
I get to the first page (Solution_ProjectName.HTM) fine, but when I click on
the project name hyperlink I'm taken to the file ProjectName\ProjectName.HTM,
which displays as a blank page. The code in that file follows.
Thanks in adavnce for any help!
<!-- saved from url=(0007)http:// -->
<HTML>
<HEAD>
<META http-equiv="Content-Type" content="text/html; charset=UTF-8">
<TITLE>LFEMReport</TITLE>
<LINK REL=STYLESHEET HREF="../CommentReport.css" TYPE="text/css">
</HEAD>
<FRAMESET ROWS="45, *" BORDER=0>
<FRAME SRC="../Banner.htm">
<FRAMESET COLS="190,*" BORDER=0>
<FRAME NAME="BARFRAME" SRC="CWP0.HTM">
<FRAME NAME="CNTFRAME" SRC="CWP2.HTM">
</FRAMESET>
</FRAMESET>
</HTML>
Continue reading on narkive:
Loading...