Code: Select all
on mouseUp
ask file "Choose where you wish to export your text"
if the result = "cancel" then
exit mouseUp
else
put fld "pada2" into url("file:" & it & ".html")
set the itemDelimiter to slash
set the defaultFolder to item 1 to -2 of the longFilePath of it
end if
end mouseUp<footer>
<p>© 2025 MyWebsite. All rights reserved.</p>
</footer>
what is NOT clear is how to combine that with another field's content.
