This is a multi-part message in MIME format

------=_NextPart_000_54627233
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit


I hope this is the right forum.

I have a 90k web page that is primarily client VBscript that displays OK
in IE6 on W2k & XP, but NOT on most W98 incl. SE machines.

Is there a size (or any other sort of) limitation on client scripts?


*** Sent via Developersdex http://www.developersdex.com ***
Don't just participate in USENET...get rewarded for it!

------=_NextPart_000_54627233
Content-Type: text/html; name="_alt.0"
Content-Transfer-Encoding: quoted-printable
Content-Disposition: attachment; filename="_alt.0"

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4=2E0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=3DContent-Type content=3D"text/html;=
charset=3Diso-8859-1">
<META content=3D"MSHTML 5=2E50=2E4937=2E800" name=3DGENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY>
<DIV><FONT face=3DArial size=3D2>"Thara DK" &lt;</FONT><A
href=3D"mailto:Tharadk@hotmail=2Ecom"><FONT face=3DArial
size=3D2>Tharadk@hotmail=2Ecom</FONT></A><FONT face=3DArial size=3D2>&gt;=
wrote in
message </FONT><A=
href=3D"news:ep9F01jbEHA=2E3664@TK2MSFTNGP12=2Ephx=2Egbl"><FONT
face=3DArial=
size=3D2>news:ep9F01jbEHA=2E3664@TK2MSFTNGP12=2Ephx=2Egbl</FONT></A><FON=
T
face=3DArial size=3D2>=2E=2E=2E</FONT></DIV>
<DIV><FONT face=3DArial size=3D2>&gt; How can i display a msgbox with=
Yes No cancel
and yes to all Or Yes No<BR>&gt; cancel and No to All
Buttons=2E=2E=2E<BR></FONT></DIV>
<DIV><FONT face=3DArial size=3D2></FONT>&nbsp;</DIV>
<DIV><FONT size=3D2><FONT face=3DArial>How about 3 out of=
4?</FONT></DIV></FONT>
<DIV><FONT face=3DArial size=3D2></FONT>&nbsp;</DIV>
<DIV><FONT face=3DArial size=3D2>MsgBox "MsgBox
Text",vbYesNoCancel+vbQuestion,"MsgBox Title"</FONT></DIV>
<DIV><FONT face=3DArial size=3D2></FONT>&nbsp;</DIV>
<DIV><FONT size=3D2></FONT>&nbsp;</DIV>
<DIV><FONT face=3DCourier
size=3D1>Constant&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&n=
bsp;
&nbsp;Value Description&nbsp;</FONT></DIV>
<DIV><FONT face=3DCourier size=3D1>------------------ -----
-----------------------------------------<BR>vbOKOnly&nbsp;&nbsp;=
&nbsp;
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 0=
&nbsp;Display OK button
only=2E&nbsp;<BR>vbOKCancel&nbsp;&nbsp;&nbsp;=
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
&nbsp; 1 &nbsp;Display OK and Cancel
buttons=2E&nbsp;<BR>vbAbortRetryIgnore&nbsp;&nbsp;&nbsp; 2=
&nbsp;Display Abort,
Retry, and Ignore
buttons=2E&nbsp;<BR>vbYesNoCancel&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbs=
p;&nbsp;&nbsp;
3 &nbsp;Display Yes, No, and Cancel=
buttons=2E&nbsp;<BR>vbYesNo&nbsp;&nbsp;&nbsp;
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;4=
&nbsp;Display Yes
and No buttons=2E&nbsp;<BR>vbRetryCancel&nbsp;&nbsp;&nbsp;
&nbsp;&nbsp;&nbsp;&nbsp; 5 &nbsp;Display Retry and Cancel
buttons=2E&nbsp;<BR>vbCritical&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;&nbsp;=
&nbsp;&nbsp;
16 &nbsp;Display Critical Message=
icon=2E&nbsp;&nbsp;<BR>vbQuestion&nbsp;&nbsp;
&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp; 32 &nbsp;Display Warning=
Query
icon=2E&nbsp;<BR>vbExclamation&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;=
&nbsp;48
&nbsp;Display Warning Message=
icon=2E&nbsp;<BR>vbInformation&nbsp;&nbsp;
&nbsp;&nbsp;&nbsp; &nbsp;64 &nbsp;Display Information Message=
icon=2E&nbsp;<BR>
vbDefaultButton1&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 0 &nbsp;First=
button is
default=2E&nbsp;<BR>vbDefaultButton2&nbsp;&nbsp;&nbsp; 256=
&nbsp;Second button is
default=2E&nbsp;<BR>vbDefaultButton3&nbsp;&nbsp;&nbsp; 512=
&nbsp;Third button is
default=2E&nbsp;<BR>vbDefaultButton4&nbsp;&nbsp;&nbsp; 768=
&nbsp;Fourth button is
default=2E&nbsp;<BR>vbApplicationModal&nbsp;&nbsp;&nbsp; 0=
&nbsp;Application
modal=2E&nbsp;<BR>vbSystemModal &nbsp;&nbsp;&nbsp;&nbsp; 4096=
&nbsp;System
modal=2E<BR></DIV></FONT></BODY></HTML>


------=_NextPart_000_54627233--

Re: Max script size in IE6 on W98 by mayayana

mayayana
Tue Jul 20 11:01:02 CDT 2004



> While SE had WSH version 1.0 and IE 4, so unless WSH was
> upgraded and/or IE 5+ loaded

IE 5.00 and WSH 5.0 on Win98SE.
So that leaves the WSH 5.1 and 5.6 differences. I think that
the WSH and VBScript v. 5.6 help files document the history
of differences in the various versions.