|
|
|
|
|
| | |
|
Active Server Pages asp source code database MS SQL MS Access .mdb adovbs.inc cookies calendar codes sql commands scripts asp programming tutorials iis web server components 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
|
|
|
|
|
|
|
|
|
|
|
|