Click here to Skip to main content
16,015,635 members
Home / Discussions / Web Development
   

Web Development

 
GeneralRe: IIS 5.1 in Win2000 Pin
Rama Krishna Vavilala21-Jun-06 0:59
Rama Krishna Vavilala21-Jun-06 0:59 
GeneralRe: IIS 5.1 in Win2000 Pin
Vasudevan Deepak Kumar21-Jun-06 2:08
Vasudevan Deepak Kumar21-Jun-06 2:08 
GeneralRe: IIS 5.1 in Win2000 Pin
Malcolm Smart21-Jun-06 2:10
Malcolm Smart21-Jun-06 2:10 
GeneralRe: IIS 5.1 in Win2000 Pin
Vasudevan Deepak Kumar21-Jun-06 2:13
Vasudevan Deepak Kumar21-Jun-06 2:13 
Questionquick start Pin
a_yosef20-Jun-06 23:51
a_yosef20-Jun-06 23:51 
GeneralRe: quick start Pin
User 171649221-Jun-06 2:20
professionalUser 171649221-Jun-06 2:20 
AnswerRe: quick start Pin
Programm3r21-Jun-06 21:17
Programm3r21-Jun-06 21:17 
Questionplease help! when submit button is clicked it should open the link which is in another file Pin
bobolov20-Jun-06 22:57
bobolov20-Jun-06 22:57 
#this is my first file where i need the submit button to open the link from the second file returned...2nd file is given below please refer


   

<%
Set oRs=Server.CreateObject("adodb.recordset")
strSQL = "SELECT * FROM projects"
oRs.Open strSQL, conn
Do while not oRs.EOF
if Request.Form("code") = oRs("Code") then
Response.Write ""
Response.Write "Choose :"
Response.Write oRS ("Code") & " " & oRs("Description") & " "

oRs.MoveNext
else

Response.Write ""

Response.Write oRS ("Code") & " " & oRs("Description") & " "
oRs.MoveNext
end if
loop
%>



# the second file displays the link matching the users input..i want this click to be in the submit button...


<title> Continue


<% code=Request.Form ("exmp")%>
<% yr=Request.form ("year") %>
<% mnth=Request.form("month") %>

<% if Request.form("sub")="Latest" THEN %>
<% if Request.form("report")="manage" THEN %>
<% var=(code)& "m.pdf" %>
CLICK HERE TO OPEN THE FILE
<% ELSE %>
<% var1=(code)& "c.pdf" %>

CLICK HERE TO OPEN THE FILE
<% end if %>
<% else %>
<% if Request.form("type")="manage" THEN %>
<% var2=yr & "\" & mnth & "\" & (code)& "m" & (mnth) & (yr) %>
CLICK HERE TO OPEN THE FILE
<% ELSE %>
<% var3=yr & "\" & mnth & "\" & (code)& "c" & (mnth) & (yr) %>
CLICK HERE TO OPEN THE FILE
<%end if %>
<% end if %>






bobo

AnswerRe: please help! when submit button is clicked it should open the link which is in another file Pin
Vasudevan Deepak Kumar21-Jun-06 19:54
Vasudevan Deepak Kumar21-Jun-06 19:54 
QuestionRe: please help! when submit button is clicked it should open the link which is in another file Pin
bobolov21-Jun-06 20:38
bobolov21-Jun-06 20:38 
Generalclient side script (ANAPQ*) [modified] Pin
peterchen20-Jun-06 21:50
peterchen20-Jun-06 21:50 
GeneralRe: client side script (ANAPQ`*) Pin
David Stone20-Jun-06 21:57
sitebuilderDavid Stone20-Jun-06 21:57 
GeneralRe: client side script (ANAPQ`*) Pin
J. Dunlap20-Jun-06 22:23
J. Dunlap20-Jun-06 22:23 
GeneralRe: client side script (ANAPQ`*) Pin
Edbert P21-Jun-06 14:36
Edbert P21-Jun-06 14:36 
GeneralRe: client side script (ANAPQ`*) Pin
Steve Echols20-Jun-06 22:03
Steve Echols20-Jun-06 22:03 
GeneralRe: client side script (ANAPQ*) Pin
Ryan Binns20-Jun-06 23:02
Ryan Binns20-Jun-06 23:02 
GeneralRe: client side script (ANAPQ*) Pin
peterchen21-Jun-06 1:33
peterchen21-Jun-06 1:33 
GeneralRe: client side script (ANAPQ*) Pin
leppie20-Jun-06 23:02
leppie20-Jun-06 23:02 
GeneralRe: client side script (ANAPQ*) Pin
Super Lloyd21-Jun-06 0:28
Super Lloyd21-Jun-06 0:28 
GeneralRe: client side script (ANAPQ*) Pin
Chris Losinger21-Jun-06 1:17
professionalChris Losinger21-Jun-06 1:17 
GeneralRe: client side script (ANAPQ*) Pin
Bassam Abdul-Baki21-Jun-06 2:10
professionalBassam Abdul-Baki21-Jun-06 2:10 
GeneralRe: client side script (ANAPQ*) Pin
Shog925-Jun-06 7:00
sitebuilderShog925-Jun-06 7:00 
Questionhelp!how to link the header,footer..to other page?? [modified] Pin
campbells20-Jun-06 20:32
campbells20-Jun-06 20:32 
AnswerRe: help!how to link the header,footer..to other page?? Pin
Steve Echols20-Jun-06 21:34
Steve Echols20-Jun-06 21:34 
GeneralRe: help!how to link the header,footer..to other page?? Pin
campbells20-Jun-06 22:26
campbells20-Jun-06 22:26 

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.