|
-
Jul 13th, 2001, 07:41 AM
#1
Thread Starter
Fanatic Member
Simple ASP question
Ok, please feel free to call me the most stupid person in the world for this ASP question...
I have an ASP page calling in a txt file into a Dhtml text box and I am not able to get any hyperlinks working, I have tried almost everything I can think of.... I basically want to have links to other sites and I need to be able to add email links etc...
Any ideas? Am I being as dense as I think I am?
-
Jul 13th, 2001, 10:10 AM
#2
PowerPoster
what kind of DHTML text box? where are the links? are you talking about every link?
USAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSA
USAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSA
USAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSA
USAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSA
USAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSA
USAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSA
USAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSA
USAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSA
USAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSA
USAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSA
USAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSA
USAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSA
USAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSA
-
Jul 14th, 2001, 01:00 PM
#3
Hyperactive Member
Yeah, please ellaborate, I dont quite understand what you're trying to do.
-
Jul 14th, 2001, 01:18 PM
#4
Thread Starter
Fanatic Member
What I have is the scrollable Dhtml text box (an extension for Dreamweaver UltraDev). In the text box is a piece of ASP code that calls a text document from a text folder in the root directory. In one of these text documents is a list of links and they need to be able to be clicked on to go to the site (currently I have the name and url next to it with no hyperlink)... I was hoping to have the hyperlink to the sites in the name of the site in a < a href = >(without the spaces) style thing but it doesnt work....
That is my dilema.
-
Jul 14th, 2001, 04:45 PM
#5
PowerPoster
hmmm...I am still not quite sure what you are saying...but, maybe this will help you:
you could do something like this
Code:
<a href="<%= somevariable %>"><%=sometext%></a>
does this help?
USAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSA
USAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSA
USAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSA
USAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSA
USAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSA
USAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSA
USAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSA
USAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSA
USAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSA
USAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSA
USAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSA
USAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSA
USAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSA
-
Jul 14th, 2001, 04:57 PM
#6
Fanatic Member
I have absolutely no idea what you are talking about Maybe if you posted some of the code of what you are trying to do we can get an idea.
Alcohol & calculus don't mix.
Never drink & derive.
-
Jul 14th, 2001, 05:33 PM
#7
Hyperactive Member
I think that he wants to display the hyperlinks in the textbox, which are loaded from a text file (also from within the textbox). Is that correct?
-
Jul 15th, 2001, 03:51 AM
#8
Thread Starter
Fanatic Member
You are correct spandex44.. That is what I am trying to do... Its your basic notepad text file.
-
Sep 21st, 2001, 03:11 PM
#9
PowerPoster
I need to know the same thing
-
Sep 21st, 2001, 04:14 PM
#10
Thread Starter
Fanatic Member
Unfortunately, I have found no way of doing this... Its a pain in the arse... But if I work it out I will post it here!
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|