Click here to Skip to main content
15,891,785 members
Home / Discussions / Web Development
   

Web Development

 
GeneralNewbie JavaScript Question Pin
gunner_uk200029-Dec-07 3:14
gunner_uk200029-Dec-07 3:14 
GeneralRe: Newbie JavaScript Question Pin
Michael Sync29-Dec-07 22:07
Michael Sync29-Dec-07 22:07 
GeneralRe: Newbie JavaScript Question Pin
gunner_uk200030-Dec-07 5:34
gunner_uk200030-Dec-07 5:34 
Generalclientscript.registerforeventvalidation Pin
arunkumarv28-Dec-07 23:27
arunkumarv28-Dec-07 23:27 
QuestionCan I develop Google map api to display on Mobile phone or PDA? Pin
bowling28-Dec-07 12:20
bowling28-Dec-07 12:20 
GeneralInstal ATP server Web Server on Win2K3... Pin
achainard28-Dec-07 8:42
achainard28-Dec-07 8:42 
Generalproblem in getting image width and height Pin
Tamimi - Code27-Dec-07 1:45
Tamimi - Code27-Dec-07 1:45 
Answersolved :) Pin
Tamimi - Code27-Dec-07 2:13
Tamimi - Code27-Dec-07 2:13 
function readImg()
{
 var imgTest
 imgTest= new Image(); 
 imgTest.src = strImgPath
 imgTest.onload=function(){
 intGeneralWidth = imgTest.width;
 intGeneralHeight = imgTest.height;}
}



When you get mad...THINK twice that the only advice
Tamimi - Code

GeneralRe: solved :) Pin
Paul Conrad27-Dec-07 15:06
professionalPaul Conrad27-Dec-07 15:06 
GeneralWindows foms control in Web page. a simple problem when with web pages Pin
ram197426-Dec-07 14:51
ram197426-Dec-07 14:51 
GeneralRe: Windows foms control in Web page. a simple problem when with web pages Pin
Michael Sync26-Dec-07 19:12
Michael Sync26-Dec-07 19:12 
GeneralRe: Windows foms control in Web page. a simple problem when with web pages Pin
ram197426-Dec-07 20:23
ram197426-Dec-07 20:23 
GeneralRe: Windows foms control in Web page. a simple problem when with web pages Pin
Michael Sync26-Dec-07 20:41
Michael Sync26-Dec-07 20:41 
GeneralRe: Windows foms control in Web page. a simple problem when with web pages [modified] Pin
ram197426-Dec-07 21:02
ram197426-Dec-07 21:02 
GeneralRe: Windows foms control in Web page. a simple problem when with web pages Pin
Michael Sync26-Dec-07 21:20
Michael Sync26-Dec-07 21:20 
GeneralRe: Windows foms control in Web page. a simple problem when with web pages Pin
ram197426-Dec-07 22:46
ram197426-Dec-07 22:46 
GeneralRe: Windows foms control in Web page. a simple problem when with web pages Pin
Michael Sync26-Dec-07 23:06
Michael Sync26-Dec-07 23:06 
GeneralRe: Windows foms control in Web page. a simple problem when with web pages Pin
ram197427-Dec-07 19:02
ram197427-Dec-07 19:02 
QuestionNeed help with html client controls in asp.net Pin
sumanshakya26-Dec-07 9:56
sumanshakya26-Dec-07 9:56 
GeneralRe: Need help with html client controls in asp.net Pin
ram197426-Dec-07 18:11
ram197426-Dec-07 18:11 
QuestionHow to run exe from JavaScript Pin
rajesh4u24-Dec-07 0:17
rajesh4u24-Dec-07 0:17 
AnswerRe: How to run exe from JavaScript Pin
Manikandan.net25-Dec-07 19:26
Manikandan.net25-Dec-07 19:26 
AnswerRe: How to run exe from JavaScript Pin
Paul Conrad31-Dec-07 10:27
professionalPaul Conrad31-Dec-07 10:27 
QuestionGetting an Array from a Web Server? Pin
gunner_uk200022-Dec-07 6:59
gunner_uk200022-Dec-07 6:59 
AnswerRe: Getting an Array from a Web Server? Pin
Paul Conrad23-Dec-07 14:42
professionalPaul Conrad23-Dec-07 14:42 

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.