Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

~416 People Reached
About Me

A self confessed Web Production GEEK

Favorite Forums
Favorite Tags
asp x 4
Member Avatar for kudosvisions

[B]Hi Guys.[/B] I am new to this forum so I thaught i'd post a useful code snippet. it changes text to clickable html links. Hope it comes in handy. Pete:)

Member Avatar for pecp
0
169
Member Avatar for kudosvisions

[code=asp] <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "[URL]http://www.w3.org/TR/html4/loose.dtd[/URL]"> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> <title>Untitled Document</title> </head> <body> <% '***** BEGIN FUNCTIONS ***** ' This function takes a string as input and links any www's it ' finds so that they are then clickable in a browser. If only …

0
67
Member Avatar for Andy-Pandy

Hello. I want to make forms in ASP (login and contact forms) Let's start with the contact page: (where the form is) (is this right, and am I gonna call it for example; contact.html or contact.asp? [code=html] <html> <head> <title>Hope you can help me...</title> </head> <body> <form action="thanks.asp"> Name: <input …

Member Avatar for kudosvisions
0
180