Click here to Skip to main content
15,900,378 members
Home / Discussions / Web Development
   

Web Development

 
GeneralRe: .NET Server RC1: Weird Pin
leppie20-Oct-02 6:06
leppie20-Oct-02 6:06 
GeneralEscaping nasty HTML tags... Pin
Ray Cassick17-Oct-02 18:50
Ray Cassick17-Oct-02 18:50 
GeneralRe: Escaping nasty HTML tags... Pin
Paul Riley18-Oct-02 0:20
Paul Riley18-Oct-02 0:20 
GeneralRe: Escaping nasty HTML tags... Pin
Daniel Turini18-Oct-02 6:11
Daniel Turini18-Oct-02 6:11 
GeneralRe: Escaping nasty HTML tags... Pin
Paul Watson18-Oct-02 7:29
sitebuilderPaul Watson18-Oct-02 7:29 
GeneralRe: Escaping nasty HTML tags... Pin
Ray Cassick20-Oct-02 8:24
Ray Cassick20-Oct-02 8:24 
GeneralRe: Escaping nasty HTML tags... Pin
Richard Deeming21-Oct-02 2:08
mveRichard Deeming21-Oct-02 2:08 
GeneralTwo lines want to others' help. Pin
zhoujun17-Oct-02 15:03
zhoujun17-Oct-02 15:03 
In an asp file,
First the following in the html head section:
<% if request.querystring("action") = "postupload" and bError = False then %>
<META HTTP-EQUIV="refresh" content="1;URL=<%=sValidatedBaseURL%>/thread-view.asp?threadid=<%=iThreadID%>">
<% end if %>

second in the body section:
<% if not ( request.querystring("action") = "postupload" and bError = False ) then %>
<div align="center"><a href="<%=sValidatedBaseURL%>/thread-view.asp?threadid=<%=iThreadID%>"><img src="<%=sValidatedBaseURL%>/images/back-button.gif" border="0"></a></div>

the whole body part:
<body style="marginBlush | :O ">
<!-- #include file="includes/header.asp"-->
<% if vForumInfo(FI_showquotes) = 1 then%><hr width="90%" size=1><div align="center" class="smalltext"><%=sBBSRandomQuoteText%> <%=GetRandomQuote%></div><% else %><BR><% end if %>
<hr width="90%" size=1>
<div align="center" class="error"><%=sError%></div><BR><BR>

<% if not ( request.querystring("action") = "postupload" and bError = False ) then %>
<div align="center"><a href="<%=sValidatedBaseURL%>/thread-view.asp?threadid=<%=iThreadID%>"><img src="<%=sValidatedBaseURL%>/images/back-button.gif" border="0"></a></div><BR>
<form ENCTYPE="multipart/form-data" method="post" action="attach-file.asp?threadid=<%=iThreadID%>&action=postupload">
<table align="center" width="50%">
<tr><td colspan="2" class="messagecellheader">Attach a file</td></tr>
<tr><td colspan="2" class="messagecellbody2">Thread: "<%=ValidateField(sThreadSubject)%>"</td></tr>
<tr><td class="messagecellbody">File:</td>
<td class="messagecellbody"><input type="file" name="attachment" size="40"></td></tr>
<tr><td class="messagecellbody2">Instructions:</td>
<td class="messagecellbody2">Attachments must be less than <%=vForumInfo(FI_MaxAttachSize)%>KB<BR><BR>If this thread already has an attachment,<BR>uploading a new attachment will overwrite the old one.<BR><BR>If you leave the file blank, the attachment will be deleted.</td></tr>
<tr><td class="messagecellbody">&nbsp;</td>
<td class="messagecellbody"><input type="image" src="<%=sValidatedBaseURL%>/images/submit-button.gif"></td></tr>
</table>
</form>
<% end if %>
<!-- #include file="includes/footer.asp"-->
</body>

please I want help,maybe the questions are very simple,so take some trouble to answer me.

<small><b>this is my signature for forums quoted from shog*9:</b>
<b><u>I can't help but feel, somewhere deep within that withered, bitter, scheming person, there is a small child, frightened, looking a way out.</u></b></small>
GeneralHome page configuring Pin
Sarvesvara (BVKS) Dasa17-Oct-02 8:47
Sarvesvara (BVKS) Dasa17-Oct-02 8:47 
Questionvb6 webclass equivalent (or better) in asp.net ? Pin
ryancrawcour17-Oct-02 1:45
ryancrawcour17-Oct-02 1:45 
AnswerRe: vb6 webclass equivalent (or better) in asp.net ? Pin
Paul Watson17-Oct-02 22:00
sitebuilderPaul Watson17-Oct-02 22:00 
GeneralRe: vb6 webclass equivalent (or better) in asp.net ? Pin
ryancrawcour18-Oct-02 5:09
ryancrawcour18-Oct-02 5:09 
GeneralRe: vb6 webclass equivalent (or better) in asp.net ? Pin
Paul Watson18-Oct-02 8:22
sitebuilderPaul Watson18-Oct-02 8:22 
GeneralUser Control and Datalist Pin
Mazdak16-Oct-02 22:19
Mazdak16-Oct-02 22:19 
GeneralMeeting trouble when using JSP to connect DB2 Pin
George216-Oct-02 17:02
George216-Oct-02 17:02 
GeneralA custom control and an click event Pin
Paul Watson16-Oct-02 1:38
sitebuilderPaul Watson16-Oct-02 1:38 
GeneralRe: A custom control and an click event Pin
Paul Riley16-Oct-02 2:10
Paul Riley16-Oct-02 2:10 
GeneralRe: A custom control and an click event Pin
Paul Watson16-Oct-02 2:27
sitebuilderPaul Watson16-Oct-02 2:27 
GeneralRe: A custom control and an click event Pin
Paul Riley16-Oct-02 2:33
Paul Riley16-Oct-02 2:33 
GeneralRe: A custom control and an click event Pin
Paul Watson16-Oct-02 2:59
sitebuilderPaul Watson16-Oct-02 2:59 
GeneralIIS and SSL Pin
Shaun Wilde15-Oct-02 23:21
Shaun Wilde15-Oct-02 23:21 
GeneralRe: IIS and SSL Pin
Megan Forbes16-Oct-02 0:50
Megan Forbes16-Oct-02 0:50 
GeneralRe: IIS and SSL Pin
Shaun Wilde16-Oct-02 1:13
Shaun Wilde16-Oct-02 1:13 
GeneralRe: IIS and SSL Pin
Megan Forbes16-Oct-02 1:40
Megan Forbes16-Oct-02 1:40 
GeneralRe: IIS and SSL Pin
Stephane Rodriguez.16-Oct-02 4:00
Stephane Rodriguez.16-Oct-02 4:00 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.