|
-
Jun 12th, 2001, 02:08 PM
#1
Thread Starter
Addicted Member
-
Jun 12th, 2001, 02:22 PM
#2
Black Cat
You have to use the equivalent in client side script. In javascript its "alert('Something');"
Josh
Get these: Mozilla Opera OpenBSD
I have books for sale: "MCSD in a Nutshell" and "VB Distributed Exam Cram" - PM me for details. Will also trade for a decent ATX Pentium 2 MB/CPU/RAM combo.
-
Jun 12th, 2001, 02:26 PM
#3
Thread Starter
Addicted Member
I know the window.alert("MSG") part;
But does this function returns something ?
Like vb constant: vbyes, vbNo, vbCancel and so on ?
-
Jun 12th, 2001, 02:55 PM
#4
-
Jun 12th, 2001, 05:13 PM
#5
Frenzied Member
It's not illegal. You can do it and it will even work if you have server side debugging enabled in IIS. If you don't it is ignored.
That's not to say you should... cuz you shouldn't unless your debugging.
As for eL_NiNo:
Try
window.alert()
window.confirm()
window.prompt()
or just check out this MSDN article on the window object.
oOOo--oOOo
__ /\/\onte96
oOOo--oOOo
Senior Programmer/Analyst
MCP
[email protected]
[email protected]
Your results may vary.. some restrictions may apply.. pricing and participation may vary.. not available in all states.. professional driver closed course..quantities limited..
-
Jun 12th, 2001, 06:01 PM
#6
Good Ol' Platypus
The reason why not is this; most people simply don't grasp the fact that...
ASP runs on the SERVER side. If there were Msgboxes the SERVER would recieve them, not the client. That's why it looks like plain HTML when viewed from the client's side, the ASP is a bunch of instructions interpreted by the server. The server sends HTML back to the browser, it doesnt interperet ASP.
All contents of the above post that aren't somebody elses are mine, not the property of some media corporation. 
(Just a heads-up)
-
Jun 12th, 2001, 06:57 PM
#7
Thread Starter
Addicted Member
Just what I thought !
Look at the thread (VBScript Easy-one) to understand why I was starting to wonder !
Thanks
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
|
Click Here to Expand Forum to Full Width
|