Click here to Skip to main content
15,923,557 members
Home / Discussions / Web Development
   

Web Development

 
GeneralRe: Problem with uploading with image + text box field Pin
imthias00725-Jul-06 0:45
imthias00725-Jul-06 0:45 
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 
Both of these seem to have errors, have you tried debugging through them:

Or try these:

document.getElementById('hdnbox').value = window.confirm('Are you sure you want to " & strVerb & " these requests?');"

or

var answer = window.confirm("blah");
document.getElementById('hdnbox').value = answer;



-- modified at 4:07 Tuesday 25th July, 2006
AnswerRe: writing to hidden input with javascript Pin
Guffa25-Jul-06 2:52
Guffa25-Jul-06 2:52 
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 

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.