Click here to Skip to main content
16,005,316 members
Home / Discussions / Web Development
   

Web Development

 
GeneralRe: question in asp page using vbscript Pin
bhavani_ge9-Dec-05 7:44
bhavani_ge9-Dec-05 7:44 
AnswerRe: question in asp page using vbscript Pin
Guffa9-Dec-05 11:43
Guffa9-Dec-05 11:43 
GeneralRe: question in asp page using vbscript Pin
bhavani_ge12-Dec-05 6:10
bhavani_ge12-Dec-05 6:10 
AnswerRe: question in asp page using vbscript Pin
Guffa12-Dec-05 21:01
Guffa12-Dec-05 21:01 
GeneralRe: question in asp page using vbscript---please help me with this...it's a bit urgent Pin
bhavani_ge13-Dec-05 5:18
bhavani_ge13-Dec-05 5:18 
AnswerRe: question in asp page using vbscript---please help me with this...it's a bit urgent Pin
Guffa13-Dec-05 22:00
Guffa13-Dec-05 22:00 
GeneralRe: question in asp page using vbscript---please help me with this...it's a bit urgent Pin
bhavani_ge14-Dec-05 4:45
bhavani_ge14-Dec-05 4:45 
GeneralRe: Can anyone please help me with this..........it's a bit urgent...how to show textbox after the page load Pin
bhavani_ge15-Dec-05 4:46
bhavani_ge15-Dec-05 4:46 
.........

I tried to display the textbox after the page reloads...but i couldn't .It might be an easy thing to do...but i am new to asp and don't know how to do that.....can you please tell me how to do that

here is my present code.....

<%@ LANGUAGE="VBSCRIPT" %>

If Request.Form("Submit") = "" Then
SetReportLog
ShowForm
Else
ShowCrystalReport
End IF
Sub ShowForm


@import "../inc/uopstu.css";
<script language="JavaScript" type="text/javascript">

</script>

</head>
<body >
<form method=post name=f1 ID="Form1" action="svr_temp.asp">
<tr id="hidden_Division" style="display:none;"><td align=right width=50% height="22">Select a Campus Name</td><td align=left height="48"><select Name="Campus" Size="1" onChange="OOchange()" ID="Select2">
<% Do While NOT MyRS1.EOF %>
<option Value="<%= MyRS1("CampusName") %>"><%= MyRs1("CampusName")%></option>
<% MyRS1.MoveNext
loop %>
</select>
</td></tr><%
if request.querystring("Campus") <> "" then
'response.Write("hi")
'response.End
MYSQL2="Select distinct substring(collector_name,13,5) AS Code from svr_compare where substring(collector_name,1,4)= (select Collector_Code from CampCollCode where Division='"& request.QueryString("Campus")& "')"
Set MyRs2=MyConn.Execute(MySQL2)
Dim str
str=MyRS2("Code")
MyRS2.MoveNext
Do While NOT MyRS2.EOF
str=str & "," & MyRS2("Code")
MyRS2.MoveNext
loop
end if
%>
<tr id="hidden_Team_Auto" style="display:none;"><td align=left height="48"><input type=text name=TeamNumAuto maxlength=25 size=15 value= "<% =str %>" ID="Text1">
</td></tr></form>
</body>

<%

'Close the connection
'MyRs.Close
'Set MyRs = Nothing
'Set MyConn = Nothing
End Sub

Sub ShowCrystalReport
End Sub

-- modified at 12:23 Wednesday 14th December, 2005eNext
Do While NOT MyRS2.EOF
str=str & "," & MyRS2("Code")
MyRS2.MoveNext
loop
end if
%>
<tr id="hidden_Team_Auto" style="display:none;"><td align=left height="48"><input type=text name=TeamNumAuto maxlength=25 size=15 value= "<% =str %>" ID="Text1">
</td></tr></form>
</body>

<%

'Close the connection
'MyRs.Close
'Set MyRs = Nothing
'Set MyConn = Nothing
End Sub

Sub ShowCrystalReport
End Sub
GeneralRe: question in asp page using vbscript---please help me with this...it's a bit urgent Pin
Guffa15-Dec-05 11:35
Guffa15-Dec-05 11:35 
GeneralRe: please help me in showing the textbox after the pageloads...... Pin
bhavani_ge19-Dec-05 7:49
bhavani_ge19-Dec-05 7:49 
AnswerRe: please help me in showing the textbox after the pageloads...... Pin
Guffa21-Dec-05 10:39
Guffa21-Dec-05 10:39 
GeneralRe: please help me in showing the textbox after the pageloads...... Pin
bhavani_ge30-Dec-05 4:32
bhavani_ge30-Dec-05 4:32 
AnswerRe: please help me in showing the textbox after the pageloads...... Pin
Guffa1-Jan-06 0:46
Guffa1-Jan-06 0:46 
GeneralRe: please help me in showing the textbox after the pageloads...... Pin
bhavani_ge1-Jan-06 10:26
bhavani_ge1-Jan-06 10:26 
AnswerRe: please help me in showing the textbox after the pageloads...... Pin
Guffa2-Jan-06 0:05
Guffa2-Jan-06 0:05 
Questionquestion marks in iframe Pin
mike ekim8-Dec-05 6:59
mike ekim8-Dec-05 6:59 
QuestionHow to automatically refresh browser when the records are updated? Pin
vicky4578-Dec-05 6:30
vicky4578-Dec-05 6:30 
AnswerRe: How to automatically refresh browser when the records are updated? Pin
enjoycrack8-Dec-05 6:43
enjoycrack8-Dec-05 6:43 
GeneralRe: How to automatically refresh browser when the records are updated? Pin
vicky4578-Dec-05 8:18
vicky4578-Dec-05 8:18 
AnswerRe: How to automatically refresh browser when the records are updated? Pin
Rajkamal_dfine12-Dec-05 17:25
Rajkamal_dfine12-Dec-05 17:25 
Questionhtml verb not allowed... Pin
code-frog8-Dec-05 6:15
professionalcode-frog8-Dec-05 6:15 
AnswerRe: html verb not allowed... Pin
Shog99-Dec-05 7:49
sitebuilderShog99-Dec-05 7:49 
QuestionWhat would the below code load? Pin
Rajkamal_dfine7-Dec-05 23:46
Rajkamal_dfine7-Dec-05 23:46 
AnswerRe: What would the below code load? Pin
Guffa8-Dec-05 1:05
Guffa8-Dec-05 1:05 
Questionweb application design Pin
momoo7-Dec-05 19:05
momoo7-Dec-05 19:05 

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.