revGoURL help

Roger.E.Eller at sealedair.com Roger.E.Eller at sealedair.com
Thu Nov 6 15:52:33 EST 2003


> on mouseUp
>    set the itemDelimiter to "/"
>    put (item 1 to -2 of the effective fileName of this stack)&"/" into
> myFolderName
>    get "file:"&myFolderName&"gen.html"
>    revGoURL it  --- This works in Runtime but not in standalone
> end mouseUp

on mouseUp
   set the itemDelimiter to "/"
   put (item 1 to -2 of the effective fileName of this stack) & "/" into 
myFolderName
   put QUOTE & "file://" & myFolderName & "gen.html" & QUOTE into tUrl
   revGoURL tUrl --- Try it this way
end mouseUp

Roger Eller
roger.e.eller at sealedair.com


More information about the use-livecode mailing list