Click here to Skip to main content
15,791,740 members
Home / Discussions / Web Development
   

Web Development

 
AnswerRe: javascript popup and PHP Pin
Bradml19-Feb-07 0:54
Bradml19-Feb-07 0:54 
GeneralRe: javascript popup and PHP Pin
jotorres19-Feb-07 7:06
jotorres19-Feb-07 7:06 
GeneralRe: javascript popup and PHP Pin
badgrs19-Feb-07 9:48
badgrs19-Feb-07 9:48 
QuestionIssues with Server.UrlEncode Pin
Nigel K Williams17-Feb-07 14:02
Nigel K Williams17-Feb-07 14:02 
AnswerRe: Issues with Server.UrlEncode Pin
Guffa17-Feb-07 15:27
Guffa17-Feb-07 15:27 
GeneralRe: Issues with Server.UrlEncode Pin
Nigel K Williams17-Feb-07 22:35
Nigel K Williams17-Feb-07 22:35 
AnswerRe: Issues with Server.UrlEncode Pin
Guffa18-Feb-07 3:17
Guffa18-Feb-07 3:17 
GeneralRe: Issues with Server.UrlEncode Pin
Nigel K Williams18-Feb-07 6:24
Nigel K Williams18-Feb-07 6:24 
Guffy,

Sorry the %0E was a mistake is it %2E

This is my Code
---

response.write "<p><A HREF=info.asp?date="& Server.URLEncode(dToday) & " CLASS='EVENT' TARGET='rightframe'> =================<br>Load Monthly View<br>=================<br> </A>"

response.write "dtoday unencoded = " & dToday
response.write "date encoding = " & Server.URLEncode(dToday)

----

This is the output copied directly from the webserver

dtoday unencoded = 28/02/2007
date encoding = 28%2E02%2E2007

As you can see very odd!


Regards

Nigel...
GeneralRe: Issues with Server.UrlEncode Pin
Guffa18-Feb-07 7:59
Guffa18-Feb-07 7:59 
GeneralRe: Issues with Server.UrlEncode [modified] Pin
Nigel K Williams18-Feb-07 8:06
Nigel K Williams18-Feb-07 8:06 
GeneralRe: Issues with Server.UrlEncode Pin
Fred_Smith18-Feb-07 13:37
Fred_Smith18-Feb-07 13:37 
GeneralRe: Issues with Server.UrlEncode Pin
Nigel K Williams18-Feb-07 13:40
Nigel K Williams18-Feb-07 13:40 
GeneralRe: Issues with Server.UrlEncode Pin
Fred_Smith18-Feb-07 14:02
Fred_Smith18-Feb-07 14:02 
GeneralRe: Issues with Server.UrlEncode Pin
Nigel K Williams18-Feb-07 14:05
Nigel K Williams18-Feb-07 14:05 
GeneralRe: Issues with Server.UrlEncode Pin
manowj18-Feb-07 20:15
manowj18-Feb-07 20:15 
Questiondisable (only) horizontal scroll Pin
spinanicky17-Feb-07 5:50
spinanicky17-Feb-07 5:50 
AnswerRe: disable (only) horizontal scroll Pin
Bradml17-Feb-07 12:31
Bradml17-Feb-07 12:31 
QuestionHow to mirror website? Pin
Fred_Smith17-Feb-07 2:10
Fred_Smith17-Feb-07 2:10 
AnswerRe: How to mirror website? Pin
Bradml17-Feb-07 2:15
Bradml17-Feb-07 2:15 
GeneralRe: How to mirror website? Pin
Fred_Smith17-Feb-07 3:22
Fred_Smith17-Feb-07 3:22 
GeneralRe: How to mirror website? Pin
Bradml17-Feb-07 3:25
Bradml17-Feb-07 3:25 
GeneralRe: How to mirror website? Pin
badgrs18-Feb-07 1:55
badgrs18-Feb-07 1:55 
GeneralRe: How to mirror website? Pin
Bradml18-Feb-07 2:04
Bradml18-Feb-07 2:04 
GeneralRe: How to mirror website? Pin
Fred_Smith18-Feb-07 6:28
Fred_Smith18-Feb-07 6:28 
QuestionProblem in TreeView Pin
Jeeva Mary Varghese17-Feb-07 0:33
Jeeva Mary Varghese17-Feb-07 0:33 

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.