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