I am building a web-based app with 10g AS (via PL/SQL packages) and am trying to mimic the MS Access hyperlink datatype. Specifically, I need to implement a <input type="file"...> functionality on a web form and plop a followable hyperlink in that text box. Thus far I have not succeeded & the best I can do is an awful mess. It appears you cannot put a live hyperlink into an HTML input box or text area.
It also appears that Oracle, even at 10g, does not have datatype corresponding to a hyperlink. If there is, I can't find it. Seems odd, since Oracle is so web-centric these days.
Anyone have any ideas on this, or any idea how such functionality can be achieved?
Many thanks in advance ---
Bob
It also appears that Oracle, even at 10g, does not have datatype corresponding to a hyperlink. If there is, I can't find it. Seems odd, since Oracle is so web-centric these days.
Anyone have any ideas on this, or any idea how such functionality can be achieved?
Many thanks in advance ---
Bob