Web Site Launcher

By A^1^T^E^A^M on Feb 14, 2009

Image

on *:LOAD:{
  echo -s Web Site Launcher Addon by A^1^T^E^A^M is loaded...
}
menu Menubar {
  WebSite Launcher: dialog -m a1wsr a1wsr
}
alias a1wsr dialog -m a1wsr a1wsr
dialog a1wsr {
  title "Web Site Launcher"
  size -1 -1 205 58
  option dbu
  box "Website:", 1, 5 3 192 50
  edit "", 2, 26 19 141 10
  button "Open", 3, 26 32 37 12
  button "Close", 4, 131 33 37 12,ok
}
on 1:Dialog:a1wsr:sclick:*: {
  if ( $did == 3 ) { if ($did(4).text == $null) { /echo -a You havent entered web site! } | else { /run $did(2).text }
  }
}

Comments

Sign in to comment.
Eugenio   -  Feb 15, 2009

I would if I could be bovered and it aint my code, just suggestions, I dont ACTUALLY use this code either...
afterall I did say
/me MIGHT do it
smh

 Respond  
Prelude   -  Feb 15, 2009

Then do it yourself eugene;p

 Respond  
Eugenio   -  Feb 15, 2009

lol what I suggested shouldnt be to hard, it sounds harder than it is but yeah.......

 Respond  
A^1^T^E^A^M   -  Feb 15, 2009

Like i say in my prevision added mirc snippet, I'm beginner of mirc scripting and i'm noob :)

 Respond  
Eugenio   -  Feb 15, 2009

lol the dialog is fugly tbh but it works so I dunno why it was rated 1 considering no one showed proof =/
would be 10 times better if you could save websites in a list and double click to open them.....
/me might do that ;p
/me rates 5

 Respond  
Noutrious   -  Feb 15, 2009

hard to say that it's worth anything..

 Respond  
napa182   -  Feb 14, 2009

instead of useing /run try useing url

 Respond  
chadbdurham   -  Feb 14, 2009

Nice snippet, but I've always been a favor of /run http://hawkee.com :P

 Respond  
A^1^T^E^A^M   -  Feb 14, 2009

I move it on left :) like u say i change 27 to 26. :)

 Respond  
Aucun50   -  Feb 14, 2009

Your open button is 1 off :) 27 should be 26 unless you wont it like that.

 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.