[Date Prev][Date Next][Thread Prev][Thread Next][Interchange by date
][Interchange by thread
]
[ic] IC won't parse in Perl
G Guttero wrote:
> I've got the following in the middle of a bunch of Perl on my
> check_orders
> page:
>
> Please <a href=\"[area login]\">click here</a> to log in.
>
> And the URL comes out as ".../[area login]" right in the address bar. Is
> there any way to make IC parse that?
>
> - Grant
Grant,
Try <a href="[area login]">click here</a> to log in. [area] starts its URL
at http:, it just doesn't put in the <a href> for you. Or you can
substitute
[page login] Click here [/page]to log in.
which will do it all. :)
HTH,
Matt