| Thread | Last Post | Replies |
|
| Drag and drop in a HTA application | 30 Oct 2004 00:14 GMT | 1 |
How can I drag files from Windows Explorer and drop them into a HTA application? Can I do it using JScript?
|
| objects in JScript, what are they and what does this refer to | 29 Oct 2004 16:22 GMT | 5 |
I see this line of code in a page: var oExam= new ExamInfo(); If I am stepping through code in my handy dandy debugger, when this line is executed, execution is transfered to :
|
| Rollover images in cache | 28 Oct 2004 21:35 GMT | 2 |
I use some pictures in my web page for a rollover efect. When I use the window.open(url) command and close back to main page (where the script resides) the navigator tries to download again these images.
|
| Basic HTML DOM | 28 Oct 2004 16:03 GMT | 5 |
How can I refer to text between tags. Eg if I have a table, and one cell has: <td id="xxx">Some text</td> If I get hold of the tag usings, say
|
| DIV width problem! | 28 Oct 2004 00:13 GMT | 3 |
Problem: I am trying to build a menu and I need the width of a DIV to adjust to fit the content without wrapping the content. The content consists of text (the menu item) and an image (arrow for sub-menu). I want the images to line up
|
| jscript replace syntax | 27 Oct 2004 20:38 GMT | 5 |
I am having a weird problem. Take a look at this code: <%@ language="JScript" %> <% var text = "<p> sdfsdf</p>";
|
| Once setTimeout is set is it possible to unset it? | 27 Oct 2004 00:56 GMT | 8 |
If i want an invisible element a0 to become visible in, say 10 sec I do the following. window.setTimeout('document.all.a0.style.display="block";',10000); Once setTimeout is set and the clock started ticking, is it possible to
|
| Script 5.6: Can I distinguish between JScript and COM objects? | 26 Oct 2004 12:01 GMT | 4 |
I'd like to detect the type of a variable knowing it could contain a COM object - e.g. variable = CreateObject("...") - or a JavaScript Object() instance - e.g. variable = new Object(). Operator "typeof" returns "object" in both cases.
|
| String.indexOf ALWAYS returning -1 ??? Please help | 26 Oct 2004 11:11 GMT | 2 |
I'm new to this group, I hope you can help me. I have this weird problem using client-side Javascript... I want to find substrings (mStr) in a string (myStr). [CODE]
|
| Opening a new window | 26 Oct 2004 09:46 GMT | 7 |
My appolgies if this is not eh right group, however I think the solution is with jscript. I have a page in a frame that's part of a web application. The page collects information through a series forms and radio buttons using submit buttons. I
|
| Session.Abandon | 26 Oct 2004 08:03 GMT | 1 |
How can I execute asp.net SESSION.ABANDON from a client script event onbeforeunload. I'm trying to do this to logout a user without waiting for the session timeout.
|
| window.blur() works only upon refresh | 26 Oct 2004 00:43 GMT | 3 |
I have a page with a body arribute onLoad="window.open()" which launches another window. That second window has a body arribute onLoad="window.focus()" It plays a FALSH clip and when the clip is over it calls window.blur() so
|
| Filling a textbox on a Parent WebForm from a selction on a Child WebForm | 25 Oct 2004 15:31 GMT | 3 |
I currently have a web user control (pf_imageselector.ascx) which is dynamically created (any number of times) on a parent web user control (pf_fillitems.ascx) which in turn has been loaded into a webform (default.aspx). On the user control is a text box called
|
| dhtml copy object | 25 Oct 2004 10:29 GMT | 1 |
I want to copy an image object (all of it). How to do that with javascript?
|
| opening a new window | 23 Oct 2004 23:31 GMT | 3 |
I have a page that is using frames. One of the frames holds a list of links to other sites. These links open in new windows. I have a problem with one site. The new page opens ok requesting log on details. Once entered the page disappears and the new site loads into the frame ...
|