If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > Data Access, Manipulation & Batch Languages > ASP > Msgbox appear but background trun blank

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 05-01-06, 10:03
michaelfg20 michaelfg20 is offline
Registered User
 
Join Date: Apr 2006
Posts: 5
Msgbox appear but background trun blank

Hi,
Hope that someody can help me on this matter.
I have this screen and whenever user click on submit button to
do a trasaction, a pop up msgbox will come out and inform user that
the transaction has been successful but the problem is that
whenever the msgbox appear, the background would turn into white which means no screen.

How do i make the msgbox appear and the background stay the same?
Thanx

the code would be in asp but the msgbox would be in vbscript
Below is how i do it.
<%
Dim a
;;;;
;;;;

%>
<script language="vbscript">
msgbox "Test"
</script>
<%


%>
Reply With Quote
  #2 (permalink)  
Old 05-01-06, 12:27
csamuels csamuels is offline
Registered User
 
Join Date: Mar 2006
Location: south jersey, usa
Posts: 53
i would think that the client side html code would have to be placed before the script. The browser should load all the html code up to the msgbox at which point execution is paused until ok is pressed.
__________________
"They say Moses split the Red Sea
I split the blunt and rolled the fat one, I'm deadly"
-- Tupac 'Blasphemy'
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On