Click here to Skip to main content
15,887,596 members
Home / Discussions / Web Development
   

Web Development

 
AnswerRe: How do I Close print dialog opened by JScript by JScript itself? Pin
Yusuf5-Jan-11 10:18
Yusuf5-Jan-11 10:18 
AnswerRe: How do I Close print dialog opened by JScript by JScript itself? Pin
shamly6-Jan-11 19:14
shamly6-Jan-11 19:14 
QuestionUnable to conrol space between nav bar and images Pin
raydona25-Dec-10 7:26
raydona25-Dec-10 7:26 
AnswerRe: Unable to conrol space between nav bar and images Pin
JOAT-MON27-Dec-10 19:13
JOAT-MON27-Dec-10 19:13 
QuestionHow does the "src" tag in javascript work? Pin
Tal Rasha's Guardianship17-Dec-10 18:20
Tal Rasha's Guardianship17-Dec-10 18:20 
AnswerRe: How does the "src" tag in javascript work? Pin
Graham Breach18-Dec-10 4:24
Graham Breach18-Dec-10 4:24 
QuestionThe Javascript variable under HTML reference questions:) [modified] Pin
hack00412-Dec-10 10:57
hack00412-Dec-10 10:57 
AnswerRe: The Javascript variable under HTML reference questions:) Pin
Jules VDV14-Dec-10 4:28
Jules VDV14-Dec-10 4:28 
You could use the following piece of code in place of the string constant currently in the HTML
<script type="text/javascript">document.write(a);</script>


So it may look like:

<script type="text/javascript">
   var a = "http://player.56.com/vNTcxMTA1Njc.swf";
</script>

<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0" width="32" height="32">
   <param name="movie" value="http://player.56.com/v_NTcxMTA1Njc.swf" />
   <param name="quality" value="high" />
   <embed src=">script type="text/javascript">document.write(a);</script>" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="32" height="32"></embed>
</object>


GeneralRe: The Javascript variable under HTML reference questions:) Pin
hack00414-Dec-10 20:38
hack00414-Dec-10 20:38 
Questionhow to add item and notify item double-click of jquery sortable? Pin
Jun Jin Pyo7-Dec-10 22:44
Jun Jin Pyo7-Dec-10 22:44 
AnswerRe: how to add item and notify item double-click of jquery sortable? Pin
Jules VDV14-Dec-10 4:39
Jules VDV14-Dec-10 4:39 
GeneralRe: how to add item and notify item double-click of jquery sortable? Pin
Not Active14-Dec-10 4:45
mentorNot Active14-Dec-10 4:45 
GeneralRe: how to add item and notify item double-click of jquery sortable? Pin
Jules VDV14-Dec-10 4:59
Jules VDV14-Dec-10 4:59 
QuestionHttpException Path 'zGET' is forbidden. [modified] Pin
markymark826-Dec-10 23:29
markymark826-Dec-10 23:29 
AnswerRe: HttpException Path 'zGET' is forbidden. Pin
NeverHeardOfMe8-Dec-10 0:16
NeverHeardOfMe8-Dec-10 0:16 
GeneralRe: HttpException Path 'zGET' is forbidden. Pin
markymark829-Dec-10 4:59
markymark829-Dec-10 4:59 
AnswerRe: HttpException Path 'zGET' is forbidden. Pin
GenJerDan28-Dec-10 4:00
GenJerDan28-Dec-10 4:00 
GeneralRe: HttpException Path 'zGET' is forbidden. Pin
markymark823-Jan-11 22:21
markymark823-Jan-11 22:21 
QuestionCenter Site Pin
SortyZ5-Dec-10 8:27
SortyZ5-Dec-10 8:27 
AnswerRe: Center Site PinPopular
TweakBird24-Dec-10 1:39
TweakBird24-Dec-10 1:39 
GeneralRe: Center Site Pin
Hiren solanki24-Dec-10 1:53
Hiren solanki24-Dec-10 1:53 
GeneralRe: Center Site Pin
Kasson6-Jan-11 20:35
Kasson6-Jan-11 20:35 
GeneralRe: Center Site Pin
TweakBird7-Jan-11 18:34
TweakBird7-Jan-11 18:34 
GeneralMessage Closed Pin
17-Jan-11 23:29
zenweb tasarim17-Jan-11 23:29 
GeneralMessage Closed Pin
7-Jun-11 8:10
celilcan7-Jun-11 8:10 

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.