Click here to Skip to main content
16,013,082 members
Home / Discussions / Web Development
   

Web Development

 
JokeRe: Automaticlly Change Text on dates Pin
Member 34482961-Sep-08 21:58
Member 34482961-Sep-08 21:58 
RantRe: Automaticlly Change Text on dates Pin
Ashfield2-Sep-08 1:25
Ashfield2-Sep-08 1:25 
GeneralRe: Automaticlly Change Text on dates Pin
Member 34482962-Sep-08 4:58
Member 34482962-Sep-08 4:58 
GeneralRe: Automaticlly Change Text on dates Pin
Ashfield2-Sep-08 5:26
Ashfield2-Sep-08 5:26 
QuestionWeb develop needs? Pin
FeRtoll31-Aug-08 6:15
FeRtoll31-Aug-08 6:15 
AnswerRe: Web develop needs? Pin
Perspx31-Aug-08 6:40
Perspx31-Aug-08 6:40 
QuestionHow to call a vbscript function within javascript? Pin
hifiger200430-Aug-08 7:44
hifiger200430-Aug-08 7:44 
AnswerRe: How to call a vbscript function within javascript? Pin
Shog930-Aug-08 10:19
sitebuilderShog930-Aug-08 10:19 
Why are you so stuck on this? Your ASP VBScript runs on the server. It creates a response to a request received via HTTP, and this response can contain Javascript. The Javascript does not run until it reaches the client (a web browser), which knows nothing of and cares nothing for the ASP script that generated it.

Allow me to draw you a picture:

+---------------------------------+
| |
| ASP + VBScript | - The Server
| |
+---------------------------------+
^ v
| |
HTTP Request HTTP Response - The "wire"
| |
^ V
+-------------+ +-------------+
| | | |
| HTML | | HTML |
| + | | + | - The Client (browser)
| Javascript | | Javascript |
| | | |
+-------------+ +-------------+


----
You're right.
These facts that you've laid out totally contradict the wild ramblings that I pulled off the back of cornflakes packets.

QuestionActiveX can install, but doesn't work on IE... Pin
oppstp30-Aug-08 4:15
oppstp30-Aug-08 4:15 
AnswerRe: ActiveX can install, but doesn't work on IE... Pin
oppstp14-Sep-08 22:41
oppstp14-Sep-08 22:41 
QuestionRun js function in root window from popup? Pin
eappell29-Aug-08 11:26
eappell29-Aug-08 11:26 
AnswerRe: Run js function in root window from popup? [modified] Pin
Perspx29-Aug-08 12:04
Perspx29-Aug-08 12:04 
GeneralRe: Run js function in root window from popup? Pin
eappell29-Aug-08 12:27
eappell29-Aug-08 12:27 
AnswerRe: Run js function in root window from popup? Pin
Perspx29-Aug-08 13:25
Perspx29-Aug-08 13:25 
GeneralCreating graphical report(Pie chart, Bar gragh) in ASP Pin
jebin k29-Aug-08 6:31
jebin k29-Aug-08 6:31 
GeneralRe: Creating graphical report(Pie chart, Bar gragh) in ASP Pin
Perspx29-Aug-08 6:58
Perspx29-Aug-08 6:58 
GeneralRe: Creating graphical report(Pie chart, Bar gragh) in ASP Pin
Shog929-Aug-08 7:49
sitebuilderShog929-Aug-08 7:49 
GeneralRe: Creating graphical report(Pie chart, Bar gragh) in ASP Pin
Vasudevan Deepak Kumar29-Aug-08 12:34
Vasudevan Deepak Kumar29-Aug-08 12:34 
QuestionClassic ASP using document.getElementByID("variableID").innerHTML Pin
hifiger200428-Aug-08 22:14
hifiger200428-Aug-08 22:14 
AnswerRE: Classic ASP using document.getElementByID("variableID").innerHTML Pin
Manas Bhardwaj28-Aug-08 22:26
professionalManas Bhardwaj28-Aug-08 22:26 
GeneralRe: Classic ASP using document.getElementByID("variableID").innerHTML Pin
hifiger200428-Aug-08 22:52
hifiger200428-Aug-08 22:52 
GeneralRe: Classic ASP using document.getElementByID("variableID").innerHTML Pin
Shog929-Aug-08 4:14
sitebuilderShog929-Aug-08 4:14 
AnswerRe: Classic ASP using document.getElementByID("variableID").innerHTML Pin
Guffa29-Aug-08 10:09
Guffa29-Aug-08 10:09 
GeneralRe: Classic ASP using document.getElementByID("variableID").innerHTML Pin
hifiger200430-Aug-08 7:35
hifiger200430-Aug-08 7:35 
Questionpages names Pin
Tamimi - Code27-Aug-08 23:30
Tamimi - Code27-Aug-08 23:30 

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.