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

Web Development

 
AnswerRe: please helpme in this Pin
koolprasad200315-May-07 21:09
professionalkoolprasad200315-May-07 21:09 
Questionurgent help Pin
shruthis914-May-07 21:17
shruthis914-May-07 21:17 
AnswerRe: urgent help Pin
Guffa14-May-07 21:59
Guffa14-May-07 21:59 
QuestionAnchor tags getting affected by IFrame Pin
K.P.Kannan14-May-07 3:23
K.P.Kannan14-May-07 3:23 
Questionclientside upload script Pin
dennisv.oers13-May-07 22:12
dennisv.oers13-May-07 22:12 
AnswerRe: clientside upload script Pin
kubben14-May-07 3:58
kubben14-May-07 3:58 
Questioncreate folder on remote machine Pin
Navneet Hegde13-May-07 22:09
Navneet Hegde13-May-07 22:09 
AnswerRe: create folder on remote machine Pin
Fred_Smith14-May-07 2:15
Fred_Smith14-May-07 2:15 
GeneralRe: create folder on remote machine Pin
Navneet Hegde14-May-07 18:45
Navneet Hegde14-May-07 18:45 
QuestionHow to acheive daemon functionality in c# Pin
Prajin13-May-07 19:01
Prajin13-May-07 19:01 
AnswerRe: How to acheive daemon functionality in c# Pin
badgrs15-May-07 1:25
badgrs15-May-07 1:25 
QuestionSave File To Client Pin
AnhTin13-May-07 16:41
AnhTin13-May-07 16:41 
AnswerRe: Save File To Client Pin
Christian Graus13-May-07 18:24
protectorChristian Graus13-May-07 18:24 
GeneralRe: Save File To Client Pin
AnhTin13-May-07 18:41
AnhTin13-May-07 18:41 
QuestionRunning javascript after embedded object loads... Pin
Mundo Cani13-May-07 10:21
Mundo Cani13-May-07 10:21 
AnswerRe: Running javascript after embedded object loads... Pin
Mundo Cani13-May-07 11:31
Mundo Cani13-May-07 11:31 
Questioncache expiration Pin
JimmyRopes13-May-07 8:56
professionalJimmyRopes13-May-07 8:56 
AnswerRe: cache expiration Pin
MatrixCoder13-May-07 9:11
MatrixCoder13-May-07 9:11 
GeneralRe: cache expiration Pin
JimmyRopes13-May-07 9:47
professionalJimmyRopes13-May-07 9:47 
QuestionInstall ActiveX pluggin on PocketPC Emulator...? Pin
Mundo Cani13-May-07 6:52
Mundo Cani13-May-07 6:52 
QuestionAdding advanced web forms to JavaScript Pin
Nermeenez12-May-07 22:19
Nermeenez12-May-07 22:19 
AnswerRe: Adding advanced web forms to JavaScript Pin
Christian Graus12-May-07 23:58
protectorChristian Graus12-May-07 23:58 
I think you're a little confused. It sounds like you're being asked to modify a site that is going to be used, perhaps in a paid position. You need to buy a book and work through it if you want any chance of being able to do this.

An overview:

No website is 100% javascript. A web browser knows how to do three things:

1 - display HTML
2 - run javascript, which can modify HTML
3 - style HTML using CSS

It's possible you're looking at VB script code, in which case, your site is written in asp. ASP.NET is the best system I know of for writing web pages, but the real question is, what is the existing site written in, and how much work would it be to integrate those pages with ASP.NET, if that's what you intend to do ?

Every system, ASP.NET, J2EE, asp, PHP, all exist to take program code and use it to generate HTML. HTML is the only language that can cause a web page to display anything more than plain text.


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 )

Questiondetecting IP address & banning the vistor Pin
DEVILSAN12-May-07 12:00
DEVILSAN12-May-07 12:00 
AnswerRe: detecting IP address & banning the vistor Pin
MatrixCoder12-May-07 12:08
MatrixCoder12-May-07 12:08 
AnswerRe: detecting IP address & banning the vistor Pin
Davide Icardi12-May-07 12:28
Davide Icardi12-May-07 12:28 

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.