Click here to Skip to main content
15,896,350 members
Home / Discussions / Web Development
   

Web Development

 
GeneralRe: Javascript and Frames Pin
Guffa5-Jul-05 7:27
Guffa5-Jul-05 7:27 
QuestionHow to Play Video in Asp.net Pin
imshally814-Jul-05 20:30
imshally814-Jul-05 20:30 
AnswerRe: How to Play Video in Asp.net Pin
minhpc_bk4-Jul-05 22:06
minhpc_bk4-Jul-05 22:06 
GeneralCharacter Count inside Header & footer Pin
rohim.yasin4-Jul-05 20:17
professionalrohim.yasin4-Jul-05 20:17 
GeneralRe: Character Count inside Header & footer Pin
rohim.yasin12-Jul-05 22:27
professionalrohim.yasin12-Jul-05 22:27 
GeneralJS: Pass object by reference to a method Pin
Stan Angeloff4-Jul-05 8:32
Stan Angeloff4-Jul-05 8:32 
GeneralRe: JS: Pass object by reference to a method Pin
minhpc_bk4-Jul-05 19:58
minhpc_bk4-Jul-05 19:58 
GeneralRe: JS: Pass object by reference to a method Pin
Stan Angeloff4-Jul-05 22:52
Stan Angeloff4-Jul-05 22:52 
Hi!

