hello,
Im still trying to get my head round JS and am having difficulty.
I have the following code in the head:
function swapImage_new(sImg,sRImage)
{
document.images[sImg].src=sRImage;
}
function showtext(x)
{
if (document.getElementById(x).style.display == 'none')...
Hello,
Below i have made a CDONTS email script which sends perfectly to Googlemail, BUT ,my hotmail address does not recieve anything, not even the email!
Do you know what it could be?
<%
If Request.Form("submit")= "send" then
toname = Request.Form("toname")...
Hello,
I have a page that will email a message one a form has been submitted.
How can i execute the email script one the submit button has been pressed.
Thanks
PS. in asp ....obviously
Hi,
I know this sounds stupid, and when i find out the answer il kick my self.
I have a preview link which when clicked opens a page which i want to display the text in the two textboxes on the previous page.
I CANT USED A SUBMIT BUTTON as it is being used to add the entry.
Im having one...
Hello,
How can i only display 4 rows from a returned recordset?
Im using ASP and MS SQL Server.
Would it be easier to create a query in the DB or just do it in ASP, i would rather have it in ASP tho!
Thanks
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.