Hello,
Im hoping you can help, for now im trying to learn how to do something so an easy example may help me to gain the concept.
I wish to create a hyperlink that when i click it, it prints my name further down the page.
I had a search for the last few hours on the <a Href> and onclick command, but this does not make sense?.. the part im getting confused is how am i able to call a function (something like response.write "boo") and get it able to print out on the same page... could some one please write a simple .asp page using vbscript so i can see how its done, then i can try to expand on that myself.
any help will be appriciated.
if i havent explained anything correct please feel free to ask, but its only a simple example i want... just so when i click a hyperlink, it prints some text out on the same page.
The reason i want this, is once i get the concept, i will have a list of the alphabet and on each one will have a sql statement that will return some values....
Im using .ASP, VBScript. thanks!
Im hoping you can help, for now im trying to learn how to do something so an easy example may help me to gain the concept.
I wish to create a hyperlink that when i click it, it prints my name further down the page.
I had a search for the last few hours on the <a Href> and onclick command, but this does not make sense?.. the part im getting confused is how am i able to call a function (something like response.write "boo") and get it able to print out on the same page... could some one please write a simple .asp page using vbscript so i can see how its done, then i can try to expand on that myself.
any help will be appriciated.
if i havent explained anything correct please feel free to ask, but its only a simple example i want... just so when i click a hyperlink, it prints some text out on the same page.
The reason i want this, is once i get the concept, i will have a list of the alphabet and on each one will have a sql statement that will return some values....
Im using .ASP, VBScript. thanks!
Comment