Click here to Skip to main content
15,921,250 members
Home / Discussions / Web Development
   

Web Development

 
AnswerRe: ASP and AJAX Pin
UltraCoder2-Nov-06 9:24
UltraCoder2-Nov-06 9:24 
GeneralRe: ASP and AJAX Pin
popin3-Nov-06 7:45
popin3-Nov-06 7:45 
GeneralRe: ASP and AJAX Pin
Akhilesh Yadav3-Nov-06 17:49
Akhilesh Yadav3-Nov-06 17:49 
QuestionPHP string truncation Pin
tibiz2-Nov-06 4:26
tibiz2-Nov-06 4:26 
AnswerRe: PHP string truncation Pin
Ted Ferenc2-Nov-06 6:17
Ted Ferenc2-Nov-06 6:17 
GeneralRe: PHP string truncation Pin
tibiz2-Nov-06 8:54
tibiz2-Nov-06 8:54 
Questionread js file Pin
militiaware2-Nov-06 0:37
militiaware2-Nov-06 0:37 
AnswerRe: read js file Pin
howardjr24-Nov-06 15:42
howardjr24-Nov-06 15:42 
Using a src in your tag or placing the code between the open and close <script> tag, causes the code to be executed, but there is no default return value. However, the script can include functions and execute them, in which case the function is said to have a return value, if it contains a return statement and the function's return value is assigned to something, like a variable or the value property of an HTML textbox component.

<pre>&lt;input type="text" id="textbox" value="">
&lt;script language="javascript">
function func() { return "hi!" }
textbox.value = func();
&lt;/script></pre>
GeneralRe: read js file Pin
militiaware25-Nov-06 20:11
militiaware25-Nov-06 20:11 
Questionmicrosoft vbscript runtime error: activex component can't create object:'getobject'. Pin
anbumanikandan1-Nov-06 16:49
anbumanikandan1-Nov-06 16:49 
Questionrendering the value in radiobuttonlist control Pin
uglyeyes1-Nov-06 13:29
uglyeyes1-Nov-06 13:29 
AnswerRe: rendering the value in radiobuttonlist control Pin
Akhilesh Yadav1-Nov-06 18:34
Akhilesh Yadav1-Nov-06 18:34 
GeneralRe: rendering the value in radiobuttonlist control Pin
uglyeyes2-Nov-06 11:28
uglyeyes2-Nov-06 11:28 
GeneralRe: rendering the value in radiobuttonlist control Pin
Akhilesh Yadav3-Nov-06 19:09
Akhilesh Yadav3-Nov-06 19:09 
QuestionJavascript Navigation Pin
nategd1-Nov-06 8:34
nategd1-Nov-06 8:34 
AnswerRe: Javascript Navigation Pin
User 17164921-Nov-06 13:00
professionalUser 17164921-Nov-06 13:00 
GeneralJavascript in User Controls Pin
Brady Kelly1-Nov-06 2:57
Brady Kelly1-Nov-06 2:57 
GeneralRe: Javascript in User Controls Pin
Akhilesh Yadav1-Nov-06 18:43
Akhilesh Yadav1-Nov-06 18:43 
Questionweb applications.integration with FedEx,DHL,UPSC Pin
Thakur Vikas31-Oct-06 19:36
Thakur Vikas31-Oct-06 19:36 
AnswerRe: web applications.integration with FedEx,DHL,UPSC Pin
Bradml3-Nov-06 0:11
Bradml3-Nov-06 0:11 
QuestionIE7 - Compatibility Issue - Information for all developers Pin
Aby Thomas Varghese31-Oct-06 6:02
Aby Thomas Varghese31-Oct-06 6:02 
AnswerRe: IE7 - Compatibility Issue - Information for all developers Pin
Aby Thomas Varghese31-Oct-06 6:05
Aby Thomas Varghese31-Oct-06 6:05 
GeneralRe: IE7 - Compatibility Issue - Information for all developers Pin
Aby Thomas Varghese31-Oct-06 6:07
Aby Thomas Varghese31-Oct-06 6:07 
Questionreport viewer accuping full page size Pin
shashank Neelagiri31-Oct-06 1:23
shashank Neelagiri31-Oct-06 1:23 
AnswerRe: report viewer accuping full page size Pin
Laxmikant Lad31-Oct-06 2:45
Laxmikant Lad31-Oct-06 2:45 

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.