|
|
|
|
|
| | |
| |
Active Server Pages asp search engine active server page asp application components tutorial CJWSoft ASPProtect ASPBanner ASPClassifieds
(Advanced)
(Components)
(Database)
(General)
(Vbscript)

|
|
|
|
Subject: |
Re: Problem with if ..then... else.. |
|
From: |
prasanth |
|
Date: |
9/23/2003 7:18:02 AM |
|
IP: |
202.88.232.185 |
You cannot display a message and then move to the another page. The code u have written will not show the message. It will just redirect to the said page.
You will have to provide a button or link to move to the next page
<script language="vbscript">
messagebox "message"
</script>
<a href="thepage.asp">Go</a>
|
Previous Message
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|