Hello,
(B
(BWell, looking through the archives, I found a script for lsuccessfully
(Baunching a browser with an url
(B(http://www.mail-archive.com/[email protected]/msg06944.html , by
(BShari -- thank you!).
(B
(BOne problem (perhaps off topic?). Although the url does get sent to the
(Bbrowser, it becomes truncated at the first ampersand:
(B
(B--
(B put
(B"http://www.somewhere.com/business=kweto%40ma.nma.ne.jp&item_name=something&;
(Bno_note=1" into tUrl
(B if (the platform) is "Win32" then
(B    try
(B      set the hideConsoleWindows to true
(B      put empty into theTitle
(B      if "NT" is in the systemVersion then
(B        set the shellCommand to "cmd.exe"
(B        put quote & quote into theTitle
(B      end if
(B      get shell("start" && theTitle && tURL)
(B--
(B
(BI tried replacing the ampersand with %26, but still no luck.
(B
(BHow do I ensure the url gets passed as is?
(B
(BThank you.
(B
(BNicolas Cueto
(B
(B_______________________________________________
(Bmetacard mailing list
([EMAIL PROTECTED]
(Bhttp://lists.runrev.com/mailman/listinfo/metacard


Reply via email to