Hi there!
I have the words "Please type your message here" enclosed in a border, but the border seems to be made up of TWO borders, instead of one single line.
This is the code I am using:
<table width="80%" border="1" cellspacing="1"...
Hello CeeDee
Yes - and thanks again - here it is. Please note that the code DOES show (in white text and with the white underlined link) the "Please click here to type in your Name(Email, etc) - just not the end part:
<%@ Language=VBScript %>
<%option explicit%>
<!--#include...
Hello Ceedee
Many thanks for your reply.
I now have this pasted between the <Head> tags:
<style type="text/css">
a:link {color:white;}
a:visited {color:white;}
a:active {color:white;}
body {
font-family: Verdana, Arial, Helvetica, sans-serif;
color: #FFFFFF...
Hello
I have the following in my <head></head> tags:
<style type="text/css">
a:link {color:white;}
a:visited {color:white;}
a:active {color:white;}
body { background:black; color:white }
div { font-family: verdana; font-style: normal; font-color: white }
</style>
and further...
Hello
I have the following <style> script which aligns the text:
<style TYPE="text/css">
.just {text-align: justify;}
body
{
color: rgb(255,255,255)
}
</style>
and the text colour is white - which is also what I want.
But I also have a link on the page which is a sort of brown...
Hello Newbiepg
Thanks again for your post.
I have this:
<%user_name = request.querystring("user_name")%>
<% response.write(user_name)%>
and the welcome1.asp file is called, but there is no name (not personalised).
If you could send me the pages I would be grateful. I won't simply...
Hello Newbiepg
Many thanks again for your reply.
I now have 3 files as you have suggested. One is the form with the input fields on it. This form refers to what you call fileb.asp as in:
<form name="welcome" method="POST" action="fileb.asp" etc and contains the...
Hello onpnt
Many thanks for your message.
Unfortunately, I can't seem to get that to work: the script sends the e.mail back to the visitor which is what I wanted, as in:
name
Jazzy
email
ehigam2002@yahoo.com
comments
Test Jazzy
In other words, the:
<input type="text"...
Hello Newbiepg
Many thanks for your reply.
I pasted the following:
<%response.redirect("welcome1.asp?name="&user_name&")%>
into the email.asp file I have (the one which contains the form), and
<% user_name = request.form("user_name") %>
together with
<p>Thank you...
Hello
I am hoping somebody may be able to throw me a lifeline here!
I use some simple variables in a form so that when it is submitted, the visitor receives a copy of his CDONTS-based e.mail to the Webmaster as in:
Name: John Smith
E.mail: John@Smith.com
Comments: Whatever
For instance:
Dim...
Hi
This script seems to work when I want to go back to my home page (from a pop-up window):
<script language="JavaScript">
function open_main(page) {
window_handle = window.open(page,'main');
return false;
}
</script>
<a href="index.html" onClick="return...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.