first question: i want to say Print, "<A href=" Search</a>
i always get errors, or vb inserts ; into various places because of the "" around the link. how do i get that text to print AND include the quotes as i have them written by the Print command.
#2
will vb give errors because of the html tags?
#3
how can i use variables within the print command?
ex. i want to write <a href="variableurl"VariableTitle</a>
but i think that when i do that, it wont insert the variable itself it will just print the variable name as text.
any comments/suggestions/answers are greatly appreciated.
i always get errors, or vb inserts ; into various places because of the "" around the link. how do i get that text to print AND include the quotes as i have them written by the Print command.
#2
will vb give errors because of the html tags?
#3
how can i use variables within the print command?
ex. i want to write <a href="variableurl"VariableTitle</a>
but i think that when i do that, it wont insert the variable itself it will just print the variable name as text.
any comments/suggestions/answers are greatly appreciated.