string manipulation and statusbarpanel popup menu

skysanskysan Canada
edited January 2006 in Internet & Media
I have two question
1. how can i get a string from within a string
i mean i want to get the url string
http://www.whatever.com/anylink/ from within <a href= and >.
2. how can i add popup menu to a statusbar panel
actually i want to get the abve url & put it as link to the popup menu

plz help & code me out this stuff......

Comments

  • ShortyShorty Manchester, UK Icrontian
    edited January 2006
    What web language..? Can you be more specific as your post it a little vague :)
  • EnverexEnverex Worcester, UK Icrontian
    edited January 2006
    Your pseudo-code has also kinda broken your post and your sig at the same time too.
  • skysanskysan Canada
    edited January 2006
    ya pseudocode has broke this . I want to read url(href) & name(title) of this
    title=My RSS Feed http://www.smsbysan.8m.com/

    to add it in the popup menu of statusbarpanel using vb.net. pleez help .
  • skysanskysan Canada
    edited January 2006
    see it over here
  • EnverexEnverex Worcester, UK Icrontian
    edited January 2006
    Seems you already got your answer there, although I doubt people are going to be willing to code it for you...
  • skysanskysan Canada
    edited January 2006
    no i havent done it yet coz i dont know how should i look for the string in docStr.innerHTML add set it equal to a string variable in VB.NET...

    coz in vb.net we set
    Dim str as string ="whatever string"

    but that string already contains so many (") so i am having problem first in picking the string from docStr.innerHTML & then storing it to a string variable.
Sign In or Register to comment.