FuryCell Posted April 15, 2007 Posted April 15, 2007 #Include<web.au3> _StartWebApp() Echo ('<a href="/iTunesControlPlus/SelPl.au3?command=2">90s Music</a><br>') I am working on an updated version of iTunesControl that supports changing playlists and selected songs from the web UI. However I cannot get it to display correctly. It should display the above as: 90s Music However it displays as: 90s Music Any help would be greatly appreciated. HKTunes:Softpedia | GoogleCodeLyricToy:Softpedia | GoogleCodeRCTunes:Softpedia | GoogleCodeMichtaToolsProgrammer n. - An ingenious device that turns caffeine into code.
the_lord_mephy Posted April 15, 2007 Posted April 15, 2007 (edited) put everything in "'s instead of ''s Echo ("<a href="/iTunesControlPlus/SelPl.au3?command=2">90ââ¬â¢s Music</a><br>") if that doesn't work try Echo ('<a href="/iTunesControlPlus/SelPl.au3?command=2">90' & "'" & 's Music</a><br>') Edited April 15, 2007 by the_lord_mephy My site for HTML Help :)[quote name='Valik' date='Oct 15 2004, 12:29 PM']Maybe nobody is an "elite uber-coder" like me because thinking is a capital offense in today's online-world?[right][snapback]36427[/snapback][/right][/quote]
FuryCell Posted April 15, 2007 Author Posted April 15, 2007 Thanks for the help. I got it working. HKTunes:Softpedia | GoogleCodeLyricToy:Softpedia | GoogleCodeRCTunes:Softpedia | GoogleCodeMichtaToolsProgrammer n. - An ingenious device that turns caffeine into code.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now