Thank you for your reply. I'm sure there's a way to workaround this problem. I tried this, but it doesn't work Cry | :(( :
<SPAN style="COLOR: #cccccc; FONT-STYLE: normal; BACKGROUND-COLOR: #ffffff"> 1: </SPAN><FONT color=blue size=+1><</FONT>script type<FONT color=blue size=+1>=</FONT><FONT color=purple>"text/javascript"</FONT><FONT color=blue size=+1>></FONT>
<SPAN style="COLOR: #eeeeee; FONT-STYLE: normal; BACKGROUND-COLOR: #ffffff"> 2: </SPAN>
<SPAN style="COLOR: #eeeeee; FONT-STYLE: normal; BACKGROUND-COLOR: #ffffff"> 3: </SPAN>	DummyType <FONT color=blue size=+1>=</FONT> <FONT color=red>function</FONT><FONT color=blue size=+1>(</FONT><FONT color=blue size=+1>)</FONT> <FONT color=blue size=+1>{</FONT>
<SPAN style="COLOR: #eeeeee; FONT-STYLE: normal; BACKGROUND-COLOR: #ffffff"> 4: </SPAN>		
<SPAN style="COLOR: #cccccc; FONT-STYLE: normal; BACKGROUND-COLOR: #ffffff"> 5: </SPAN>		<FONT color=red>return</FONT> <FONT color=blue size=+1>{</FONT>
<SPAN style="COLOR: #eeeeee; FONT-STYLE: normal; BACKGROUND-COLOR: #ffffff"> 6: </SPAN>			
<SPAN style="COLOR: #eeeeee; FONT-STYLE: normal; BACKGROUND-COLOR: #ffffff"> 7: </SPAN>			<FONT color=purple>"result"</FONT>	<FONT color=blue size=+1>:</FONT>	<FONT color=brown>0</FONT>
<SPAN style="COLOR: #eeeeee; FONT-STYLE: normal; BACKGROUND-COLOR: #ffffff"> 8: </SPAN>		<FONT color=blue size=+1>}</FONT>
<SPAN style="COLOR: #eeeeee; FONT-STYLE: normal; BACKGROUND-COLOR: #ffffff"> 9: </SPAN>	<FONT color=blue size=+1>}</FONT>
<SPAN style="COLOR: #cccccc; FONT-STYLE: normal; BACKGROUND-COLOR: #ffffff">10: </SPAN>	
<SPAN style="COLOR: #eeeeee; FONT-STYLE: normal; BACKGROUND-COLOR: #ffffff">11: </SPAN>	<FONT color=red>function</FONT> ref<FONT color=blue size=+1>(</FONT>o<FONT color=blue size=+1>)</FONT>
<SPAN style="COLOR: #eeeeee; FONT-STYLE: normal; BACKGROUND-COLOR: #ffffff">12: </SPAN>	<FONT color=blue size=+1>{</FONT>
<SPAN style="COLOR: #eeeeee; FONT-STYLE: normal; BACKGROUND-COLOR: #ffffff">13: </SPAN>		o<FONT color=blue size=+1>.</FONT>value <FONT color=blue size=+1>=</FONT> <FONT color=blue size=+1>new</FONT> DummyType<FONT color=blue size=+1>(</FONT><FONT color=blue size=+1>)</FONT><FONT color=blue size=+1>;</FONT>
<SPAN style="COLOR: #eeeeee; FONT-STYLE: normal; BACKGROUND-COLOR: #ffffff">14: </SPAN>	<FONT color=blue size=+1>}</FONT>
<SPAN style="COLOR: #cccccc; FONT-STYLE: normal; BACKGROUND-COLOR: #ffffff">15: </SPAN>
<SPAN style="COLOR: #eeeeee; FONT-STYLE: normal; BACKGROUND-COLOR: #ffffff">16: </SPAN>	<FONT color=red>var</FONT> obj <FONT color=blue size=+1>=</FONT> <FONT color=blue size=+1>new</FONT> DummyType<FONT color=blue size=+1>(</FONT><FONT color=blue size=+1>)</FONT><FONT color=blue size=+1>;</FONT>
<SPAN style="COLOR: #eeeeee; FONT-STYLE: normal; BACKGROUND-COLOR: #ffffff">17: </SPAN>	
<SPAN style="COLOR: #eeeeee; FONT-STYLE: normal; BACKGROUND-COLOR: #ffffff">18: </SPAN>	<FONT color=red>var</FONT> dummyArg <FONT color=blue size=+1>=</FONT> <FONT color=blue size=+1>{</FONT>
<SPAN style="COLOR: #eeeeee; FONT-STYLE: normal; BACKGROUND-COLOR: #ffffff">19: </SPAN>		<FONT color=purple>"value"</FONT>	<FONT color=blue size=+1>:</FONT>	obj
<SPAN style="COLOR: #cccccc; FONT-STYLE: normal; BACKGROUND-COLOR: #ffffff">20: </SPAN>	<FONT color=blue size=+1>}</FONT>
<SPAN style="COLOR: #eeeeee; FONT-STYLE: normal; BACKGROUND-COLOR: #ffffff">21: </SPAN>	
<SPAN style="COLOR: #eeeeee; FONT-STYLE: normal; BACKGROUND-COLOR: #ffffff">22: </SPAN>	obj<FONT color=blue size=+1>.</FONT>result <FONT color=blue size=+1>=</FONT> <FONT color=brown>1</FONT><FONT color=blue size=+1>;</FONT>
<SPAN style="COLOR: #eeeeee; FONT-STYLE: normal; BACKGROUND-COLOR: #ffffff">23: </SPAN>	
<SPAN style="COLOR: #eeeeee; FONT-STYLE: normal; BACKGROUND-COLOR: #ffffff">24: </SPAN>	ref<FONT color=blue size=+1>(</FONT>dummyArg<FONT color=blue size=+1>)</FONT><FONT color=blue size=+1>;</FONT>
<SPAN style="COLOR: #cccccc; FONT-STYLE: normal; BACKGROUND-COLOR: #ffffff">25: </SPAN>	
<SPAN style="COLOR: #eeeeee; FONT-STYLE: normal; BACKGROUND-COLOR: #ffffff">26: </SPAN>	alert<FONT color=blue size=+1>(</FONT>obj<FONT color=blue size=+1>.</FONT>result<FONT color=blue size=+1>)</FONT><FONT color=blue size=+1>;</FONT>
<SPAN style="COLOR: #eeeeee; FONT-STYLE: normal; BACKGROUND-COLOR: #ffffff">27: </SPAN>
<SPAN style="COLOR: #eeeeee; FONT-STYLE: normal; BACKGROUND-COLOR: #ffffff">28: </SPAN><FONT color=blue size=+1><</FONT><FONT color=blue size=+1>/</FONT>script<FONT color=blue size=+1>></FONT>
Any other ideas?
GeneralRe: JS: Pass object by reference to a method Pin
Christian Graus5-Jul-05 0:22
protectorChristian Graus5-Jul-05 0:22 
GeneralRe: JS: Pass object by reference to a method Pin
Stan Angeloff5-Jul-05 1:07
Stan Angeloff5-Jul-05 1:07 
GeneralRe: JS: Pass object by reference to a method Pin
minhpc_bk5-Jul-05 0:30
minhpc_bk5-Jul-05 0:30 
GeneralRe: JS: Pass object by reference to a method Pin
Stan Angeloff5-Jul-05 0:47
Stan Angeloff5-Jul-05 0:47 
GeneralRe: JS: Pass object by reference to a method Pin
Guffa5-Jul-05 3:26
Guffa5-Jul-05 3:26 
GeneralRe: JS: Pass object by reference to a method Pin
Stan Angeloff5-Jul-05 1:10
Stan Angeloff5-Jul-05 1:10 
GeneralTextbox control Pin
Milanhuisman4-Jul-05 7:34
Milanhuisman4-Jul-05 7:34 
GeneralRe: Textbox control Pin
Guffa4-Jul-05 8:10
Guffa4-Jul-05 8:10 
GeneralRe: Textbox control Pin
Milanhuisman5-Jul-05 9:13
Milanhuisman5-Jul-05 9:13 
Generalerror message after hitting upload button Pin
Member 20927834-Jul-05 2:00
Member 20927834-Jul-05 2:00 
GeneralRe: error message after hitting upload button Pin
J4amieC4-Jul-05 2:56
J4amieC4-Jul-05 2:56 
GeneralRe: error message after hitting upload button Pin
Guffa4-Jul-05 3:27
Guffa4-Jul-05 3:27 
General&quot;no-touch deployment&quot; loads always old winform version Pin
Member 15117663-Jul-05 21:42
Member 15117663-Jul-05 21:42 
GeneralRe: &quot;no-touch deployment&quot; loads always old winform version Pin
minhpc_bk4-Jul-05 18:13
minhpc_bk4-Jul-05 18:13 
GeneralRe: &quot;no-touch deployment&quot; loads always old winform version Pin
Member 15117664-Jul-05 20:44
Member 15117664-Jul-05 20:44 
GeneralRe: &quot;no-touch deployment&quot; loads always old winform version Pin
minhpc_bk4-Jul-05 21:44
minhpc_bk4-Jul-05 21:44 
GeneralDownload and install Problem Pin
vinodraut3-Jul-05 18:45
vinodraut3-Jul-05 18:45 

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.