Jump to content

inet tab help


Recommended Posts

i need help i created a tab with inet browsers but for some reason it doesnt do alle the things like inet 1 site, the site i wanna visite comes a popup login screen but that doesnt show up en 1 site i wanna visite that has cookie write problems anyone a idea this is my source: some of the are internal webpages

#include <GUIConstants.au3>

$Form1 = GUICreate("24 Help Tool", @DesktopWidth, @DesktopHeight -55, -1, -1)
$Tab1 = GUICtrlCreateTab(0, 0, @DesktopWidth, @DesktopHeight -60)
$TabSheet1 = GUICtrlCreateTabItem("ISIS")
$Group1 = GUICtrlCreateGroup("", 8, 32, @DesktopWidth, @DesktopHeight -60)
$AObj1 = ObjCreate("Shell.Explorer.2")
$AObj1_ctrl = GUICtrlCreateObj($AObj1, 10, 40, @DesktopWidth-10, @DesktopHeight-110)
$AObj1.navigate("http://isis.yi.org/index.php")


GUICtrlCreateGroup("", -99, -99, 1, 1)
$TabSheet2 = GUICtrlCreateTabItem("Rollercoaster")
GUICtrlSetState(-1,$GUI_SHOW)
$Group2 = GUICtrlCreateGroup("", 8, 32, @DesktopWidth, @DesktopHeight -60)
$AObj2 = ObjCreate("Shell.Explorer.2")
$AObj2_ctrl = GUICtrlCreateObj($AObj2, 10, 40, @DesktopWidth-10, @DesktopHeight-110)
$AObj2.navigate("http://sddportal.yi.org/tools/rollercoaster/main.html")

GUICtrlCreateGroup("", -99, -99, 1, 1)
$TabSheet3 = GUICtrlCreateTabItem("Support Center")
GUICtrlSetState(-1,$GUI_SHOW)
$Group3 = GUICtrlCreateGroup("", 8, 32, @DesktopWidth, @DesktopHeight -60)
$AObj3 = ObjCreate("Shell.Explorer.2")
$AObj3_ctrl = GUICtrlCreateObj($AObj3, 10, 40, @DesktopWidth-10, @DesktopHeight-110)
$AObj3.navigate("http://scaprd.upc.biz/sdchealtop")

GUICtrlCreateGroup("", -99, -99, 1, 1)
$TabSheet4 = GUICtrlCreateTabItem("Aspect")
GUICtrlSetState(-1,$GUI_SHOW)
$Group4 = GUICtrlCreateGroup("", 8, 32, @DesktopWidth, @DesktopHeight -60)
$AObj4 = ObjCreate("Shell.Explorer.2")
$AObj4_ctrl = GUICtrlCreateObj($AObj4, 10, 40, @DesktopWidth-10, @DesktopHeight-110)
$AObj4.navigate("http://goe-aspectns-01.corp.twenty4help.com/EAMWeb")

GUICtrlCreateGroup("", -99, -99, 1, 1)
$TabSheet5 = GUICtrlCreateTabItem("Storings Script")
GUICtrlSetState(-1,$GUI_SHOW)
$Group5 = GUICtrlCreateGroup("", 8, 32, @DesktopWidth, @DesktopHeight -60)
$AObj5 = ObjCreate("Shell.Explorer.2")
$AObj5_ctrl = GUICtrlCreateObj($AObj5, 10, 40, @DesktopWidth-10, @DesktopHeight-110)
$AObj5.navigate("http://aqua/content/storingsscript/index.html")

GUICtrlCreateGroup("", -99, -99, 1, 1)
$TabSheet6 = GUICtrlCreateTabItem("Aqua")
GUICtrlSetState(-1,$GUI_SHOW)
$Group6 = GUICtrlCreateGroup("", 8, 32, @DesktopWidth, @DesktopHeight -60)
$AObj6 = ObjCreate("Shell.Explorer.2")
$AObj6_ctrl = GUICtrlCreateObj($AObj6, 10, 40, @DesktopWidth-10, @DesktopHeight-110)
$AObj6.navigate("http://aqua")

GUICtrlCreateGroup("", -99, -99, 1, 1)
$TabSheet7 = GUICtrlCreateTabItem("Meebo")
GUICtrlSetState(-1,$GUI_SHOW)
$Group7 = GUICtrlCreateGroup("", 8, 32, @DesktopWidth, @DesktopHeight -60)
$AObj7 = ObjCreate("Shell.Explorer.2")
$AObj7_ctrl = GUICtrlCreateObj($AObj7, 10, 40, @DesktopWidth-10, @DesktopHeight-110)
$AObj7.navigate("http://wwwl.meebo.com/index-en.html")

GUICtrlCreateGroup("", -99, -99, 1, 1)
$TabSheet8 = GUICtrlCreateTabItem("Line Rider")
GUICtrlSetState(-1,$GUI_SHOW)
$Group8 = GUICtrlCreateGroup("", 8, 32, @DesktopWidth, @DesktopHeight -60)
$AObj8 = ObjCreate("Shell.Explorer.2")
$AObj8_ctrl = GUICtrlCreateObj($AObj8, 10, 40, @DesktopWidth-10, @DesktopHeight-110)
$AObj8.navigate("http://jrip.110mb.com/webgames/lineridererase.swf")



GUISetState(@SW_SHOW)
While 1
    $msg = GuiGetMsg()
    Select
    Case $msg = $GUI_EVENT_CLOSE
        ExitLoop
    Case Else
        ;;;;;;;
    EndSelect
WEnd
Exit
Edited by realkiller
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...