Allow Users Of Website To Create Their Own Hyperlinks On A Page

Allow Users Of Website To Create Their Own Hyperlinks On A Page

am 20.01.2007 21:05:25 von John Smith

Is it possible to allow a person whom navigates to a particular page to type
in a URL to a website they visit often, and have it be treated like code on
the page itself for them to use it as a hyperlink?

If so, any suggestions would be appreciated.

Thanks,
Dave Marden

Re: Allow Users Of Website To Create Their Own Hyperlinks On A Page

am 20.01.2007 22:45:42 von exjxw.hannivoort

Dave Marden wrote on 20 jan 2007 in
microsoft.public.inetserver.asp.general:

> Is it possible to allow a person whom navigates to a particular page
> to type in a URL to a website they visit often, and have it be treated
> like code on the page itself for them to use it as a hyperlink?

Not with serverside code, classic ASP is serverside code.

A user cannot type serverside.

> If so, any suggestions would be appreciated.

Please ask a clientside NG.


--
Evertjan.
The Netherlands.
(Please change the x'es to dots in my emailaddress)

Re: Allow Users Of Website To Create Their Own Hyperlinks On A Page

am 20.01.2007 23:25:20 von unknown

Post removed (X-No-Archive: yes)

Re: Allow Users Of Website To Create Their Own Hyperlinks On A Page

am 20.01.2007 23:31:49 von exjxw.hannivoort

Leythos wrote on 20 jan 2007 in microsoft.public.inetserver.asp.general:

> In article ,
> exjxw.hannivoort@interxnl.net says...
>> Dave Marden wrote on 20 jan 2007 in
>> microsoft.public.inetserver.asp.general:
>>
>> > Is it possible to allow a person whom navigates to a particular page
>> > to type in a URL to a website they visit often, and have it be treated
>> > like code on the page itself for them to use it as a hyperlink?
>>
>> Not with serverside code, classic ASP is serverside code.
>>
>> A user cannot type serverside.
>>
>> > If so, any suggestions would be appreciated.
>>
>> Please ask a clientside NG.
>
> Then how when we allow users to enter notes, links, pictures, etc... are
> we able to allow users to update the content of websites running on the
> servers?
>
> All you need is a admin page (or what you want to call it) to allow
> users to add content based on where you are willing to allow them to put
> it.

Whell, if you think you know,
show the serverside code to answer the OP's Q.

Perhaps the OP is content with your "yes"?

--
Evertjan.
The Netherlands.
(Please change the x'es to dots in my emailaddress)

Re: Allow Users Of Website To Create Their Own Hyperlinks On A Page

am 21.01.2007 02:55:16 von unknown

Post removed (X-No-Archive: yes)

Re: Allow Users Of Website To Create Their Own Hyperlinks On A Page

am 21.01.2007 17:18:30 von Slim

Make a form with 2 textboxes

One for the URL one for the link text

Post to a asp page and enter into a database, then retive from database and
create links like

response.write ""

i

"Dave Marden" wrote in message
news:%23$tFP5MPHHA.1380@TK2MSFTNGP05.phx.gbl...
> Is it possible to allow a person whom navigates to a particular page to
> type in a URL to a website they visit often, and have it be treated like
> code on the page itself for them to use it as a hyperlink?
>
> If so, any suggestions would be appreciated.
>
> Thanks,
> Dave Marden
>