Click here to Skip to main content
15,912,977 members
Home / Discussions / Web Development
   

Web Development

 
GeneralRe: Link to other frames Pin
Hesham Amin13-Jun-04 22:17
Hesham Amin13-Jun-04 22:17 
GeneralRe: Link to other frames Pin
GermanGeorge13-Jun-04 22:23
GermanGeorge13-Jun-04 22:23 
GeneralJavascript menu target diffrent frames Pin
Anonymous13-Jun-04 6:00
Anonymous13-Jun-04 6:00 
GeneralVoice Pin
azitto11-Jun-04 10:55
azitto11-Jun-04 10:55 
GeneralRe: Voice Pin
theJazzyBrain13-Jun-04 21:57
theJazzyBrain13-Jun-04 21:57 
Generalmediaplayer problem... Pin
l a u r e n11-Jun-04 10:45
l a u r e n11-Jun-04 10:45 
GeneralRe: mediaplayer problem... Pin
palbano12-Jun-04 8:21
palbano12-Jun-04 8:21 
GeneralRe: mediaplayer problem... Pin
l a u r e n12-Jun-04 8:32
l a u r e n12-Jun-04 8:32 
<script language='javascript'>
function wmp_play(url)
{
wmp.URL=url;
wmp.controls.play();
}
</script>

<a class='vid' title='play high bandwidth video (200k/s)' href='javascript:wmp_play($highurl)'>&nbsp;HIGH&nbsp;</a>
<a class='vid' title='play medium bandwidth video (100k/s)' href='javascript:wmp_play($medurl)'>&nbsp;MED&nbsp;</a>
<a class='vid' title='play low bandwidth video (56k/s)' href='javascript:wmp_play($lowurl)'>&nbsp;LOW&nbsp;</a>

for some reason the colon between javascript and wmp_play isnt showing up but it is there
Wink | ;)
GeneralRe: mediaplayer problem... Pin
palbano12-Jun-04 9:19
palbano12-Jun-04 9:19 
GeneralRe: mediaplayer problem... Pin
l a u r e n13-Jun-04 14:47
l a u r e n13-Jun-04 14:47 
GeneralRe: mediaplayer problem... Pin
palbano14-Jun-04 5:57
palbano14-Jun-04 5:57 
GeneralRe: mediaplayer problem... Pin
l a u r e n14-Jun-04 8:12
l a u r e n14-Jun-04 8:12 
GeneralRe: mediaplayer problem... Pin
palbano14-Jun-04 8:23
palbano14-Jun-04 8:23 
GeneralRe: mediaplayer problem... Pin
l a u r e n14-Jun-04 8:25
l a u r e n14-Jun-04 8:25 
GeneralRe: mediaplayer problem... Pin
palbano14-Jun-04 10:13
palbano14-Jun-04 10:13 
GeneralRe: mediaplayer problem... Pin
l a u r e n14-Jun-04 10:25
l a u r e n14-Jun-04 10:25 
GeneralRe: mediaplayer problem... Pin
palbano14-Jun-04 10:39
palbano14-Jun-04 10:39 
GeneralHTC's public:component in IE5 Pin
Heath Stewart11-Jun-04 5:02
protectorHeath Stewart11-Jun-04 5:02 
GeneralTeam Development with VS.NET/Dreamweaver/VSS Pin
Sean Rock11-Jun-04 0:23
Sean Rock11-Jun-04 0:23 
GeneralMicrosoft Application Center Test Pin
Anonymous10-Jun-04 4:56
Anonymous10-Jun-04 4:56 
GeneralRe: Microsoft Application Center Test Pin
devvvy10-Jun-04 4:58
devvvy10-Jun-04 4:58 
QuestionHow to get data from database to Javascript Pin
KSurendranath10-Jun-04 4:33
KSurendranath10-Jun-04 4:33 
AnswerRe: How to get data from database to Javascript Pin
l a u r e n11-Jun-04 10:53
l a u r e n11-Jun-04 10:53 
GeneraliFrame question Pin
theJazzyBrain9-Jun-04 8:55
theJazzyBrain9-Jun-04 8:55 
GeneralRe: iFrame question Pin
Andrew Quinn AUS9-Jun-04 9:36
Andrew Quinn AUS9-Jun-04 9:36 

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.