Click here to Skip to main content
15,912,329 members
Home / Discussions / Web Development
   

Web Development

 
AnswerRe: IE, Sharepoint and rich ajax enabled grid -> SLOW Pin
Mark Churchill26-Aug-07 18:21
Mark Churchill26-Aug-07 18:21 
GeneralRe: IE, Sharepoint and rich ajax enabled grid -> SLOW Pin
bassdscho26-Aug-07 19:36
bassdscho26-Aug-07 19:36 
Questionjava script or php Pin
gajendra_cs24-Aug-07 1:33
gajendra_cs24-Aug-07 1:33 
AnswerRe: java script or php Pin
Vasudevan Deepak Kumar24-Aug-07 1:36
Vasudevan Deepak Kumar24-Aug-07 1:36 
GeneralRe: java script or php Pin
gajendra_cs24-Aug-07 1:47
gajendra_cs24-Aug-07 1:47 
Questionjavascript code for uploading files Pin
gajendra_cs24-Aug-07 1:24
gajendra_cs24-Aug-07 1:24 
AnswerRe: javascript code for uploading files Pin
Vasudevan Deepak Kumar24-Aug-07 1:37
Vasudevan Deepak Kumar24-Aug-07 1:37 
Questionrequesr cookies with/without domains "www" Pin
Will6623-Aug-07 4:57
Will6623-Aug-07 4:57 
Just learning about cookies, I created a test script and realized that if the url at the time the visitors cookie was set contained "www" (http:// www.mydomain.com) and at a later time they reaccessed the site WITHOUT the "www" (http://mydomain.com) then the cookie is not recognised because the domain is deemed different.
I googled without luck.
Anybody steer me straight please?
here is my test script(ASP)

<%
affiliate=Request.Cookies("affid")
if len(Request.Cookies("affid")) > 0 then 'check to see if a cookie is already set.
response.write("affid = :" & affiliate)
else
'if no cookie is set and the querystring contains a value for affid eg http:// mydomain.com?affid=100001 then create a first party cookie.

If len(request.querystring("affid")) > 0 then
affID = request.querystring("affid")
response.write "
affID = " & affID
Response.Cookies("affID")=affID
Response.Cookies("affID").Expires=date + 365
end if
end if



%>
AnswerRe: requesr cookies with/without domains "www" Pin
Vasudevan Deepak Kumar24-Aug-07 1:37
Vasudevan Deepak Kumar24-Aug-07 1:37 
GeneralRe: requesr cookies with/without domains "www" Pin
Will6624-Aug-07 3:19
Will6624-Aug-07 3:19 
Questionremove the "Allow" / "Block" message bar in IE Pin
V.23-Aug-07 4:30
professionalV.23-Aug-07 4:30 
AnswerRe: remove the "Allow" / "Block" message bar in IE Pin
Michael Sync23-Aug-07 20:56
Michael Sync23-Aug-07 20:56 
GeneralRe: remove the &quot;Allow&quot; / &quot;Block&quot; message bar in IE Pin
V.24-Aug-07 0:09
professionalV.24-Aug-07 0:09 
AnswerRe: remove the "Allow" / "Block" message bar in IE Pin
Vasudevan Deepak Kumar23-Aug-07 21:17
Vasudevan Deepak Kumar23-Aug-07 21:17 
QuestionError while uploading .docx file - MS Office 2007 using asp Pin
kisna_madhusudan23-Aug-07 1:47
kisna_madhusudan23-Aug-07 1:47 
AnswerRe: Error while uploading .docx file - MS Office 2007 using asp Pin
Vasudevan Deepak Kumar23-Aug-07 1:50
Vasudevan Deepak Kumar23-Aug-07 1:50 
GeneralRe: Error while uploading .docx file - MS Office 2007 using asp Pin
kisna_madhusudan23-Aug-07 1:59
kisna_madhusudan23-Aug-07 1:59 
GeneralRe: Error while uploading .docx file - MS Office 2007 using asp Pin
Vasudevan Deepak Kumar23-Aug-07 2:15
Vasudevan Deepak Kumar23-Aug-07 2:15 
GeneralRe: Error while uploading .docx file - MS Office 2007 using asp Pin
kisna_madhusudan23-Aug-07 3:10
kisna_madhusudan23-Aug-07 3:10 
QuestionstyleSheet Object question Pin
lbfigueira22-Aug-07 23:55
lbfigueira22-Aug-07 23:55 
AnswerRe: styleSheet Object question Pin
Vasudevan Deepak Kumar24-Aug-07 1:38
Vasudevan Deepak Kumar24-Aug-07 1:38 
Questionopen windows form in java script Pin
merwa22-Aug-07 22:47
merwa22-Aug-07 22:47 
AnswerRe: open windows form in java script Pin
Michael Sync22-Aug-07 23:53
Michael Sync22-Aug-07 23:53 
AnswerRe: open windows form in java script [modified] Pin
Vasudevan Deepak Kumar23-Aug-07 2:20
Vasudevan Deepak Kumar23-Aug-07 2:20 
Questionclient side file selection Pin
JimmyRopes22-Aug-07 4:59
professionalJimmyRopes22-Aug-07 4:59 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.