Callison1 commented on a Page, Internet Explorer For mIRC  -  Aug 04, 2007

I deleted the http:// automatic text in the edit box and changed this line:

on 1:dialog:surf:edit:25:{ set %address $did(surf,25).text }

to:

on 1:dialog:surf:edit:25:{ set %address $iif($left($did(surf,25),7) != http://,http://) $+ $did(surf,25) }

That automatically adds http:// at the beginning if the user did not enter it themselves. Also I changed the dialog table to

dialog surf {
  title \"NouMeRo Internet eXpLoReR\"
  option dbu
  size -1 -1 135 25
  button \"*Surf*\", 23, 105 6 23 11,ok
  box \"SuRf the NeT\", 24, 2 1 132 21
  edit \"\", 25, 4 9 98 10, autohs
}

I find that this is much better.

 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.