I created file called "text.asp" with the code below:
<%
Response.Write(Request("text"))
%>
changed the javascript as shown below and everything worked fine.
<script language="JavaScript" type="text/javascript">
function viewdetails(strText) {
window.open("text.asp?text="+strText...
basically what is happening is someone clicks on a link that opens a window with contains the date, name , email, and email message, I then want them to be able to click on details and open another window that shows the contains of the info in the details, at the moment if I put the mouse over...
I have posted some more info so you have some light on what I am trying to do.
I have an array of the results from my database table and at the moment I want to display the contents of a email message so when the user clicks details a window opens and the email messsage is shown.
For i = 0 to...
I want to display the contents of a email message so when the user clicks details a window opens and the email messsage is shown. At the moment I have a title so when you put the mouse over some of the message is displayed but I want the contents to show in a open window instead.
Thanks
Hi,
I would like to open a new window with the results of an array.
can anyone tell me how to can be. This is what I have so far
<script language="JavaScript">
<!--
function viewdetails() {
var theURL = '< & arrLog(0,i) & >'...
Hi,
I trying to write an application that will allow a user to go in and see a list of articles, once they selects an article they should have the options to delete,edit or add new article.
I am doing this using asp.net (vb), xml and xsl.
At the moment I am able to display a page using using...
Hi,
I trying to write an application that will allow a user to go in and see a list of articles, once they selects an article they should have the options to delete,edit or add new article.
I am doing this using asp.net (vb), xml and xsl.
At the moment I am able to display a page using using...
sorry I did not write this code.
the only other piece of other information I have is
<input type="hidden" name="month" value="<%=Today()%>">
by the way the database is access
Thanks
Hi,
I get this error message
The conversion of char data type to smalldatetime data type resulted in an out-of-range smalldatetime value.
when try to insert the code below
theMonth = "dbo.tbl_banners" & Month(Today())
MM_editTable = "dbo.tbl_banners" & Month(Today())
MM_editTable = "insert...
Hi,
I have an urgent problem I am using asp.net and my validation on my form is
<script language="JavaScript">
function sendMessage(){
var theName = document.form1.name.value;
var theEmail = document.form1.email.value;
validMail=theEmail.indexOf('@')
var theTel = document.form1.tel.value...
Thanks for your help,
I used the code below but it does not display a hyperlink it just shows a plain text format even when there should be a hyper link not sure waht is wrong
<%
set re=new regexp
with re
.ignorecase=false
.pattern="^http://(www\.){0,1}\w+\.(com|org|gov)/{0,1}$"
end...
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.