url problem
-
Thank you for the answer i asked before. it is great. i have the same problem with url. just look at the code below. // open a hypertext link with javascript: scheme to call display function document.write('[') // print transparent image (use any height and width) document.write('
') // close link tag document.write('](javascript:display('' + (red + green + blue) +''))') in href link why they didnt take the url. what is the meaning of that code "javascript:display(\' '+(red+green+blue)+'\')" why they take like that? can u expaline it clearly. regards Manikanta
-
Thank you for the answer i asked before. it is great. i have the same problem with url. just look at the code below. // open a hypertext link with javascript: scheme to call display function document.write('[') // print transparent image (use any height and width) document.write('
') // close link tag document.write('](javascript:display('' + (red + green + blue) +''))') in href link why they didnt take the url. what is the meaning of that code "javascript:display(\' '+(red+green+blue)+'\')" why they take like that? can u expaline it clearly. regards Manikanta
manikumar_gutti wrote:
in href link why they didnt take the url.
What href? Who are they?
manikumar_gutti wrote:
Thank you for the answer i asked before. it is great. i have the same problem
If you have the same problem you should ask in the same context, or at least reference the previous questions/answers. Remember, we are not sitting at the same desk as you, we don't see the same thing you do, so you can't asked a question without some frame of reference or giving a complete description of the problem.
I know the language. I've read a book. - _Madmatt
-
Thank you for the answer i asked before. it is great. i have the same problem with url. just look at the code below. // open a hypertext link with javascript: scheme to call display function document.write('[') // print transparent image (use any height and width) document.write('
') // close link tag document.write('](javascript:display('' + (red + green + blue) +''))') in href link why they didnt take the url. what is the meaning of that code "javascript:display(\' '+(red+green+blue)+'\')" why they take like that? can u expaline it clearly. regards Manikanta
I get the feeling that you have taken someone else's code and are working through it step by step trying to figure out what is happening. I would suggest you get a good Javscript book or online tutorial, and get comfortable with the language before addressing some more complex issues.
I must get a clever new signature for 2011.
-
I get the feeling that you have taken someone else's code and are working through it step by step trying to figure out what is happening. I would suggest you get a good Javscript book or online tutorial, and get comfortable with the language before addressing some more complex issues.
I must get a clever new signature for 2011.
Richard MacCutchan wrote:
I get the feeling that you have taken someone else's code
Sir, I believe that every student do the same thing, because they think they are making a better time. but the truth is that they are wasting their time and also other's.
Help people,so poeple can help you.
-
Richard MacCutchan wrote:
I get the feeling that you have taken someone else's code
Sir, I believe that every student do the same thing, because they think they are making a better time. but the truth is that they are wasting their time and also other's.
Help people,so poeple can help you.
Ali Al Omairi(Abu AlHassan) wrote:
they are wasting their time and also other's.
I think that may or may not be the case; I have learned lots of useful things by taking someone else's code and working through it. However, I usually start by studying the basics of the language in question.
I must get a clever new signature for 2011.