Click here to Skip to main content
15,894,343 members
Home / Discussions / Web Development
   

Web Development

 
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 
AnswerRe: pages names Pin
Tom John28-Aug-08 3:16
Tom John28-Aug-08 3:16 
QuestionHow to pass javascript variable to vbscript? Pin
hifiger200427-Aug-08 20:35
hifiger200427-Aug-08 20:35 
AnswerRe: How to pass javascript variable to vbscript? Pin
Perspx28-Aug-08 4:30
Perspx28-Aug-08 4:30 
AnswerRe: How to pass javascript variable to vbscript? Pin
Shog928-Aug-08 7:18
sitebuilderShog928-Aug-08 7:18 
Given the syntax, i'm guessing you're trying to call an ASP VBScript method. If so, you fail to realize that the VBScript is executed by the ASP runtime on the server, while the Javascript is executed by the end-user's browser (the client). To communicate, you'll need to use XMLHttpRequest / IFRAMEs / postbacks / etc. to initiate a request client-side and process it on the server.


Citizen 20.1.01
'The question is,' said Humpty Dumpty, 'which is to be master - that's all.'

GeneralRe: How to pass javascript variable to vbscript? Pin
hifiger200428-Aug-08 22:05
hifiger200428-Aug-08 22:05 
AnswerRe: How to pass javascript variable to vbscript? Pin
Vasudevan Deepak Kumar29-Aug-08 12:33
Vasudevan Deepak Kumar29-Aug-08 12:33 
Questioninsert page on a page Pin
prithaa27-Aug-08 20:20
prithaa27-Aug-08 20:20 
AnswerRe: insert page on a page Pin
Tamimi - Code27-Aug-08 23:08
Tamimi - Code27-Aug-08 23:08 
GeneralRe: insert page on a page Pin
prithaa30-Aug-08 8:24
prithaa30-Aug-08 8:24 
Questionweb page design with different resolution problem Pin
UD(IA)27-Aug-08 4:54
UD(IA)27-Aug-08 4:54 
AnswerRe: web page design with different resolution problem Pin
Shog927-Aug-08 5:31
sitebuilderShog927-Aug-08 5:31 
QuestionPrinting Big (Huge... You dont belive how huge...) image in a browser Pin
A.Dent27-Aug-08 4:22
A.Dent27-Aug-08 4:22 
AnswerRe: Printing Big (Huge... You dont belive how huge...) image in a browser Pin
Shog927-Aug-08 5:33
sitebuilderShog927-Aug-08 5:33 
GeneralRe: Printing Big (Huge... You dont belive how huge...) image in a browser Pin
A.Dent27-Aug-08 6:50
A.Dent27-Aug-08 6:50 
GeneralRe: Printing Big (Huge... You dont belive how huge...) image in a browser Pin
Shog927-Aug-08 7:47
sitebuilderShog927-Aug-08 7:47 
GeneralRe: Printing Big (Huge... You dont belive how huge...) image in a browser Pin
A.Dent28-Aug-08 1:02
A.Dent28-Aug-08 1:02 
GeneralRe: Printing Big (Huge... You dont belive how huge...) image in a browser Pin
Guffa29-Aug-08 9:45
Guffa29-Aug-08 9:45 
GeneralRe: Printing Big (Huge... You dont belive how huge...) image in a browser Pin
A.Dent31-Aug-08 4:15
A.Dent31-Aug-08 4:15 
QuestionHow can we generate a tiny preview image from a website ? Pin
Mohammad Dayyan26-Aug-08 11:24
Mohammad Dayyan26-Aug-08 11:24 
AnswerRe: How can we generate a tiny preview image from a website ? Pin
Shog926-Aug-08 11:43
sitebuilderShog926-Aug-08 11:43 
Questionweb page design with different resolution Pin
UD(IA)26-Aug-08 4:42
UD(IA)26-Aug-08 4: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.