Browser

By buddy on May 25, 2009

Browser

menu channel {
 Google: run $+(www.google.co.jp)}
 Yahoo: run $+(www.yahoo.com)}
 }                                     

Comments

Sign in to comment.
Jonesy44   -  May 28, 2009

You actually have 3 extra brackets :/ think about it, you have one openning and 4 closing brackets, only one is required, at the end

 Respond  
buddy   -  May 27, 2009

i like that icub, but i dont know how to use dialog,how to set the numbers hehe

 Respond  
buddy   -  May 27, 2009

which one jonesy44?

 Respond  
buddy   -  May 27, 2009

err

 Respond  
iCub   -  May 27, 2009

/me glares at jonesy44
/me goes back to hugging the floor

 Respond  
Jonesy44   -  May 27, 2009

you have an extra bracket in there after the alias..

 Respond  
iCub   -  May 27, 2009

This may work as well (untested):

menu * {
Internet Loader: dialog -m net net
}
dialog net {
title "Internet Loader"
size -1 -1 300 185
option pixels
list 1, 0 90 300 100, hsbar, vsbar
text "Site Name" 15, 5 10 50 23
text "History" 7, 5 65 100 20
edit "" 5, 15 35 250 20
button "Search" 6, 250 62 50 20

}
alias interwebz dialog -m net net
}
on :DIALOG:net:init:0:{
did -a net 9 $active
var %dd = $numtok(%sites,44), %yy = 1
while ( %yy <= %dd ) {
did -a $dname 1 $gettok(%sites,%yy,44)
inc %yy }
}
on
:DIALOG:net:sclick:*:{
if ($did = 1) { did -ra net 5 $did($dname,1).seltext }
if ($did = 6) { run http:// $+ $did(5) | set %sites $addtok(%sites,$did(5),44) | did -a net 1 $did(5) }
}

 Respond  
Jonesy44   -  May 27, 2009

you have too many brackets..

 Respond  
buddy   -  May 26, 2009

thnx guys

 Respond  
buddy   -  May 26, 2009

:D

 Respond  
Blubble   -  May 26, 2009

Lol, useless, even missed a bracket.

 Respond  
iCub   -  May 26, 2009

could it be? surely not.
if I'm not mistaken its a copycat weasel.
Listen to napa182, join another server such as undernet. I'm sure there's someone out there willing to help.

 Respond  
Jonesy44   -  May 26, 2009

Missing a closing bracket..

 Respond  
napa182   -  May 26, 2009

buddy Said:

is there any room which i can learn how to scripting more better?

you should find ur self a server with a msl scripting room to learn and to get help.
there are tons of servers with help rooms pick one.

 Respond  
WorldDMT   -  May 26, 2009

that is this :/

 Respond  
Jethro   -  May 26, 2009

Why not do this:

menu * { 
  Browser:url -n $$?="Enter a URL:" 
}
 Respond  
buddy   -  May 26, 2009

is there any room which i can learn how to scripting more better?

 Respond  
buddy   -  May 26, 2009

what do u mean err0r007

 Respond  
buddy   -  May 26, 2009

yup FordLawnmower hehe

 Respond  
err0r007   -  May 25, 2009

i prefer url over run but yeah =/

 Respond  
FordLawnmower   -  May 25, 2009

OMG is that a mouse with a toothbrush ;/

 Respond  
napa182   -  May 25, 2009

=/ ffs

 Respond  
Are you sure you want to unfollow this person?
Are you sure you want to delete this?
Click "Unsubscribe" to stop receiving notices pertaining to this post.
Click "Subscribe" to resume notices pertaining to this post.