Click here to Skip to main content
16,010,334 members
Home / Discussions / Web Development
   

Web Development

 
AnswerRe: Problem with uploading with image + text box field Pin
Guffa25-Jul-06 3:01
Guffa25-Jul-06 3:01 
AnswerRe: Problem with uploading with image + text box field Pin
rmccoll26-Jul-06 8:29
rmccoll26-Jul-06 8:29 
AnswerRe: Problem with uploading with image + text box field Pin
Guffa26-Jul-06 23:55
Guffa26-Jul-06 23:55 
GeneralRe: Problem with uploading with image + text box field Pin
rmccoll31-Jul-06 6:08
rmccoll31-Jul-06 6:08 
GeneralRe: Problem with uploading with image + text box field Pin
Guffa1-Aug-06 6:11
Guffa1-Aug-06 6:11 
Questionwriting to hidden input with javascript Pin
jszpila24-Jul-06 10:14
jszpila24-Jul-06 10:14 
AnswerRe: writing to hidden input with javascript [modified] Pin
Paddy Boyd24-Jul-06 22:07
Paddy Boyd24-Jul-06 22:07 
AnswerRe: writing to hidden input with javascript Pin
Guffa25-Jul-06 2:52
Guffa25-Jul-06 2:52 
Do you expect the VB function to return anything other than the string "hello!"? That will never happen.

It's not something really tiny you have overlooked. You are apparently confused on the whole concept of how a web page is created on the server and handled in the browser.

First the source code for the page is created on the server. At this point the javascript code is just treated as text by the server. When the page is complete, the server code ends, and the pave is sent to the browser. The browser will then show the page and run the javascript.

Consider these two rules:

1. The server side code and the client side code never exist in the same place.
2. The server side code and the client side code never exist at the same time.

If you want to send anything back to the server, you have to send it in a new request, so that the server code is started again.


---
b { font-weight: normal; }

QuestionWSDL Data binding information Pin
TomWork24-Jul-06 7:47
TomWork24-Jul-06 7:47 
QuestionGet current system time Pin
Aqueel24-Jul-06 1:48
Aqueel24-Jul-06 1:48 
QuestionHow to archieve in implemented toolbar in mozilla Pin
shivditya24-Jul-06 1:30
shivditya24-Jul-06 1:30 
QuestionTemplate Creation using TYPO3 Version 4 Pin
georgekjolly24-Jul-06 1:11
georgekjolly24-Jul-06 1:11 
QuestionAjax in asp.net 1.1 why almost autocomplete not working in edit mode? [modified] Pin
uscodeproject22-Jul-06 4:57
uscodeproject22-Jul-06 4:57 
AnswerRe: Ajax in asp.net 1.1 why almost autocomplete not working in edit mode? Pin
Edbert P23-Jul-06 15:22
Edbert P23-Jul-06 15:22 
GeneralRe: Ajax in asp.net 1.1 why almost autocomplete not working in edit mode? [modified] Pin
uscodeproject24-Jul-06 9:11
uscodeproject24-Jul-06 9:11 
QuestionASP ? Ajax ? :confused: Pin
RedDragon2k22-Jul-06 0:57
RedDragon2k22-Jul-06 0:57 
AnswerRe: ASP ? Ajax ? :confused: Pin
Landarzar22-Jul-06 1:31
Landarzar22-Jul-06 1:31 
QuestionAutosuggest Text box code gives "Object Expected" Pin
bubberz21-Jul-06 10:08
bubberz21-Jul-06 10:08 
Questionlocalhost Pin
MickYL21-Jul-06 5:00
MickYL21-Jul-06 5:00 
AnswerRe: localhost Pin
Brent Lamborn21-Jul-06 5:12
Brent Lamborn21-Jul-06 5:12 
GeneralRe: localhost Pin
RichardGrimmer30-Jul-06 4:10
RichardGrimmer30-Jul-06 4:10 
QuestionFLASH BORDERS Pin
TintinV3ck20-Jul-06 23:22
TintinV3ck20-Jul-06 23:22 
AnswerRe: FLASH BORDERS [modified] Pin
Brent Lamborn21-Jul-06 5:03
Brent Lamborn21-Jul-06 5:03 
QuestionHREF between folders? Pin
TintinV3ck20-Jul-06 23:19
TintinV3ck20-Jul-06 23:19 
AnswerRe: HREF between folders? Pin
Paddy Boyd21-Jul-06 0:09
Paddy Boyd21-Jul-06 0:09 

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.