Click here to Skip to main content
15,886,026 members
Home / Discussions / JavaScript
   

JavaScript

 
QuestionHTML Select tag Pin
salmonraju29-Nov-10 23:56
salmonraju29-Nov-10 23:56 
AnswerRe: HTML Select tag Pin
WoutL30-Nov-10 2:22
WoutL30-Nov-10 2:22 
AnswerRe: HTML Select tag [modified] Pin
daveyerwin30-Nov-10 2:29
daveyerwin30-Nov-10 2:29 
AnswerRe: HTML Select tag Pin
Hiren solanki2-Dec-10 1:09
Hiren solanki2-Dec-10 1:09 
QuestionDo you see any errors here? Pin
Ella Corp27-Nov-10 22:51
Ella Corp27-Nov-10 22:51 
AnswerRe: Do you see any errors here? Pin
Not Active28-Nov-10 12:14
mentorNot Active28-Nov-10 12:14 
AnswerRe: Do you see any errors here? Pin
J4amieC29-Nov-10 22:40
J4amieC29-Nov-10 22:40 
AnswerRe: Do you see any errors here? Pin
musefan30-Nov-10 0:49
musefan30-Nov-10 0:49 
1. Your first set of single quotes and double quotes are the wrong way around
2. You are trying to use escape character for double quotes in a single quote string
3. You are not closing you IMG tag
4. You are using unneeded escape characters to close you A and DIV tags (assuming you have actually opened these tags somewhere)

try...

document.write('<img src="' + snowscr + '" border="0"/></a></div>');


tip...

use formatting options to insert < and >
Life goes very fast. Tomorrow, today is already yesterday.

QuestionAccess denied for parent.parent.enableclock(); Pin
raghvendrapanda23-Nov-10 19:24
raghvendrapanda23-Nov-10 19:24 
AnswerRe: Access denied for parent.parent.enableclock(); Pin
T M Gray1-Dec-10 8:50
T M Gray1-Dec-10 8:50 
QuestionLocal data Pin
rrrado22-Nov-10 5:32
rrrado22-Nov-10 5:32 
AnswerRe: Local data Pin
DaveAuld22-Nov-10 5:46
professionalDaveAuld22-Nov-10 5:46 
AnswerRe: Local data Pin
Not Active22-Nov-10 6:57
mentorNot Active22-Nov-10 6:57 
GeneralRe: Local data Pin
rrrado22-Nov-10 22:04
rrrado22-Nov-10 22:04 
GeneralRe: Local data Pin
Not Active23-Nov-10 2:13
mentorNot Active23-Nov-10 2:13 
GeneralRe: Local data Pin
rrrado23-Nov-10 3:12
rrrado23-Nov-10 3:12 
GeneralRe: Local data Pin
Not Active23-Nov-10 3:23
mentorNot Active23-Nov-10 3:23 
GeneralRe: Local data Pin
rrrado23-Nov-10 3:47
rrrado23-Nov-10 3:47 
GeneralRe: Local data Pin
Not Active23-Nov-10 4:13
mentorNot Active23-Nov-10 4:13 
GeneralRe: Local data Pin
rrrado23-Nov-10 5:31
rrrado23-Nov-10 5:31 
GeneralRe: Local data Pin
fjdiewornncalwe23-Nov-10 4:39
professionalfjdiewornncalwe23-Nov-10 4:39 
GeneralRe: Local data Pin
rrrado23-Nov-10 5:16
rrrado23-Nov-10 5:16 
GeneralRe: Local data Pin
fjdiewornncalwe23-Nov-10 5:46
professionalfjdiewornncalwe23-Nov-10 5:46 
GeneralRe: Local data Pin
Not Active23-Nov-10 5:49
mentorNot Active23-Nov-10 5:49 
QuestionAsp.net Textbox Editing Problem due to the following Javascript Pin
Vimalsoft(Pty) Ltd22-Nov-10 4:35
professionalVimalsoft(Pty) Ltd22-Nov-10 4:35 

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.