all groups > dotnet jscript > september 2004
resizing IE browser windows
Posted by Aaron at 9/30/2004 4:55:33 PM
I am opening a page, appfile.aspx, with this:
Dim script As String
script =
"<script>window.open('appfile.aspx','NewPage','top=0,left=0');</script>"
Page.RegisterClientScriptBlock("MyScript", script)
I am resizing appfile.aspx with this:
<script type="text/javascript">
self.res... more >>
cdonts javascript problem
Posted by Savas Ates at 9/27/2004 7:08:18 PM
im sending email with cdonts.. my mail format is html format..
and also in my mail code there are html and javascript codes. i open my mail
with outlook it works..
but im sending it to hotmail or yahoo emails the browser doesnt interpret it
writes javascript codes like a text on screen. how c... more >>
JScript.NET Compatibility With Netscape Browsers
Posted by hoochiegooch NO[at]SPAM hotmail.com at 9/23/2004 1:24:41 PM
Hi, all.
I'm going to be working on a large .NET/C#/Javascript
project soon. I'm not well-versed with Javascript
*or* JScript; what's the latest with JScript.NET and
its CDMA-compliant classes, running clientside? What
about the non-compliant ones? Some customers have
Linux boxes and a... more >>
Identify an anti pop-up
Posted by Fabiano at 9/21/2004 5:53:33 PM
Please,
is there a way i can identify if a browser have Anti-pop (pop-up killer)
software installed on it?
I would like to show for my user that a pop-up window was not able to be
presented.
Tks,
Fabiano
... more >>
javascript error in mozilla
Posted by falling_star at 9/20/2004 6:14:50 PM
the code below run correctly in IE, but the float menu didn't display in
mozilla explorer, what is the trouble?
menu.htm:
<script language="javascript">
document.writeln(" <DIV id=menuDiv style=\"Z-INDEX: 2; VISIBILITY:
hidden; WIDTH: 50px; POSITION: absolute; HEIGHT: 1px; BACKGROUND-C... more >>
Message box return result
Posted by robert.bull NO[at]SPAM wbp.org at 9/17/2004 6:51:18 AM
I am trying to create a message box that returns the value clicked by
the user. For example, in the following javascript code:
If (confirm('Are you sure you want to do this?'))
{
CallFunction();
}
Anybody know of an easy way to accomplish this in ASP.net. Thanks in
advance.... more >>
Changing frame size
Posted by Graeme at 9/10/2004 5:42:18 AM
Hello
I have two aspx frames, vertically separated at say 50%. Could I have some
hints as to jscript function to increase left frame to 90% (reduce
right-hand frame to 10%?).
Thanks
Graeme
... more >>
trim() in js
Posted by Savas Ates at 9/7/2004 12:50:43 PM
<script language="javascript1.2">
xx="savo ates"
xx=trim(xx)
alert(xx)
</script>
it gives an error for trim command..
... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
validate the Ñ letter !
Posted by ONil NO[at]SPAM at 9/6/2004 8:28:34 PM
Hi.!
How can I validate the entry of Ñ letter in a textbox..?
Thanks in advanced...!
--
Salu2.
(\__/)
(=':'=)
(")_(")
ONil@.
MX.
... more >>
ÓÐʲôºÃµÄscriptµ÷ÊÔ¹¤¾ß
Posted by weitatung at 9/6/2004 4:01:54 PM
´ó¼ÒºÃ£¬ÇëÎÊÒ»ÏÂÓÐûÓÐʲô´¿µÄVBSºÍJAVASCRIPTµÄµ÷ÊÔ¹¤¾ß¡£
¿ÉÒÔÒ»²½Ò»²½Ö´Ðеģ¿
... more >>
Porting from JScript to JScript.Net - compiler error
Posted by Jon Maz at 9/3/2004 4:55:41 PM
Hi All,
Am trying to port an existing asp 3.0 app written in JScript to JScript.Net,
and have just had the following error:
COMPILATION ERROR
Description: An error occurred during the compilation of a resource
required to service this request. Please review the foll... more >>
Mouse Status
Posted by ruca at 9/2/2004 3:56:43 PM
Hi,
How can I know in JavaScript the status of mouse (down, up, pressed,
etc)????
Give me examples, please.
--
Programming ASP.NET with VB.NET
Thank's (if you try to help me)
Hope this help you (if I try to help you)
ruca
... more >>
Change image of imagebutton
Posted by ruca at 9/2/2004 10:16:31 AM
Hi gurus,
I have a imagebutton in my WebForm, and I want that when I click (mouse
down) on her the imagebutton change image and when I "unclick" (mouse up)
change to the original image.
Basically I want to know how can I have the mousedown and mouseup buttons
events. I think that I have to do t... more >>
|