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

Web Development

 
Questionweb service problem Pin
amalatsliit23-May-07 19:53
amalatsliit23-May-07 19:53 
AnswerRe: web service problem Pin
kubben24-May-07 2:52
kubben24-May-07 2:52 
QuestionStatic Code Analysis Tool for Classic ASP Pin
Davy Mitchell23-May-07 11:31
Davy Mitchell23-May-07 11:31 
AnswerRe: Static Code Analysis Tool for Classic ASP Pin
Davy Mitchell24-May-07 21:42
Davy Mitchell24-May-07 21:42 
AnswerRe: Static Code Analysis Tool for Classic ASP Pin
redtoad2-Jul-09 17:43
redtoad2-Jul-09 17:43 
QuestionConnect to database and display [modified] Pin
matjame23-May-07 3:38
matjame23-May-07 3:38 
AnswerRe: Connect to database and display Pin
StianSandberg23-May-07 10:43
StianSandberg23-May-07 10:43 
Questionhow to paas a asp array to javascript's function ??? Pin
Ankur.Bakliwal23-May-07 1:01
Ankur.Bakliwal23-May-07 1:01 
AnswerRe: how to paas a asp array to javascript's function ??? Pin
Dmitry Khudorozhkov23-May-07 1:26
Dmitry Khudorozhkov23-May-07 1:26 
QuestionRe: how to paas a asp array to javascript's function ??? Pin
Ankur.Bakliwal23-May-07 1:33
Ankur.Bakliwal23-May-07 1:33 
AnswerRe: how to paas a asp array to javascript's function ??? Pin
Guffa23-May-07 1:51
Guffa23-May-07 1:51 
GeneralRe: how to paas a asp array to javascript's function ??? Pin
Ankur.Bakliwal23-May-07 1:55
Ankur.Bakliwal23-May-07 1:55 
Questioncalling a javascript Pin
chathu03j22-May-07 22:56
chathu03j22-May-07 22:56 
AnswerRe: calling a javascript Pin
Christian Graus22-May-07 23:47
protectorChristian Graus22-May-07 23:47 
Put a script tag in your page, to import the js file from the server. To be honest, if you don't do this, the script is kind of useless, it's only good for running on the client.

<script language="javascript" src="path"/>

Where path is the path to the js file, either relative to the page that's calling it, or absolute from the server root.


Christian Graus - Microsoft MVP - C++
Metal Musings - Rex and my new metal blog
"I am working on a project that will convert a FORTRAN code to corresponding C++ code.I am not aware of FORTRAN syntax" ( spotted in the C++/CLI forum )
QuestionRe: calling a javascript Pin
JimmyRopes25-May-07 22:52
professionalJimmyRopes25-May-07 22:52 
QuestionWriting text file in Visual studio .net 2003 Pin
Junior Boy22-May-07 19:54
Junior Boy22-May-07 19:54 
AnswerRe: Writing text file in Visual studio .net 2003 Pin
Expert Coming22-May-07 20:00
Expert Coming22-May-07 20:00 
GeneralRe: Writing text file in Visual studio .net 2003 Pin
Junior Boy22-May-07 20:45
Junior Boy22-May-07 20:45 
GeneralRe: Writing text file in Visual studio .net 2003 Pin
Expert Coming22-May-07 20:55
Expert Coming22-May-07 20:55 
GeneralRe: Writing text file in Visual studio .net 2003 Pin
Junior Boy22-May-07 21:39
Junior Boy22-May-07 21:39 
GeneralRe: Writing text file in Visual studio .net 2003 Pin
Expert Coming22-May-07 21:51
Expert Coming22-May-07 21:51 
GeneralRe: Writing text file in Visual studio .net 2003 Pin
Junior Boy22-May-07 22:10
Junior Boy22-May-07 22:10 
GeneralRe: Writing text file in Visual studio .net 2003 Pin
DavidNohejl22-May-07 23:43
DavidNohejl22-May-07 23:43 
GeneralRe: Writing text file in Visual studio .net 2003 Pin
Junior Boy22-May-07 23:51
Junior Boy22-May-07 23:51 
GeneralRe: Writing text file in Visual studio .net 2003 Pin
DavidNohejl23-May-07 0:41
DavidNohejl23-May-07 0:41 

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.