Code: Select all
on mouseUp
launch url "file:///helpfile/helpfile.html"
end mouseUpCode: Select all
on mouseUp
launch url "file:///C:/Documents and Settings/Admin/Desktop/DKP Scribe/helpfile/helpfile.html"
end mouseUpThank you
Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller
Code: Select all
on mouseUp
launch url "file:///helpfile/helpfile.html"
end mouseUpCode: Select all
on mouseUp
launch url "file:///C:/Documents and Settings/Admin/Desktop/DKP Scribe/helpfile/helpfile.html"
end mouseUpCode: Select all
on mouseUp
launch document "helpfile/helpfile.html"
end mouseUp