Click here to Skip to main content
15,890,506 members
Home / Discussions / Web Development
   

Web Development

 
GeneralRe: Help for array in Javascript!!! Pin
Bradml19-Feb-07 18:26
Bradml19-Feb-07 18:26 
GeneralRe: Help for array in Javascript!!! Pin
hiral_shah19-Feb-07 21:41
hiral_shah19-Feb-07 21:41 
QuestionPopulating data grid in C# asp.net web application Pin
EEmaan18-Feb-07 21:16
EEmaan18-Feb-07 21:16 
AnswerRe: Populating data grid in C# asp.net web application Pin
kubben19-Feb-07 4:45
kubben19-Feb-07 4:45 
QuestionJRE plug in for IE Pin
Prashant C18-Feb-07 20:00
Prashant C18-Feb-07 20:00 
AnswerRe: JRE plug in for IE Pin
badgrs19-Feb-07 8:49
badgrs19-Feb-07 8:49 
Questionjavascript popup and PHP Pin
jotorres18-Feb-07 19:32
jotorres18-Feb-07 19:32 
AnswerRe: javascript popup and PHP Pin
Bradml18-Feb-07 23:54
Bradml18-Feb-07 23:54 
GeneralRe: javascript popup and PHP Pin
jotorres19-Feb-07 6:06
jotorres19-Feb-07 6:06 
GeneralRe: javascript popup and PHP Pin
badgrs19-Feb-07 8:48
badgrs19-Feb-07 8:48 
QuestionIssues with Server.UrlEncode Pin
Nigel K Williams17-Feb-07 13:02
Nigel K Williams17-Feb-07 13:02 
AnswerRe: Issues with Server.UrlEncode Pin
Guffa17-Feb-07 14:27
Guffa17-Feb-07 14:27 
GeneralRe: Issues with Server.UrlEncode Pin
Nigel K Williams17-Feb-07 21:35
Nigel K Williams17-Feb-07 21:35 
AnswerRe: Issues with Server.UrlEncode Pin
Guffa18-Feb-07 2:17
Guffa18-Feb-07 2:17 
GeneralRe: Issues with Server.UrlEncode Pin
Nigel K Williams18-Feb-07 5:24
Nigel K Williams18-Feb-07 5: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 6:59
Guffa18-Feb-07 6:59 
GeneralRe: Issues with Server.UrlEncode [modified] Pin
Nigel K Williams18-Feb-07 7:06
Nigel K Williams18-Feb-07 7:06 
GeneralRe: Issues with Server.UrlEncode Pin
Fred_Smith18-Feb-07 12:37
Fred_Smith18-Feb-07 12:37 
GeneralRe: Issues with Server.UrlEncode Pin
Nigel K Williams18-Feb-07 12:40
Nigel K Williams18-Feb-07 12:40 
GeneralRe: Issues with Server.UrlEncode Pin
Fred_Smith18-Feb-07 13:02
Fred_Smith18-Feb-07 13:02 
GeneralRe: Issues with Server.UrlEncode Pin
Nigel K Williams18-Feb-07 13:05
Nigel K Williams18-Feb-07 13:05 
GeneralRe: Issues with Server.UrlEncode Pin
manowj18-Feb-07 19:15
manowj18-Feb-07 19:15 
Questiondisable (only) horizontal scroll Pin
spinanicky17-Feb-07 4:50
spinanicky17-Feb-07 4:50 
AnswerRe: disable (only) horizontal scroll Pin
Bradml17-Feb-07 11:31
Bradml17-Feb-07 11:31 
QuestionHow to mirror website? Pin
Fred_Smith17-Feb-07 1:10
Fred_Smith17-Feb-07 1:10 

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.