detect the f5 button using an onkeypress script and return false - however, dont expect people to return to your site - there is no need to change ie functionality, and browsers wont be impressed.
Your still posting the same thing - and it still dont make sense.
Another way of sending the data would be like this
<SCRIPT type="text/javascript"> parent.myotherframe.location="otherframe.asp?<%=Request.Form%>&data1=<%=data1%>&data2=<%=data2%>"...
function dataSend(){
parent.myotherframe.location="otherframe.asp?<%=Request.Form%>&data1=<%=data1%>&data2=<%=data2%>"
parent.mysecondframe.location="otherframe.asp?<%=Request.Form%>&data1=<%=data1%>&data2=<%=data2%>"
}
I agree with the first reply - your not...
If i try to go to my web site using
www.mysite.com
everything ok
however if i use
mysite.com
everything not ok - (msn dns error)
I realise that I should be shot for not using the correct protocols - however my customers dont - i know some sites work like this - why doesn't mine ?
can...
It seems to me that the only way you can end up with a non corrupt database would be to go through it and change the corrupt data / correct it - then you can change the file types.
Why not filter the recordset to show file that are not numeric - this will leave you with the fields you need to...
Morning all,
I need to create a page where browsers can upload files (pdf) that I will then store in a database.
The only problem is, I've never done it before - I've been searching the internet, and cant find any source code.
Can anyone give me any pointers - I'm usually pretty good with...
i have created a recordset called rs
now i would like to use a value returned from this recordset to create another recordset
sql = "Select * from table where lID = "& rs("lID")
my question is this.
is this the right way to do this ? will i come across problems later on...
I have an xml document that i have loaded into ie
var xmlDoc = new ActiveXObject("msxml2.DOMDocument.3.0");
xmlDoc.async = false;xmlDoc.resolveExternals = false;xmlDoc.validateOnParse = false;
xmlDoc.load("area.xml");
I then run a xpath query on it
att = Area
value = 20
var...
thanks a lot again
i'm going to chance my cheeky arm here
i'm new to asp / sql etc and i'm having trouble understanding insert.
if i insert a new record into a database, how do i get the value for the primary key ? do i have to search through the existing table to find the highest number ? is...
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.