Click here to Skip to main content
15,917,709 members
Home / Discussions / Web Development
   

Web Development

 
Questionrole of MinGW and MSys in implementing ffmpeg in c#.net2.0 Pin
harryforum1-Sep-07 0:02
harryforum1-Sep-07 0:02 
QuestionJavascript issue Pin
divyesh143231-Aug-07 21:48
divyesh143231-Aug-07 21:48 
AnswerRe: Javascript issue Pin
Fred_Smith31-Aug-07 22:57
Fred_Smith31-Aug-07 22:57 
AnswerRe: Javascript issue Pin
Guffa31-Aug-07 23:13
Guffa31-Aug-07 23:13 
GeneralRe: Javascript issue Pin
Vasudevan Deepak Kumar1-Sep-07 2:37
Vasudevan Deepak Kumar1-Sep-07 2:37 
AnswerRe: Javascript issue Pin
Guffa1-Sep-07 3:09
Guffa1-Sep-07 3:09 
GeneralRe: Javascript issue Pin
Vasudevan Deepak Kumar1-Sep-07 15:20
Vasudevan Deepak Kumar1-Sep-07 15:20 
AnswerRe: Javascript issue Pin
Guffa1-Sep-07 21:26
Guffa1-Sep-07 21:26 
Vasudevan Deepak Kumar wrote:
Since, I think, the web browser defaults to JavaScript engine, it automatically understands the same. For Netscape and other single-script engines, I don't this should be a problem at all. Isn't it?


The javascript: protocol only has a meaning in an url. If you put it anywhere else, it's not a protocol any more. Instead, it happens to become a label instead, so it's just a name.

You could put most anything in a label:

onclick="vbscript:alert('Still Javascript');"<br />
<br />
onclick="ignore:alert('Not ignored');"<br />
<br />
onclick="onmouseover:alert('Still onclick');"


It's still just a label, and the name doesn't mean anything.

---
single minded; short sighted; long gone;

QuestionFileUpload - 1 Clicked twice process Pin
hifiger200431-Aug-07 7:55
hifiger200431-Aug-07 7:55 
AnswerRe: FileUpload - 1 Clicked twice process Pin
divyesh143231-Aug-07 23:11
divyesh143231-Aug-07 23:11 
AnswerRe: FileUpload - 1 Clicked twice process Pin
Vasudevan Deepak Kumar1-Sep-07 0:35
Vasudevan Deepak Kumar1-Sep-07 0:35 
QuestionDetermine the logon account name? Pin
James Laing31-Aug-07 3:55
James Laing31-Aug-07 3:55 
AnswerRe: Determine the logon account name? Pin
Michael Sync31-Aug-07 6:17
Michael Sync31-Aug-07 6:17 
GeneralRe: Determine the logon account name? Pin
James Laing31-Aug-07 7:09
James Laing31-Aug-07 7:09 
GeneralRe: Determine the logon account name? Pin
Johnny ²31-Aug-07 14:11
Johnny ²31-Aug-07 14:11 
GeneralRe: Determine the logon account name? Pin
Michael Sync31-Aug-07 20:50
Michael Sync31-Aug-07 20:50 
AnswerRe: Determine the logon account name? Pin
Vasudevan Deepak Kumar1-Sep-07 2:38
Vasudevan Deepak Kumar1-Sep-07 2:38 
GeneralRe: Determine the logon account name? Pin
James Laing1-Sep-07 13:19
James Laing1-Sep-07 13:19 
QuestionHow to link two &lt;select> elements? Pin
Diego F.29-Aug-07 22:57
Diego F.29-Aug-07 22:57 
AnswerRe: How to link two &lt;select> elements? Pin
Vasudevan Deepak Kumar29-Aug-07 23:32
Vasudevan Deepak Kumar29-Aug-07 23:32 
GeneralRe: How to link two &lt;select> elements? Pin
Diego F.29-Aug-07 23:59
Diego F.29-Aug-07 23:59 
GeneralRe: How to link two &lt;select> elements? Pin
Vasudevan Deepak Kumar30-Aug-07 0:06
Vasudevan Deepak Kumar30-Aug-07 0:06 
GeneralRe: How to link two &lt;select> elements? Pin
Diego F.30-Aug-07 0:44
Diego F.30-Aug-07 0:44 
AnswerRe: How to link two &lt;select> elements? Pin
Fred_Smith30-Aug-07 0:31
Fred_Smith30-Aug-07 0:31 
GeneralRe: How to link two &lt;select> elements? Pin
Diego F.30-Aug-07 1:00
Diego F.30-Aug-07 1:00 

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.