Click here to Skip to main content
15,895,746 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: problem with IIS Pin
Guffa3-Nov-07 1:59
Guffa3-Nov-07 1:59 
GeneralRe: problem with IIS Pin
amin_behzadi3-Nov-07 19:45
professionalamin_behzadi3-Nov-07 19:45 
AnswerRe: problem with IIS Pin
Guffa4-Nov-07 9:40
Guffa4-Nov-07 9:40 
AnswerRe: problem with IIS Pin
Unknown Ajanabi3-Nov-07 3:16
Unknown Ajanabi3-Nov-07 3:16 
AnswerRe: problem with IIS Pin
Paul Conrad3-Nov-07 5:24
professionalPaul Conrad3-Nov-07 5:24 
AnswerRe: problem with IIS Pin
Braulio Dez3-Nov-07 6:22
Braulio Dez3-Nov-07 6:22 
Questionvb script in body and head Pin
Sonia Gupta2-Nov-07 23:41
Sonia Gupta2-Nov-07 23:41 
AnswerRe: vb script in body and head Pin
Christian Graus2-Nov-07 23:44
protectorChristian Graus2-Nov-07 23:44 
Don't use VBSCript at all, because it only runs in IE. Use javascript.

As you obviously can't work out how to use google, here is the search:

http://www.google.com.au/search?sourceid=navclient&ie=UTF-8&rlz=1T4ADBS_enAU225AU226&q=vbscript+head+body+html[^]

which gave me this page:

http://msdn2.microsoft.com/en-us/library/3945y0f9.aspx[^]

Which says:

"You can use SCRIPT blocks anywhere in an HTML page. You can put them in both the BODY and HEAD sections. However, you will probably want to put all general-purpose scripting code in the HEAD section in order to keep all the code together. Keeping your code in the HEAD section ensures that all code is read and decoded before it is called from within the BODY section.

One notable exception to this rule is that you may want to provide inline scripting code within forms to respond to the events of objects in your form. For example, you can embed scripting code to respond to a button click in a form: "

Have you even looked at your book yet ?


Christian Graus - Microsoft MVP - C++

"also I don't think "TranslateOneToTwoBillion OneHundredAndFortySevenMillion FourHundredAndEightyThreeThousand SixHundredAndFortySeven()" is a very good choice for a function name" - SpacixOne ( offering help to someone who really needed it ) ( spaces added for the benefit of people running at < 1280x1024 )

GeneralRe: vb script in body and head Pin
Sonia Gupta2-Nov-07 23:57
Sonia Gupta2-Nov-07 23:57 
GeneralRe: vb script in body and head Pin
Christian Graus2-Nov-07 23:58
protectorChristian Graus2-Nov-07 23:58 
QuestionForm Tag in Content Page Pin
Jintal Patel2-Nov-07 21:57
Jintal Patel2-Nov-07 21:57 
AnswerRe: Form Tag in Content Page Pin
dataminers3-Nov-07 0:38
dataminers3-Nov-07 0:38 
Questionmanu control Pin
ps.srinivasan2-Nov-07 21:04
ps.srinivasan2-Nov-07 21:04 
AnswerRe: manu control Pin
John-ph2-Nov-07 21:51
John-ph2-Nov-07 21:51 
GeneralRe: manu control Pin
Sonia Gupta2-Nov-07 21:58
Sonia Gupta2-Nov-07 21:58 
QuestionHow to bind a particular column to arraylist..., Pin
Member 38798812-Nov-07 20:24
Member 38798812-Nov-07 20:24 
AnswerRe: How to bind a particular column to arraylist..., Pin
Imran Khan Pathan2-Nov-07 20:37
Imran Khan Pathan2-Nov-07 20:37 
GeneralRe: How to bind a particular column to arraylist..., Pin
Member 38798812-Nov-07 20:49
Member 38798812-Nov-07 20:49 
GeneralRe: How to bind a particular column to arraylist..., Pin
Imran Khan Pathan2-Nov-07 20:52
Imran Khan Pathan2-Nov-07 20:52 
GeneralRe: How to bind a particular column to arraylist..., Pin
Member 38798812-Nov-07 21:00
Member 38798812-Nov-07 21:00 
GeneralRe: How to bind a particular column to arraylist..., Pin
Imran Khan Pathan2-Nov-07 21:03
Imran Khan Pathan2-Nov-07 21:03 
QuestionDatagrid in ASP.NET 1.1 Pin
.NET- India 2-Nov-07 19:58
.NET- India 2-Nov-07 19:58 
AnswerRe: Datagrid in ASP.NET 1.1 Pin
Saksida Bojan3-Nov-07 0:40
Saksida Bojan3-Nov-07 0:40 
Questionhow can we set multiline property of an html textbox Pin
jagan1232-Nov-07 19:25
jagan1232-Nov-07 19:25 
AnswerRe: how can we set multiline property of an html textbox Pin
Imran Khan Pathan2-Nov-07 20:19
Imran Khan Pathan2-Nov-07 20:19 

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.