I am importing data from a web server, but it requires a secure log in before I can run my scripts to get the data from the server. If I use the menus in JMP, for example <File> <Internet open> and then select {open as "Web Page"}, jmp will open the web page login screen and I can login, then start my scripts with calls to the server to get data. All of my calls begin with something like Mydata_dt = open(http://severname.com); I am omitting specific trailers for my data pulls here but...
My question is, can I have a script that actually starts with "internet open" where the open command opens a web page instead of trying to import data into a table?