Hi, I am trying to help out my friend with a program, and anyway, I need to do this:
the vb program will write links to other pages once you enter the appropriate data into fields. the name of the page will be automaticaly assigned to it, so there is no field for that, but the name of the link will be the title of the page it is linking to. for example, the page that it will be linking to is in the /notes directory of the same server as the links page, so the url of the link is notes/blah.html, and the title of the link will be the title of the page being linked to. i want the vb code to find the last </a> and put the code <a href="notes/blah.html">Todays Notes</a> in it. How do i program this?
the vb program will write links to other pages once you enter the appropriate data into fields. the name of the page will be automaticaly assigned to it, so there is no field for that, but the name of the link will be the title of the page it is linking to. for example, the page that it will be linking to is in the /notes directory of the same server as the links page, so the url of the link is notes/blah.html, and the title of the link will be the title of the page being linked to. i want the vb code to find the last </a> and put the code <a href="notes/blah.html">Todays Notes</a> in it. How do i program this?