|
Comrades ... Why does the following code indicate that the URLs do not match?
Dim singerurlD, SiteUrl, SingerUrl, SpeDM As String
SiteUrl = "http://www.7song.cn/"
SingerUrl = "special / 2347.htm"
singerurlD = SiteUrl&SingerUrl
SpeDM = Inet1.OpenURL (singerurlD)
MsgBox SpeDM |
|