Apple users filling out AMCAS

This forum made possible through the generous support of SDN members, donors, and sponsors. Thank you.
mintendo said:
Apparently Safari and Firefox don't work.

Anyone know a place where I can download IE for Mac?


you'll have to google it since microsoft isn't producing IE for the Mac anymore. That said, have you actually tried it in firefox? I have a mac, and used Firefox last year, and don't remember having any trouble, despite their warning messages.
 
They support the three least used browsers on the mac. Fantastic.


The support docs claim Safari support... but no dice. I have to use Netscape.
 
If you use Safari Extender, just watch out for anything that might look a little funny. I doubt you will have any problems, though.

I filled out my AMCAS application last year using Netscape. Not happy about that, but it worked.
 
Enable the Safari debug menu: http://www.macosxhints.com/article.php?story=20030110063041629

Afterwards, you can access the debug menu, change the user agent to Netscape 7, and fill out your AMCAS app. I haven't had any problems yet. You have to change the user agent every time you want to work on your AMCAS application, but it's nothing too horrible.
 
Just download "Safari Enhancer" and change the settings so websites think your browser is IE or netscape.
 
Open the Terminal application in the Utilities subfolder of your Applications folder.
Enter the following:
defaults write com.apple.Safari IncludeDebugMenu 1
(quit terminal)

Safari will now have a debug menu (you may have to restart your computer first). In the debug menu, it will give you an option to change the UserAgent from Safari to a variety of other browsers including I.E. for Windows. This means that web pages will think that you are using that browser instead. My bet is that the AMCAS website is perfectly compatible with Safari, they just forgot to change the code for the site. I applied last cycle to complain about this, and it ticks me off that they still are not Mac compatible. Good luck everyone.
 
or if anyone out there prefers applescript...


do shell script "write com.apple.Safari IncludeDebugMenu 1"

To remove the debug menu, just do either of the previous methods and switch 1 for 0.
 
I was quite surprised when I was in the apple store checking my amcas status when it said only IE and Netscape supported.

I didn't even know netscape was still around 😳
 
Top