Click here to Skip to main content
16,004,882 members
Home / Discussions / Web Development
   

Web Development

 
GeneralRe: Javascript Mathematic Bug. Pin
Christian Graus30-May-07 22:17
protectorChristian Graus30-May-07 22:17 
GeneralRe: Javascript Mathematic Bug. Pin
Fred_Smith30-May-07 22:22
Fred_Smith30-May-07 22:22 
AnswerRe: Javascript Mathematic Bug. Pin
Guffa30-May-07 22:55
Guffa30-May-07 22:55 
QuestionShow ftp directly in windows explorer in a web page using frames Pin
arr.cpp30-May-07 5:13
arr.cpp30-May-07 5:13 
QuestionCustom Scroll on ASP.NET Panel Pin
L Viljoen30-May-07 2:40
professionalL Viljoen30-May-07 2:40 
AnswerRe: Custom Scroll on ASP.NET Panel Pin
RichardGrimmer30-May-07 5:54
RichardGrimmer30-May-07 5:54 
GeneralRe: Custom Scroll on ASP.NET Panel Pin
L Viljoen30-May-07 20:15
professionalL Viljoen30-May-07 20:15 
QuestionDeleting a Character in Javascript Pin
kc_krishnan29-May-07 20:11
kc_krishnan29-May-07 20:11 
Hi all,
My requirement is like this.
I have one Text box and a value associated with that text box. Say the
Textbox name : Textbox3
and value : 5
Im writing a javascript associated with this textbox and the event is "onchange".When i clcik this text box im getting the name of the text box and the value associated with it and storing it in a cookie for later retrieval.The format in which i store is like this
Cookiename: Textbox3#5,
But when i have to delete the value from the text box i should also remove it from cokkie.That is im updating the cookie again.This i do by manipulating the value from a hidden text field that i use for temporary storage before writing it into cookie.So when im deleting the value from text box im first deleting the "Textbox3#5" format from hiddenfield.The name of the textbox could be deleted using the "Replace" method . I passsing the "this " object and using "hiddentext.replace(this.id+'#',"")". This will help me in removing the "Textbox3#" from the field, but im not able to delete the value in similar manner ,ie "hiddentext.replace(this.value,"")". Because the current value is nothing since i deleted it. So can anyone suggest me a way to delete the remaining part also ie "5" from "Textbox3#5".
Is there any method in javasript which helps in deleting characters by giving any generic character.Just like we use "*" if we dont know what will be the character in that position.
Thanks in advance
QuestionChecking internet connection Pin
Sachin Pimpale29-May-07 1:03
Sachin Pimpale29-May-07 1:03 
QuestionDatabase connection Pin
matjame28-May-07 23:32
matjame28-May-07 23:32 
AnswerRe: Database connection Pin
Navneet Hegde29-May-07 1:09
Navneet Hegde29-May-07 1:09 
QuestionTool tip for HTML TableCell Pin
Rajesh Thomas28-May-07 21:06
Rajesh Thomas28-May-07 21:06 
Questionwebservics simultaneos calling prob Pin
khalidahmad28-May-07 19:34
khalidahmad28-May-07 19:34 
GeneralRe: webservics simultaneos calling prob Pin
khalidahmad29-May-07 0:00
khalidahmad29-May-07 0:00 
Questiondataset serialization problem in .net 2.0 Pin
khalidahmad28-May-07 19:23
khalidahmad28-May-07 19:23 
Question"onClick" Event in AJAX Control auto runs "mouseOut" Event Pin
devil8528-May-07 5:43
devil8528-May-07 5:43 
AnswerRe: "onClick" Event in AJAX Control auto runs "mouseOut" Event Pin
JimmyRopes28-May-07 6:14
professionalJimmyRopes28-May-07 6:14 
GeneralRe: "onClick" Event in AJAX Control auto runs "mouseOut" Event Pin
devil8528-May-07 8:14
devil8528-May-07 8:14 
GeneralRe: "onClick" Event in AJAX Control auto runs "mouseOut" Event Pin
Christian Graus28-May-07 12:51
protectorChristian Graus28-May-07 12:51 
GeneralRe: "onClick" Event in AJAX Control auto runs "mouseOut" Event Pin
JimmyRopes28-May-07 20:59
professionalJimmyRopes28-May-07 20:59 
QuestionRe: "onClick" Event in AJAX Control auto runs "mouseOut" Event Pin
devil8529-May-07 0:45
devil8529-May-07 0:45 
AnswerRe: "onClick" Event in AJAX Control auto runs "mouseOut" Event Pin
JimmyRopes29-May-07 6:03
professionalJimmyRopes29-May-07 6:03 
QuestionString Parameter From .Net Application to .Net ASP Web Service Pin
Ram_Goldman28-May-07 4:35
Ram_Goldman28-May-07 4:35 
AnswerRe: String Parameter From .Net Application to .Net ASP Web Service Pin
Christian Graus28-May-07 12:56
protectorChristian Graus28-May-07 12:56 
QuestionaspSmartUpload error '800a0009' Pin
Anurag Gandhi28-May-07 1:28
professionalAnurag Gandhi28-May-07 1:28 

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.