Or You could make your own web browser like this(YOU MUST HAVE BLUE GUI IN ORDER TO WORK)
`THIS IS DESIGNED FOR 1024x748 Display Setting.
Start blue "User","Pass"
width#=screen width()*1.5
height#=screen height()*1.5
global window
global panel
global web
global edit
global go
set window on
hide window
window=createwindow(50,-15,width#+5,height#+30,"Window Browser",WINDOW_FIXED,0,1,0)
panel=createpanel(0,0,width#,height#,window)
edit=createedit(0,0,width#-100,30,0,panel)
web=createwebbrowser(0,30,width#,height#-30,panel)
go=createbutton(width#-100,0,100,30,"Enter",0,panel)
do
getevent
if eventsource()=window and eventtype()=WINDOW_CLOSE
end
endif
if eventsource()=go and eventtype()=MOUSE_CLICK
webBrowserNavigate web,getgadgettext(edit)
endif
loop
If you wanted me to send you the EXE file, cause you don't have the blue gui then e-mail me.
Firefox is kind of useless and I used this program all the time and it HECK ALOT FASTER AND IT JUST EASY!!!
Whoa... I like a shiny thing... let's touch it
.