Linking to a static HTML page from an INET_ routine (OpenInsight 32-bit Specific)
At 10 OCT 2006 08:06:54PM Robert Lee wrote:
Hi all
From OECGI, my INET routine is generating the following HTML.
It successfully opens a new browser page, but the link is prefixed by the
action=blah blah"
which of course references OECGI.
How do I override the action= reference?
How that makes sense to all you web app developers out there.
Cheers
Robert
At 10 OCT 2006 09:23PM Bob Carten wrote:
It's similar to specifying a directory path.
href=www.google.com" is a relative reference.
you want an absolute reference such as href=http://www.google.com"
HTH
Bob
At 11 OCT 2006 12:45AM Robert Lee wrote:
Hi Bob
Thank you. It had to be simple didn't it?
Cheers
Robert