Click here to Skip to main content
15,911,141 members
Home / Discussions / Web Development
   

Web Development

 
GeneralRe: Pankaj Pin
Sushant_Mathur27-Apr-06 1:11
Sushant_Mathur27-Apr-06 1:11 
GeneralRe: Pankaj Pin
Vasudevan Deepak Kumar27-Apr-06 19:52
Vasudevan Deepak Kumar27-Apr-06 19:52 
QuestionASP page always displays Old File content. Pin
BlrBoy25-Apr-06 20:15
BlrBoy25-Apr-06 20:15 
AnswerRe: ASP page always displays Old File content. Pin
Guffa25-Apr-06 20:44
Guffa25-Apr-06 20:44 
AnswerRe: ASP page always displays Old File content. Pin
alexey N25-Apr-06 22:36
alexey N25-Apr-06 22:36 
GeneralRe: ASP page always displays Old File content. Pin
BlrBoy26-Apr-06 0:31
BlrBoy26-Apr-06 0:31 
GeneralRe: ASP page always displays Old File content. Pin
alexey N26-Apr-06 0:42
alexey N26-Apr-06 0:42 
GeneralRe: ASP page always displays Old File content. Pin
BlrBoy26-Apr-06 1:05
BlrBoy26-Apr-06 1:05 
I updated the code as you told but result is same I am giving the code here. Let me know where is the problem

<%@ LANGUAGE="VBSCRIPT" %>







<%Dim ValueRad%>
<%ValueRad = Request.Form("RadBtn")
Response.Write "ScenarioName = " &ValueRad%>
<%Dim ObjIpIvrWebCom%>
<%set ObjIpIvrWebCom = Server.CreateObject("IpIvrWebCom.WebCom.1")%>

<%Dim retVal%>

<%retVal = ObjIpIvrWebCom.GetLogFilePath(ValueRad)%>



<%retVal = "SampleBanking.txt"%>
<%Response.Write "retVal = " &retVal
if (retVal <> "") then
%>


Scenario ID <%= ValueRad %>'s file log



<%End if%>



<%set ObjIpIvrWebCom = nothing%>

Thanks
Ravi
GeneralRe: ASP page always displays Old File content. Pin
alexey N26-Apr-06 17:38
alexey N26-Apr-06 17:38 
AnswerRe: ASP page always displays Old File content. Pin
Vasudevan Deepak Kumar27-Apr-06 4:24
Vasudevan Deepak Kumar27-Apr-06 4:24 
QuestionMultiple table inserts in Dreamweaver. ONE FORM Pin
evlxtc25-Apr-06 19:54
evlxtc25-Apr-06 19:54 
QuestionCompiler Error Message: CS0433 Pin
Larza12325-Apr-06 2:49
Larza12325-Apr-06 2:49 
Questionproblems running a web service on a 64-bit server using 32-bit dlls Pin
chino11225-Apr-06 0:01
chino11225-Apr-06 0:01 
QuestionOlder Browsers Required Pin
Brendan Vogt24-Apr-06 21:23
Brendan Vogt24-Apr-06 21:23 
AnswerRe: Older Browsers Required Pin
alexey N24-Apr-06 22:27
alexey N24-Apr-06 22:27 
AnswerRe: Older Browsers Required Pin
CWIZO25-Apr-06 0:33
CWIZO25-Apr-06 0:33 
GeneralRe: Older Browsers Required Pin
Brendan Vogt25-Apr-06 0:38
Brendan Vogt25-Apr-06 0:38 
AnswerRe: Older Browsers Required Pin
Guffa25-Apr-06 0:55
Guffa25-Apr-06 0:55 
QuestionServer Side Includes Pin
Leslie Sanford24-Apr-06 12:18
Leslie Sanford24-Apr-06 12:18 
AnswerRe: Server Side Includes Pin
Graham Nimbley24-Apr-06 13:48
Graham Nimbley24-Apr-06 13:48 
GeneralRe: Server Side Includes Pin
Leslie Sanford24-Apr-06 14:13
Leslie Sanford24-Apr-06 14:13 
GeneralRe: Server Side Includes Pin
Graham Nimbley24-Apr-06 14:37
Graham Nimbley24-Apr-06 14:37 
GeneralRe: Server Side Includes Pin
Leslie Sanford24-Apr-06 15:25
Leslie Sanford24-Apr-06 15:25 
GeneralRe: Server Side Includes Pin
Graham Nimbley24-Apr-06 15:49
Graham Nimbley24-Apr-06 15:49 
Questionservlets not running Pin
lasidz24-Apr-06 8:29
lasidz24-Apr-06 8:29 

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.