Code: Select all
,Code: Select all
and [syntax="..."] tags where appropriate when posting code. Your post has been edited to reflect how we'd like it posted. Please read: [url=http://forums.devnetwork.net/viewtopic.php?t=21171]Posting Code in the Forums[/url] to learn how to do it too.[/color]
Ok I have the following simple code that works in Firefox only, but not IE.
Anyone recommend simple IE coding that does the same thing? My goal is to get this to work in a reg. PC browser, but more importantly through Pocket PC Internet Explorer(Windows Mobile 5.0) on my Smartphone on my website. PocketPC IE is very basic doesnt support jscript and very little CSS capabilities.Code: Select all
<STYLE>
INPUT:hover{ background-color: red}
</STYLE>
<HEAD><title>My Site</title>
</HEAD>
<Body BGColor=FFFF99>
<br><INPUT TYPE="BUTTON" NAME="BtnPlay1" VALUE="talk1"
OnClick="StartMeUp('http://www.mysite.com/talk/talk.mp3')">
<INPUT TYPE="BUTTON" NAME="BtnPlay1" VALUE="talk2"
OnClick="StartMeUp('http://www.mysite.com/talk/talk2.mp3')">
</br>
</body>
</html>Burrito | Please use
Code: Select all
,Code: Select all
and [syntax="..."] tags where appropriate when posting code. Your post has been edited to reflect how we'd like it posted. Please read: [url=http://forums.devnetwork.net/viewtopic.php?t=21171]Posting Code in the Forums[/url] to learn how to do it too.[/color]