Jump to content

Web.au3


Recommended Posts

#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.
Link to comment
Share on other sites

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 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]
Link to comment
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...