microsoft.public.inetexplorer.scripting
  Home FAQ Contact Sign in
microsoft.public.inetexplorer.scripting only
 
Advanced search
July 2008
motuwethfrsasuw
 123456 27
78910111213 28
14151617181920 29
21222324252627 30
28293031    31
2008
 Jan   Feb   Mar   Apr 
 May   Jun   Jul   Aug 
 Sep   Oct   Nov   Dec 
2008 2007 2006  
total
microsoft ... scripting Profile…
RELATED GROUPS

POPULAR GROUPS

more...

 Up
  stellenangebote bremen konzern deutschland stellenangebote industrie jobangebote usa jobangebote oesterreich         


Author: sdgvfwe
Date: Jul 17, 2008 17:27

stellenangebote bremen konzern deutschland stellenangebote industrie jobangebote usa jobangebote oesterreich
Show full article (1.67Kb)
no comments
  Graphisc rendering         


Author: g4345081
Date: Jul 15, 2008 22:28

1. I took a PPT file and saved it as a web page.

2. This produces a number of files including a file for each slide (ex.
"slide0001.htm) and a javascript program file called "script.js"

3. Each of the slide files contains the following line
"
onclick="DocumentOnClick()" onresize="_RSW()" onload="LoadSld()"
onkeypress="_KPH()" dir=RTL>
"
As you can see upon finishing loading, the program calls "LoadSld".

If I place an "alert" command at the end of the LoadSld function the program
stops until the OK is given. The state of the screen is such that the text
appears but the graphics are missing.

My question is then where are the graphics rendered?

I ask this because I want to perform a screen capture (programmaticly) after
each slide is loaded.

I am running IE 6.
no comments
  ActiveX component can't create object: "Scripting.FileSystemObject         


Author: VancouverMike
Date: Jul 15, 2008 11:29

Hi there,

I am using IE 6 to open an intranet web page which has VBScript code to
create FSO object to open a file at client side. I got this error message
when I open the web page. It has been confirmed that WSH has been installed
at client side. I guess it's related to some security settings in IE, but I
tried several changes and still no luck. Does anybody have some idea on how
to get around this errer message?

Thanks a bunch!

Mike
1 Comment
  brautkleider in uebergroessen abendkleider uebergroessen bekleidung in uebergroessen jeans in uebergroessen stiefel uebergroessen         


Author: sdgvfwe
Date: Jul 14, 2008 06:26

brautkleider in uebergroessen abendkleider uebergroessen bekleidung in uebergroessen jeans in uebergroessen stiefel uebergroessen

+
+
+
+++ UEBERGROESSEN KAUFEN +++ UEBERGROESSEN ONLINE BESTELLEN +++
+
http://WWW.UEBERGROESSEN-KAUFEN-24.INFO
http://WWW.UEBERGROESSEN-KAUFEN-24.INFO
http://WWW.UEBERGROESSEN-KAUFEN-24.INFO
...
Show full article (2.10Kb)
no comments
  Close window opened with showModalDialog         


Author: Ron Hinds
Date: Jul 11, 2008 15:59

I am opening a window with the showModalDialog method. The page has two
buttons on it, Yes and No. For the onclick event of each button I have this
code:

onclick="done('Yes')
- or -
onclick="done('No')

Here is the done function in JScript:

function done(decision)
{
window.returnValue = decision;
window.close;
}

But the window does not close! It does not give any error, either. I even
tried swapping the position of the two lines (calling close first); it still
does not close. If I manually close it after clicking a button (regardless
of the order of the two statements), it correctly passes the return value to
the caller. Does anyone have any idea why this isn't working? Thanks!
3 Comments
  IE7 Send Page by E-Mail         


Author: Hector Navarro
Date: Jul 9, 2008 11:23

I'm using IE7 and in IE I'm trying to use the File->Send->Page by E-mail...
selection. When I perform the "Page by E-mail" selection the attachment on
my Outlook 2007 new message shows a image of the attachment as an htm, but
when I open the htm icon of the page attachment, the htm is in a different
language (I think is Chinese or some other symbols). I'm performing the send
page by e-mail from a popup (i.e. window.open) is case it makes a difference,
but the popup opens and I perform the "page by E-mail" selection from the
popup page. How can I fix this problem?

This is the code that I'm using to create popup:





onclick=javascript:void(PrintWebPart()) href="">Print Friendly

no comments
  IE7 not processing correctly on localhost         


Author: Adrienne Boswell
Date: Jul 5, 2008 12:20

I have a php document that queries a MySQL database. On localhost
that page shows up fine, but the form is not processed. I can see the
browser posting the form, but the same page comes back without running
the query.

My query look something like:
$sql = "SELECT product FROM products'";

When the form is filled out it _should_ look like:
$sql = "SELECT product FROM products WHERE product LIKE '%%".
$keyword."'";

I do an echo $sql and Opera and Firefox show the second query, whilst
IE7 on localhost shows only the first, as if the form had not been
processed at all. IE7 on the production server works just fine.

I am perplexed. The URL for the production page is at [http://
josefrotter.com/products.php] if anyone wants to check that out. The
source is the same for both beta and production.

TIA
Show full article (0.94Kb)
3 Comments
  IE magic with setTimeout         


Author: Dmitry Kulinich
Date: Jul 1, 2008 11:29

Guys , what is the magic in IE? Currently we have a lot of problems with css
properties called from jscript in IE, that can be solved with
tTimeout() - displaying images, calling ajax, applying filters etc.
Somebody points on setLayout property, somebody on bugs in IE etc
Who knows the truth about IE and can explain how it really works?

Thank you, Dmitry Kulinich, Ukraine.
no comments
  Update innerHTML in DIV         


Author: Dan Rhoads
Date: Jun 30, 2008 09:48

All,

I would like to update the innerHTML text of a DIV just prior to a WMI call
(I am in HTA). What seems to be happening is the text is updated prior to
the WMI call, as coded, but the change will not rendered in IE until after
the WMI call returns. Is there a way to get the render to take place before
the WMI call?

Thanks,
Dan Rhoads
2 Comments
 
1 2 3 4 5 6 7 8 9