Having trouble with real simple script
I am trying to make it to where when you click the Favorites button it takes you to del.icio.us.
Here is my code:
PrivateSub Button8_Click(ByVal senderAs System.Object,ByVal eAs System.EventArgs)Handles favorites.Click
http://del.icio.us/ziph
EndSubThat looks good to me what the heck is wrong? I am a noob at VB.

