Hi, sorry for a simple question, im a newb coder.
how can i find out a user's default browser? Using applescript is preferable, but plain C is ok too.
I know to open a web page with the default browser, I can use "open location" from applescript, but while using applescript to do
'open location "http://forums.macnn.com"'
is there a way to refresh that same window to open a different URL later? if I could keep changing the top window's url location, then I won't need to find the user's default browser becuase I was going to write some code to show a user a few places on the internet, kind of like a virtual tour.
I don't want to use Internet Explorer applescript commands becuase a lot of people don't even have IE on their machines, like me( chimera 0.2) =)
Thanks in advance.