Page not able to display

S

Seok Bee

Dear Experts,

I am trying to link one of my menu to a login screen of my program. After I
create the hyperlink to open the page which is a login page, instead of the
login page display in the window, the entire code is being displayed. I have
checked with the previous code which I don't find difference.

Below is my code:
<table border=0 cellpadding='1' cellspacing=1 width="150"><tr><td width='16'>
<font size="3" face="Times New Roman"><img src='text.gif' width='16'
height='16' hspace='0' vspace='0' border='0'></font></td><td>
<font face="Times New Roman" size="3">
<a target="master" href="Leave_system/applyforleave.asp">Leave
Application</a></font></td></tr></table>

However, when I use CTRL+ click the link in Design mode, the page does
display on the Preview pane. How could or may be the problem to this issue?

Thank you very much.

Regards,
Seok Bee
 
R

Ronx

Are you previewing with the pages on a server that supports ASP? If not,
the code is what you will see.
 
P

p c

Does this file exist in the subfolder?
"Leave_system/applyforleave.asp"

Also, code in the ASP page will not run when the page is viewed in FP
preview mode.

...PC
 
S

Seok Bee

Yes, I have the file in the subfolder.
So, if ASP page does n ot run in viewed in FP preview mode does that mean
that I need to run directly from the IE?

Thanks.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top