Click here to Skip to main content
15,884,099 members
Home / Discussions / Web Development
   

Web Development

 
GeneralRe: PHP question Pin
Bradml16-Mar-07 14:53
Bradml16-Mar-07 14:53 
AnswerRe: PHP question Pin
hiral_shah16-Mar-07 2:15
hiral_shah16-Mar-07 2:15 
GeneralRe: PHP question Pin
john3416-Mar-07 5:12
john3416-Mar-07 5:12 
AnswerRe: PHP question Pin
JimmyRopes17-Mar-07 6:20
professionalJimmyRopes17-Mar-07 6:20 
Questionhow to sync files?? Pin
ajitscorpio15-Mar-07 6:00
ajitscorpio15-Mar-07 6:00 
QuestionDynamically setting <img> data representing an SVG image Pin
Erik Hammar15-Mar-07 5:36
Erik Hammar15-Mar-07 5:36 
AnswerRe: Dynamically setting <img> data representing an SVG image Pin
led mike15-Mar-07 6:06
led mike15-Mar-07 6:06 
Questionhelp in asp call back Pin
r_jaz15-Mar-07 5:01
r_jaz15-Mar-07 5:01 
Hi
i'm using asp javascript call back to retrieve
a text from the server and i want to highlight
the keywords in the retrieved text using a
highlight function written in ac# script on the client.
Now i have a problem in calling the highlight function
after getting control back from the server in the client
script, the highlight function is never called after getting back!!
here's the javasript code:


function GetMessageFromServer()
{
CallServer();
}

function ReceiveServerData(rValue)
{

//Label1 is a hidden label inorder to pass the
// string retrieved from the server to the highlight function

document.forms[0]['Label1'].Text=rValue;
if(rValue!="")
{
//calling the highlight function

<% if( ! (Label1.Text.Equals("")))
{
lbl.Text=Highlight(Label1.Text,"test me please!!");
}
%>;

}
}


is there any suggestion to make that c# sript function to be executed only when the javascript function runs???

help is highly appreciated,
Thanks
AnswerRe: help in asp call back Pin
led mike15-Mar-07 5:30
led mike15-Mar-07 5:30 
GeneralRe: help in asp call back Pin
r_jaz15-Mar-07 5:35
r_jaz15-Mar-07 5:35 
GeneralRe: help in asp call back Pin
led mike15-Mar-07 6:03
led mike15-Mar-07 6:03 
QuestionCode-Converter needed for ASP application Pin
matthias s.15-Mar-07 4:29
matthias s.15-Mar-07 4:29 
AnswerRe: Code-Converter needed for ASP application Pin
led mike15-Mar-07 4:53
led mike15-Mar-07 4:53 
GeneralRe: Code-Converter needed for ASP application Pin
matthias s.15-Mar-07 4:59
matthias s.15-Mar-07 4:59 
GeneralRe: Code-Converter needed for ASP application Pin
led mike15-Mar-07 5:28
led mike15-Mar-07 5:28 
QuestionASP 2.0 Pin
Navneet Hegde15-Mar-07 2:01
Navneet Hegde15-Mar-07 2:01 
QuestionRe: ASP 2.0 Pin
badgrs15-Mar-07 3:20
badgrs15-Mar-07 3:20 
AnswerRe: ASP 2.0 Pin
Navneet Hegde15-Mar-07 3:29
Navneet Hegde15-Mar-07 3:29 
GeneralRe: ASP 2.0 Pin
Marcus J. Smith15-Mar-07 4:07
professionalMarcus J. Smith15-Mar-07 4:07 
GeneralRe: ASP 2.0 Pin
Navneet Hegde15-Mar-07 18:27
Navneet Hegde15-Mar-07 18:27 
QuestionUsing ActiveX in HTML Pin
Dumb Programmer15-Mar-07 1:59
Dumb Programmer15-Mar-07 1:59 
AnswerRe: Using ActiveX in HTML Pin
Marcus J. Smith15-Mar-07 4:08
professionalMarcus J. Smith15-Mar-07 4:08 
GeneralRe: Using ActiveX in HTML Pin
Dumb Programmer21-Mar-07 4:08
Dumb Programmer21-Mar-07 4:08 
QuestionCreate table from Javascript Pin
hiral_shah15-Mar-07 1:48
hiral_shah15-Mar-07 1:48 
AnswerRe: Create table from Javascript Pin
Bradml15-Mar-07 1:53
Bradml15-Mar-07 1:53 

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.