microsoft.public.inetexplorer.scripting
  Home FAQ Contact Sign in
microsoft.public.inetexplorer.scripting only
 
Advanced search
May 2008
motuwethfrsasuw
   1234 18
567891011 19
12131415161718 20
19202122232425 21
262728293031  22
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
  seach/replace HTML content before rendering to screen?         


Author: ker_01
Date: May 29, 2008 11:52

Please feel free to point me to a more appropriate newsgroup if necessary.
Using IE6 on WinXP.

We have multiple IT systems that serve internal data via intranet web pages.
I'm using a screen capture program to create demos/training, but the data is
live in our systems- we can't put in fake data (fake orders, fake people,
etc.) because that would affect production and summary statistics, headcount
statistics, etc. My short-term solution is to export screen captures to a
graphics program, overwrite confidential data, then import it back into our
screen capture program to create our animated system demos. That's a lot of
non-value added work.

It seems to me there has to be a way to write scripting for IE that would
allow an on-the-fly seach and replace of text before rendering a web page to
the screen. So for example, if I decide to use Joe Manager's area, I could
have the script set up to automatically intercept all instances of "Joe
Manager" (with regex?) and replace it with "Anonymous Manager".
Show full article (1.76Kb)
1 Comment
  problem with my internet explorer         


Author: andy
Date: May 23, 2008 23:26

i have problem with my internet explorer that i can't open my friendster and
msn massenger.i try to use another "motzilla" and my friendster can open.can
you help me to give information to open my friendster and my msn massenger in
internet explore? by the way i have notice server certificate get
expired.Another problem ny msn massenger is error code:800488820and extended
error code:80048412 if somebody have answer , can you send to my
email:squartle0@yahoo.com?

thank you

andy
no comments
  DOM: target property of form / name property of iframe         


Author: david2tm
Date: May 19, 2008 11:17

Hello... I've created form/iframe dynamically... now, than submit
button is clicked i want "result" to be opened in iframe. but - I
can't see why this is not happening...
response opens in new window, not in iframe

function drawForm () {
iframe_name="upload_target";

var iframe = document.createElement("iframe");
iframe.src = "";

var div = document.createElement("div");
div.id ="upload";
document.body.appendChild (div);
div.appendChild(iframe);

var form = document.createElement("form");
form.id = "file_upload_form";
form.method = "post";
form.enctype = "multipart/form-data";
form.action = "serverside/execute.php";
Show full article (1.28Kb)
1 Comment
  Achat acomplia canada france acomplia suisse soft sans prescription acomplia belgique par email acomplia canada bon marche acquerir acomplia soft         


Author: kmwkawrt
Date: May 19, 2008 10:10

Achat acomplia canada france
acomplia suisse soft sans prescription
acomplia belgique par email
acomplia canada bon marche
acquerir acomplia soft
Show full article (2.58Kb)
no comments
  why the code no fill authentication dialog box         


Author: sal21
Date: May 19, 2008 03:48

This is a part of my code. (vba for Excel)
In effect i want to fill the authentication dialog box with username and
pasword...

Private Declare Sub Sleep Lib "kernel32" (ByVal dwMilliseconds As Long)
Private Const SECS As Long = 1000

Option Explicit
Sub CERVED()

Dim URL As String, PAGINE As String, AGGIORNAMENTO As String, TOT_PAGINE
As String

Dim LINEA As Integer

Dim TEST_TAG_1 As String, TEST_TAG_2 As String, TEST_TAG_3 As String,
TEST_TAG_4 As String, TEST_TAG_5 As String, TEST_TAG_6 As String

Dim R As Long, PAGINA As Long, TIPOLOGIA As String, AGENZIA As String,
SETTORE As String

Dim OIE As Object, WS As Worksheet

Dim StrComponents() As String

'Dim strData As String

Set WS = Sheets("CERVED")

R = 2
Show full article (1.63Kb)
no comments
  on acomplia a vendre Acheter acomplia en ligne sur Webacheterenligne Achetez acomplia canada acheter acomplia canada en linge sans presription acquerir acomplia us usa soft         


Author: kmwkawrt
Date: May 17, 2008 10:49

on acomplia a vendre
Acheter acomplia en ligne sur Webacheterenligne
Achetez acomplia canada
acheter acomplia canada en linge sans presription
acquerir acomplia us usa soft
Show full article (2.34Kb)
no comments
  free webspace biz webhost manager freier webspace php webhosting domain guenstige webspace anbieter         


Author: kmwkawrt
Date: May 16, 2008 16:44

free webspace biz
webhost manager
freier webspace php
webhosting domain
guenstige webspace anbieter
Show full article (1.48Kb)
no comments
  DOM and whitespace         


Author: Stanimir Stamenkov
Date: May 11, 2008 09:19

I'm implementing a navigational menu where I've marked it up as
list. For visualizing purposes I need to remove all whitespace
nodes in the list but keep the whitespace in the source for editing
convenience.

I've made a function which iterates over the DOM and removes the
whitespace nodes but then I've noticed IE6/7 "skips" some whitespace
nodes and when I apply |list.style.whiteSpace = "pre"| the "missing"
whitespace shows up visually. I've also noticed if I include the
|white-space: pre| style rule in a default stylesheet the DOM
reports all the whitespace nodes, but I don't want that style
applied until the whitespace gets cleaned up.

Is there a way I can remove all the whitespace nodes from element
content which doesn't have |white-space: pre| style applied in IE6/7?

--
Stanimir
1 Comment
  Cannot debug JScript in IE7 - please help         


Author: nhhockeyplayer
Date: May 6, 2008 20:12

I do not want to use obsolete Microsoft Script debugger... it is off my
machine.

I do have VJ++ 6.0 installed
I do have VC++ 6.0 Visual Studio Installed
I do have Web Developer Express 2008 installed

Both checkboxes for disabling script debugger in IE7 are checked OFF.

I rebooted.

Launch my app... and I select view->script debugger->break at next statement
and run my app further...

nothing happens

I am blue in the face.

What does it take to get debugging going on IE7? It is all failed.

Please help.

email appreciated
nhhockeyplayer@hotmail.com
1 Comment
  Won't close from taskbar         


Author: Anders Jenbo
Date: May 3, 2008 05:57

IE won't close when right clicking on the taskbar and chusing close, instead
it just play a sound, if you keep trying it will eventualy close down, but i
would actualy expect it to obay my command the first time around.
1 Comment