Hi there,
Just a quick question. Are there any differences between these exams. I have already passed 70-271 in order to pass MCDST.
Taking 70-270 exam in about a month using the same book. Will this book cover all the bases or would i be better off splashing the cash for a 70-270 book...
to get value one you use
<%=request.cookies("yourcookie")("value1")%>
response.cookies sets the cookie
request.cookies gets the value from the cookie.
so yeh :o)
Hi there melnet,
Response.Cookies(CName)(CKey) = CValue
means you can have many values in the same cookie
Response.Cookies("yourcookie")("value1") = "value 1"
Response.Cookies("yourcookie")("value2") = "value 2"
so here the CName is "yourcookie" the CKey is "value1" and "value2" and the...
hello there,
well the problem is ive been given a database from a previous colleague and there is no details of passwords.
the database has alot of information that we need to get hold of. is it a case of having to start again and lose all the information or is there a way to get into the...
hi,
this is just a question also wondering if im in the right place to post this.
I am writing a small basic forum. when people post a reply or a thread i would like to be able to limit the characters on a word for example dont want people to post this...
Ok heres the scenario.
I uploaded a database to our website a few months ago, with many tables in some related. There were also tables which were empty for future development.
So now it has come round to the time to work on these tables. However, there is a relationship between two tables...
thanks for the quick mwolf00
but its is just the relationship to be deleted.
i have tested it out our local version and comes up with an error.
Error Type:
Microsoft JET Database Engine (0x80004005)
Cannot delete this index or table. It is either the current index or is used in a...
Yes it seems a bizarre subject but unfortunately dont know where to put it.
Ok heres the scenario.
I uploaded a database to our website a few months ago, with many tables in some related. There were also tables which were empty for future development.
So now it has come round to the time to...
hello there,
not sure if this is the right place to post it but im sure you will tell me soon enough.
just wondering about putting html into an access database. and how it could be dragged out again using asp.
cheers
storm
i did the changes to the code and it still come up with the same error.
have used it as lower case and also
else if (okSoFar==true) {
//-- The statement below actually submits the form, if all OK.
document.myForm.submit()
and
else {
//-- The statement below actually submits...
hi,
here is my code for a basic form validation.
the problem occurs when all the validation is fine. an error on the submit line saying the object doesnt support the property or method. i tested it out with an alert and this seems to work alrighty but the submit doesnt like it at all...
hi just wondering if you could help me out.
for some reason when i login / logout i get the following error:
Exception EInOutError in module is-CFLVK.exe at 00006344. File not found.
tis a bizarre one and not sure why it would happen.
just for information i use auto-login to a user rather...
hi there,
the problem ive got is that i have two forms (one at the top and one at the bottom) which do the same thing.
would just like to know how i could differentiate between the two forms. as in which form has been submitted.
at the moment the function i have is:
function goThere(){
if...
cheers mwolf00, will definitely keep that in mind :o)
worked a treat (but for some reason only when i took away the server.urlencode :os)
or maybe thats some other problem in my code
cheers anyway
Storm
no worries i dont use php either ;o)
righty i used the above code and it works alrighty apart from when i replace
document.location = "getPage.php?page=" + thisPage
with my page. i have a long querystring which needs to be added onto this.
document.location =...
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.