-
display image in serverside
I want to display an image on server side asp. I plan to only call it and
display it until some condition is met.
essentially once form1.asp is filled in and redirected to the data gathering
forms2.asp i want to display some animated gif. But then kill it once a start
writing the data (condition met).
form1 and form2 are both serverside.
-
Re: display image in serverside

k
<FORM Name="frmPost" METHOD="POST" ACTION="mine.asp">
<INPUT TYPE="submit" value="Query" NAME="btnQuery" ID="Submit1">
<SCRIPT LANGUAGE="VBSCRIPT">
Function frmPost_onsubmit()
document.write ("<IMG SRC=" & chr(34) & "http://mine/this/flag.gif" & chr(34)
& ">")
End Function
</SCRIPT>
This does display the flag.gif temporary file but it still does not post
and does not run the mine.asp
Any suggestion on recalling the frmPost so that this thing can continue as
original before I tossed in the script?
-
Re: display image in serverside
"anatase" <anatase@no_spam_cablespeed.com> wrote:
>
>I want to display an image on server side asp. I plan to only call it and
>display it until some condition is met.
>
>essentially once form1.asp is filled in and redirected to the data gathering
>forms2.asp i want to display some animated gif. But then kill it once a
start
>writing the data (condition met).
>
>form1 and form2 are both serverside.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
Forum Rules
|
Top DevX Stories
Easy Web Services with SQL Server 2005 HTTP Endpoints
JavaOne 2005: Java Platform Roadmap Focuses on Ease of Development, Sun Focuses on the "Free" in F.O.S.S.
Wed Yourself to UML with the Power of Associations
Microsoft to Add AJAX Capabilities to ASP.NET
IBM's Cloudscape Versus MySQL
|
Bookmarks