> 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 [EMAIL PROTECTED] _______________________________________________ use-revolution mailing list [EMAIL PROTECTED] http://lists.runrev.com/mailman/listinfo/use-revolution
