Odduster
  Home FAQ Contact Sign in
 
Advanced search
MATCHING GROUPS



more...
POPULAR GROUPS

more...

found 4 articles for 0.302 sec
Hi Tom, You gave me a perfect idea to solve my problem. Many thanks! Jason "Tom Lavedas" <tglbatch@cox.net> wrote in message news:72c24022-f9c1-4d0c-9512-5387291cdfe7@c58g2000hsc.googlegroups.com... On Aug 15, 1:23 am, "Tim Williams" <timjwilliams at gmail dot com> wrote: > Here's a function which will return a reference to an IE window which has > a > given URL. You can use this     

Group: microsoft.public.scripting.vbscript · Group Profile · Search for Odduster in microsoft.public.scripting.vbscript
Author: jason
Date: Aug 17, 2008 15:10

On Aug 15, 1:23 am, "Tim Williams" <timjwilliams at gmail dot wrote: Here's a function which will return a reference to an IE window which has a given URL.  You can use this to get a handle on the new window which opens on following the link. Tim Usage:    Dim myIE    Set myIE = GetIE("http://www.google.com")    If not myIE is nothing then        'do something
Show full article (3.01Kb) · Show article thread
Hi, Jason If you stick a message box statement in to pause the script before navigating to the order page, you can mouse around the web page and get some ideas of what is happening. If you hold the mouse over the order link, IE will show the HREF in the status bar (if you have status bar being displayed). It is not an ordinary HREF; it is a reference to a JScript routine called order.     

Group: microsoft.public.scripting.vbscript · Group Profile · Search for Odduster in microsoft.public.scripting.vbscript
Author: Tom Lavedas
Date: Aug 15, 2008 08:55

Hi Tim, Thanks for your help! I set IE visible but the content of IE's Document was not what I wanted. Also I appended one more line of code IE.quit and only the IE displaying the content of http://www.pennyweight.com.au quit. The new IE displaying "Order" page is still there but seems I have no way to get its Document object. Attached is the whole code I used. ******************
Show full article (3.01Kb) · Show article thread
    

Group: microsoft.public.scripting.vbscript · Group Profile · Search for Odduster in microsoft.public.scripting.vbscript
Author: Paul Randall
Date: Aug 14, 2008 18:39

Show full article (4.25Kb) · Show article thread
    

Group: microsoft.public.scripting.vbscript · Group Profile · Search for Odduster in microsoft.public.scripting.vbscript
Author: jason
Date: Aug 14, 2008 16:38

Show full article (3.36Kb) · Show article thread