Prev: "you need to log on as admin...... I already did!"]
Next: How to disconnect internet connection using VBA?
From: Patrick on 21 Mar 2010 04:08 Hi, I am using IE7 with XP. Would it be possible to download an embedded midi file from a web site? The source code is something like: if(ap_name=='Netscape') { document.write('<embed src="/data/midi/music/ss100.mid" autostart =true hidden=true loop=2') } else { document.write('<bgsound src="/data/midi/music/ss100.mid" autostart =true hidden=true loop=2') Thanks
From: Daave on 21 Mar 2010 09:50 Patrick wrote: > Hi, > > I am using IE7 with XP. > > Would it be possible to download an embedded midi file from a web > site? The source code is something like: > > if(ap_name=='Netscape') > { > document.write('<embed src="/data/midi/music/ss100.mid" autostart > =true hidden=true loop=2') > } > else > { > document.write('<bgsound src="/data/midi/music/ss100.mid" > autostart =true hidden=true loop=2') > > Thanks Web address, please?
From: PA Bear [MS MVP] on 21 Mar 2010 16:20 If you must make identical posts to multiple newsgroups, please cross-post one (1) message to all of them. Thank you. Multiposting vs Crossposting: http://www.blakjak.demon.co.uk/mul_crss.htm Patrick wrote: > Hi, > > I am using IE7 with XP. > > Would it be possible to download an embedded midi file from a web site? > The source code is something like: > > if(ap_name=='Netscape') > { > document.write('<embed src="/data/midi/music/ss100.mid" autostart > =true hidden=true loop=2') > } > else > { > document.write('<bgsound src="/data/midi/music/ss100.mid" > autostart =true hidden=true loop=2') > > Thanks
From: webwiz on 21 Mar 2010 17:59
On Mar 21, 9:08 pm, Patrick <Patr...(a)discussions.microsoft.com> wrote: > Hi, > > I am using IE7 with XP. > > Would it be possible to download an embedded midi file from a web site? > The source code is something like: > > if(ap_name=='Netscape') > { > document.write('<embed src="/data/midi/music/ss100.mid" autostart > =true hidden=true loop=2') > } > else > { > document.write('<bgsound src="/data/midi/music/ss100.mid" > autostart =true hidden=true loop=2') > > Thanks 1-Yes it is. 2- and you have done so by simply listening to the sound file... 3- it's in your Temp Internet folder. 4- copy it to where you want to save it, rename as you want. |