ManuelD Posted November 17, 2008 Share Posted November 17, 2008 I have a database accesses via IWP, I want to make a button launch an ichat session by opening the following url: aim:goim?screenname=(ichat username) Now when i type that URL in a safari window, it does open ichat and a session connected to username. But when i use Open URL [No dialog; "aim:goim?screenname=" & username the Open URL script adds "http" to the URL, thus sending: http://aim:goim?screename=(ichat username) which fails. Any way to tell Open URL to not add "http://"? Thanks Manuel Link to comment Share on other sites More sharing options...
ManuelD Posted November 17, 2008 Author Share Posted November 17, 2008 Figured it out, just have to add aim:// at start of URL and Open URL will leave it as is. Manuel Link to comment Share on other sites More sharing options...
Recommended Posts
This topic is 5781 days old. Please don't post here. Open a new topic instead.
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