Jump to content

oIE.navigate( ) problem


 Share

Recommended Posts

hey guys sorry i ask so many questions but i got another problem...

basically when i use the oIE.navigate() function with this link...

CODE

it keeps compressing this link but it as just as long as the one below

http://game1.pogo.com/room/gf2-game/frames...;vmver=1.6.0_02

it gives my syntax errors out the ying yang...i have tried doing this aswell...

$Coded=_EnCodeUrl('http://game1.pogo.com/room/gf2-game/frameset.jsp?scrn=blyind420&site=pogo&rkey=whomp2-plwhomp2sf168&anam=ABCDELMRS&rspt=6023&ahst=game1.pogo.com&vmtype=sun&rhst=www.pogo.com&vmver=1.6.0_02&game=whomp2&install=true&vmtype=sun&vmver=1.6.0_02')
ConsoleWrite($Coded & @CR)
oIE.navigate($Coded)

i know its because the link is so long, and it has to be so i can load up the game already signed in to a room and all...so i can "play better" on the game called word whomp i mean i just basically took the code from kurtspivak@hotmail.com's annograhm helper and im going to slightly modify it to play word whomp, and this is hurdle #1 for me so far, im stumped...any suggestions?

Edited by blyind
Link to comment
Share on other sites

Does this work for you?

#include<IE.au3>
$URL='http://game1.pogo.com/room/gf2-game/frameset.jsp?scrn=blyind420&site=pogo&rkey=whomp2-plwhomp2sf168&anam=ABCDELMRS&rspt=6023&ahst=game1.pogo.com&vmtype=sun&rhst=www.pogo.com&vmver=1.6.0_02&game=whomp2&install=true&vmtype=sun&vmver=1.6.0_02'
ConsoleWrite($URL&@CR)
$oIE=_IECreate($URL)
Link to comment
Share on other sites

yea...

#include<IE.au3>
$URL='http://game1.pogo.com/room/gf2-game/frameset.jsp?scrn=blyind420&site=pogo&rkey=whomp2-plwhomp2sf168&anam=ABCDELMRS&rspt=6023&ahst=game1.pogo.com&vmtype=sun&rhst=www.pogo.com&vmver=1.6.0_02&game=whomp2&install=true&vmtype=sun&vmver=1.6.0_02'
ConsoleWrite($URL&@CR)
$oIE=_IECreate($URL)

works for me but i need it to load up inside of the window not open an ie window...any suggestions?

Link to comment
Share on other sites

Don't know what "load up inside of the window not open an ie window" means, but perhaps see _IEAttach?

Dale

Free Internet Tools: DebugBar, AutoIt IE Builder, HTTP UDF, MODIV2, IE Developer Toolbar, IEDocMon, Fiddler, HTML Validator, WGet, curl

MSDN docs: InternetExplorer Object, Document Object, Overviews and Tutorials, DHTML Objects, DHTML Events, WinHttpRequest, XmlHttpRequest, Cross-Frame Scripting, Office object model

Automate input type=file (Related)

Alternative to _IECreateEmbedded? better: _IECreatePseudoEmbedded  Better Better?

IE.au3 issues with Vista - Workarounds

SciTe Debug mode - it's magic: #AutoIt3Wrapper_run_debug_mode=Y

Doesn't work needs to be ripped out of the troubleshooting lexicon. It means that what you tried did not produce the results you expected. It begs the questions 1) what did you try?, 2) what did you expect? and 3) what happened instead?

Reproducer: a small (the smallest?) piece of stand-alone code that demonstrates your trouble

Link to comment
Share on other sites

Don't know what "load up inside of the window not open an ie window" means, but perhaps see _IEAttach?

Dale

I think he means an instance of _IECreateEmbedded()... maybe?

:)

Valuater's AutoIt 1-2-3, Class... Is now in Session!For those who want somebody to write the script for them: RentACoder"Any technology distinguishable from magic is insufficiently advanced." -- Geek's corollary to Clarke's law
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...