Click here to Skip to main content
15,886,963 members
Home / Discussions / Web Development
   

Web Development

 
QuestionHelp me ! Pin
Fullmm11-Feb-09 1:59
Fullmm11-Feb-09 1:59 
AnswerRe: Help me ! Pin
ByteBlocks11-Feb-09 5:34
ByteBlocks11-Feb-09 5:34 
QuestionProblem in safari Pin
bachi_manne2211-Feb-09 1:52
bachi_manne2211-Feb-09 1:52 
QuestionWebBrowser Control in ASP.NET Pin
trinm198710-Feb-09 23:09
trinm198710-Feb-09 23:09 
AnswerRe: WebBrowser Control in ASP.NET Pin
vaghelabhavesh11-Feb-09 2:49
vaghelabhavesh11-Feb-09 2:49 
QuestionREG Window.location.href Pin
bai_deb10-Feb-09 20:20
bai_deb10-Feb-09 20:20 
AnswerRe: REG Window.location.href Pin
vaghelabhavesh11-Feb-09 2:56
vaghelabhavesh11-Feb-09 2:56 
GeneralRe: REG Window.location.href Pin
ByteBlocks11-Feb-09 7:18
ByteBlocks11-Feb-09 7:18 
There is nothing wrong with URL. "keypress" is an event that can be cancelled and can bubble. So you have to pay attention to what value you return from your event handler. I am assuming that you are not returning anything from "CodeCheck()" function.
Try this..

function CodeCheck() {
window.location.href = "http://www.byteblocks.com";
return false;
}

You will need to some more work in keypress even handling to decide cancellation of event.
QuestionCan you recommend a web chat application? Live chat, bold chat Pin
AndyJM10-Feb-09 5:58
AndyJM10-Feb-09 5:58 
AnswerRe: Can you recommend a web chat application? Live chat, bold chat Pin
Aman Bhullar10-Feb-09 6:42
Aman Bhullar10-Feb-09 6:42 
QuestionHow to hide few properties of any form from Google indexing. Pin
SEO Expert9-Feb-09 21:41
SEO Expert9-Feb-09 21:41 
AnswerRe: How to hide few properties of any form from Google indexing. Pin
Vasudevan Deepak Kumar10-Feb-09 3:19
Vasudevan Deepak Kumar10-Feb-09 3:19 
QuestionURL rewriting Pin
random49-Feb-09 20:12
random49-Feb-09 20:12 
AnswerRe: URL rewriting Pin
Paddy Boyd10-Feb-09 0:32
Paddy Boyd10-Feb-09 0:32 
AnswerRe: URL rewriting Pin
Satish3211-Feb-09 2:14
Satish3211-Feb-09 2:14 
GeneralRe: URL rewriting Pin
dataminers11-Feb-09 4:41
dataminers11-Feb-09 4:41 
GeneralRe: URL rewriting Pin
random418-Feb-09 21:36
random418-Feb-09 21:36 
GeneralRe: URL rewriting Pin
random418-Feb-09 21:36
random418-Feb-09 21:36 
Questionregistration form Pin
milapjp9-Feb-09 19:54
milapjp9-Feb-09 19:54 
AnswerRe: registration form Pin
Vasudevan Deepak Kumar10-Feb-09 3:18
Vasudevan Deepak Kumar10-Feb-09 3:18 
GeneralRe: registration form Pin
milapjp10-Feb-09 17:49
milapjp10-Feb-09 17:49 
AnswerEmail VB.net Pin
David Mujica10-Feb-09 3:48
David Mujica10-Feb-09 3:48 
GeneralRe: Email VB.net Pin
milapjp10-Feb-09 17:50
milapjp10-Feb-09 17:50 
Questionhow to i limit displaying records per pages in crystal report in asp.net Pin
manovijay9-Feb-09 18:50
manovijay9-Feb-09 18:50 
QuestionUsing Visual Web Developement Pin
NetQuestions9-Feb-09 18:27
NetQuestions9-Feb-09 18:27 

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.