Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Display message
Message
From
10/05/2002 10:31:14
 
 
To
All
General information
Forum:
ASP.NET
Category:
Other
Title:
Display message
Miscellaneous
Thread ID:
00655056
Message ID:
00655056
Views:
54
Hello everyone,
My testmessage.asp page posts into itself :
________________________________________________
<html>
<head>
<title>Test</title>
</head>
<body>
< % ERROR: 
lcbut = Request.Form("B1").item()
lcMessage = " "
set oServer = Server.CreateObject("AQS.AQSTOOLS")
if trim(lcbut) = "Get AutoCAD Drawing" then
	lcMessage = oserver.AutoCadScript("L70WYUPP","USA")
	if trim(lcMessage) > " " then
<!-- Display Returned Message-->
	end if
end if
 % >
<form method="POST" name="TestForm" action="testmessage.asp">
 <p><input type="submit" value="Get AutoCAD Drawing" name="B1">
</form>
</body>
</html>
_____________________________________________________________________
How to display returned message other then Response.Write(lcMessage)
I tried "MsgBox lcMessage" and got an error "Permission denied".
Somebody? Anybody? Please help
Next
Reply
Map
View

Click here to load this message in the networking platform