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

Web Development

 
AnswerRe: not able to insert/delete Pin
Guffa9-Dec-05 6:32
Guffa9-Dec-05 6:32 
AnswerRe: not able to insert/delete Pin
Brent Lamborn9-Dec-05 11:15
Brent Lamborn9-Dec-05 11:15 
QuestionCreate a Rich Text File RTF in a ASP Pin
Rajkamal_dfine8-Dec-05 20:38
Rajkamal_dfine8-Dec-05 20:38 
Questionquestion in asp page using vbscript Pin
bhavani_ge8-Dec-05 18:22
bhavani_ge8-Dec-05 18:22 
AnswerRe: question in asp page using vbscript Pin
Guffa8-Dec-05 21:01
Guffa8-Dec-05 21:01 
GeneralRe: question in asp page using vbscript Pin
bhavani_ge9-Dec-05 3:24
bhavani_ge9-Dec-05 3:24 
AnswerRe: question in asp page using vbscript Pin
Guffa9-Dec-05 5:51
Guffa9-Dec-05 5:51 
GeneralRe: question in asp page using vbscript Pin
bhavani_ge9-Dec-05 7:44
bhavani_ge9-Dec-05 7:44 
Thanks a Bunch!!! it worked....but.....after i select something in dropdownlist, the java script function is getting executed where i included
the following stattement........

if(document.f1.Campus.options[document.f1.Campus.selectedIndex].value)
{
Campus=document.f1.Campus.options[document.f1.Campus.selectedIndex].value;
alert(Campus);
window.location = 'svr_temp.asp?Campus=' + Campus;
//document.writeln('');
flag="true";
//alert(flag);
hidden_Team_Auto.style.display='block';
}Later on while running query i did this.........

<%
if request.querystring("Campus") <> "" then
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
%>






As i kept alert statement in the javascript function once i click that alert box...data fields are getting displayed in the textbox.But immediately the page is refreshing and is giving error.if i remove that alert box...i am not getting data in the textbox...and again the web page is refreshing itself.....plzzz help me in this.
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 
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 

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.